Skip to content
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

Delete deprecated configuration method #2073

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Delete deprecated configuration method
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
commit 457ce477e45d06a0b90b8e8ae3ab7469c99cb936
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