Skip to content

Commit

Permalink
Delete deprecated configuration method
Browse files Browse the repository at this point in the history
Use `Sentry.configuration` instead.

This was slated for removal in `v5.0.0` but was accidentally left in, so removing as part of `v6.0.0`.
  • Loading branch information
jeffwidman committed Jul 16, 2023
1 parent 7764384 commit 457ce47
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sentry-ruby/lib/sentry/event.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,6 @@ def get_message_from_exception(event_hash)
end
end

# @deprecated This method will be removed in v5.0.0. Please just use Sentry.configuration
# @return [Configuration]
def configuration
Sentry.configuration
end

# Sets the event's timestamp.
# @param time [Time, Float]
# @return [void]
Expand Down

0 comments on commit 457ce47

Please sign in to comment.