Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tombruijn committed Aug 5, 2024
2 parents 3064548 + a65f285 commit 41035ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/appsignal/helpers/instrumentation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,10 @@ def monitor_and_stop(action:, namespace: nil, &block)
# @see .send_error
# @see https://docs.appsignal.com/ruby/instrumentation/integrating-appsignal.html
# AppSignal integration guide
# @see https://docs.appsignal.com/ruby/instrumentation/exception-handling.html
# Exception handling guide
#
# @deprecated Use `rescue => error` with {.report_error} instead.
# @param tags [Hash, nil]
# @param namespace [String] the namespace for this error.
# @yield yields the given block.
Expand Down

0 comments on commit 41035ba

Please sign in to comment.