chore: remove bugsnag#5014
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
7d21676 to
836f359
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5014 +/- ##
==========================================
+ Coverage 74.65% 74.79% +0.13%
==========================================
Files 430 433 +3
Lines 50144 50149 +5
==========================================
+ Hits 37436 37508 +72
+ Misses 10230 10169 -61
+ Partials 2478 2472 -6 ☔ View full report in Codecov by Sentry. |
fracasula
left a comment
There was a problem hiding this comment.
Approved with minor comments 👍
| go func() { | ||
| ctx := bugsnag.StartSession(context.Background()) | ||
| defer misc.BugsnagNotify(ctx, "Warehouse")() | ||
| defer crash.Notify("Warehouse")() |
There was a problem hiding this comment.
Can't we use the wrapper here? Same for Core.
There was a problem hiding this comment.
The wrapper requires a diffrent signature for function, func() error.
Description
Remove bugsnag from rudder-server, capturing panics using logs instead.
Linear Ticket
https://linear.app/rudderstack/issue/PIPE-1435/remove-bug-snag
Resolves PIPE-1435
Resolves PIPE-611
Security