-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Sentry scope when setting breadcrumbs (#498)
We've had a longstanding issue where some of our Sentry errors wind up with a giant pile of accumulated breadcrumbs that seem to be from other requests. I think it might be because we are not creating a scope when manually adding these breadcrumbs for errors, and they aren't getting cleared when you call `capture_message` like they used to in the old SDK.
- Loading branch information
Showing
1 changed file
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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