You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code as exptected will ignore parsing for functions which name starts from "go" however this is sometimes a valid package name. For example zap library: go.uber.org/zap/zapcore.(*CheckedEntry).Write will not properly extract go.uber.org/zap/zapcore as a package name.
Since this code is copied from debug/gosym I filled same issue for original code golang/go#37762
The text was updated successfully, but these errors were encountered:
This issue has gone three weeks without activity. In another week, I will close it.
But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog or Status: In Progress, I will leave it alone ... forever!
"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀
sentry-go/stacktrace.go
Lines 257 to 262 in 4dddaaa
This code as exptected will ignore parsing for functions which name starts from "go" however this is sometimes a valid package name. For example zap library:
go.uber.org/zap/zapcore.(*CheckedEntry).Write
will not properly extractgo.uber.org/zap/zapcore
as a package name.Since this code is copied from
debug/gosym
I filled same issue for original code golang/go#37762The text was updated successfully, but these errors were encountered: