Skip to content

Commit a995b9b

Browse files
authored
feat(core): add more frames to be considered not in_app (#760)
1 parent 44fa0cf commit a995b9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sentry-backtrace/src/trim.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ const WELL_KNOWN_NOT_IN_APP: &[&str] = &[
1111
"sentry::",
1212
"sentry_core::",
1313
"sentry_types::",
14+
"sentry_backtrace::",
1415
// these are not modules but things like __rust_maybe_catch_panic
1516
"__rust_",
1617
"___rust_",
1718
"rust_begin_unwind",
19+
"_start",
1820
// these are well-known library frames
1921
"anyhow::",
2022
"log::",

0 commit comments

Comments
 (0)