SF-3815 Inform Bugsnag which exceptions are handled#3948
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #3948 +/- ##
==========================================
- Coverage 80.88% 80.87% -0.01%
==========================================
Files 635 635
Lines 41076 41081 +5
Branches 6693 6672 -21
==========================================
Hits 33223 33223
- Misses 6815 6819 +4
- Partials 1038 1039 +1 ☔ View full report in Codecov by Harness. |
RaymondLuong3
left a comment
There was a problem hiding this comment.
I remember the same thing when I wanted to see error reports on bugsnag from dev, but I couldn't shake it to do that. I wonder if bugsnag is filtering out dev reports and we just aren't seeing them there.
Let's get this to QA and we can test how errors are reported there.
@RaymondLuong3 reviewed 10 files and all commit messages, and made 1 comment.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on pmachapman).
511bb5c to
4817833
Compare
I found it impossible to test this locally - even when I set the
NotifyReleaseStagesto include"development", no exception was reported to bugsnag.I think the best place to test this PR is on QA.
This change is