We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b78836 + 999e47a commit 750a11bCopy full SHA for 750a11b
frame_matcher.go
@@ -20,7 +20,7 @@ type FrameMatcher interface {
20
var (
21
defaultFrameMatchers = FrameMatchers{
22
SkipModulePrefixFrameMatcher("github.com/TheZeroSlave/zapsentry"),
23
- SkipFunctionPrefixFrameMatcher("go.uber.org/zap"),
+ SkipModulePrefixFrameMatcher("go.uber.org/zap"),
24
}
25
)
26
frame_matcher_test.go
@@ -51,7 +51,7 @@ func Test_core_filterFrames(t *testing.T) {
51
args: args{
52
[]sentry.Frame{
53
{
54
- Function: "go.uber.org/zap/String",
+ Module: "go.uber.org/zap",
55
},
56
57
0 commit comments