getsentry / getsentry/sentry-go
Verify frame-skipping behavior
Open
Errors
Go
- Dominant language
- Go
- Stars
- 1.1k
- Forks
- 262
- Avg merge
- 1d 48m
- Merged PRs (30d)
- 7
Description
Go SDK currently skips all sentry & runtime frames, regardless of their position in stacktrace. I'm not sure that's the best behaviour as it can lead to confusing stack traces, e.g. in a BeforeSend callback.
_Originally posted by @vaind in https://github.com/getsentry/sentry-go/pull/626#discussion_r1214013214_
Contributor guide
Assessment
This issue has not been assessed yet.