Conversation
9093727 to
aa63076
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1125 +/- ##
==========================================
- Coverage 98.22% 97.55% -0.68%
==========================================
Files 152 123 -29
Lines 6466 4492 -1974
==========================================
- Hits 6351 4382 -1969
+ Misses 115 110 -5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9c98279 to
de2b478
Compare
de2b478 to
27dc561
Compare
HazAT
approved these changes
Dec 10, 2020
jeffwidman
added a commit
to dependabot/dependabot-core
that referenced
this pull request
Jul 16, 2023
The Sentry team deprecated `sentry-raven` nearly three years ago: * getsentry/sentry-ruby#1125 So this migrates to their replacement `sentry-ruby` gem. Beyond the namespace changes, the major logical changes are: 1. Events now default to sending asynchronously using a thread pool whereas raven used to send them synchronously. 2. The `raven_context` attached to exceptions is no longer automatically picked up. It must be explicitly wired in. 3. Processor classes were removed. This didn't matter much to us as we had only a single `ExceptionSanitizer`, which is easily wired into the `before_send()` interface. 4. The `config.logger` param was removed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since
sentry-ravenis the deprecated SDK now, it makes more sense to move it into its own folder, just like other gems.Todo: