-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(stacktrace): Ignore SDK subpackage frames
Compared to release v0.3.1, now filteredFrames compares the frame.Module value instead of frame.AbsPath, and ignores SDK "_test" packages instead of pattern matching test files and examples. However confusing it might be, frame.Module holds a package name, unrelated to Go Modules. This fixes up the regression introduced in 61d7ccc, which caused frames from integrations/subpackages to be reported to Sentry.
- Loading branch information
1 parent
75cd076
commit 2b1cc39
Showing
2 changed files
with
105 additions
and
4 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
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