-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecations for 3.0 #202
Labels
Comments
jeffkreeftmeijer
added a commit
that referenced
this issue
Nov 24, 2020
This was referenced Nov 25, 2020
Closed
tombruijn
pushed a commit
that referenced
this issue
Jan 15, 2021
Closing. PR #685 was merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Deprecated in 2.x
Methods and arguments to be removed for version 3.0.
lib/appsignal.rb
-#start_logger
path_arg
argument is no longer supported. Please removeappsignal-ruby/lib/appsignal.rb
Lines 257 to 259 in 4eed259
lib/appsignal.rb
-.is_ignored_error?
lib/appsignal.rb
-.is_ignored_action?
lib/appsignal/auth_check.rb
logger
argument - deprecated in Deprecate unused AuthCheck logger argument #245lib/appsignal/transaction.rb
Never actually merged.Transaction#store
- deprecated in Set the app environment using the APPSIGNAL_APP_ENV env var #33Transaction#store
is still used in the mongo_ruby_driver integration.lib/appsignal/config.rb
lib/appsignal/event_formatter.rb
appsignal-ruby/lib/appsignal/event_formatter.rb
Lines 88 to 97 in 0843767
appsignal notify_of_deploy
- Print deprecation warning for notify_of_deploy task #414lib/appsignal/integrations/resque.rb
instrumentation - PR Rework Resque and Resque ActiveJob integrations #630lib/appsignal/integrations/resque_active_job.rb
instrumentation - PR Rework Resque and Resque ActiveJob integrations #630Add more deprecations here (and explicitly deprecate them in the code) once you find them.
To be deprecated before v3.0(moved to #667)lib/appsignal.rb
-.monitor_transaction
lib/appsignal/auth_check.rb
#perform
and#perform_with_result
revision
config option instead.The text was updated successfully, but these errors were encountered: