We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44fa0cf commit a995b9bCopy full SHA for a995b9b
sentry-backtrace/src/trim.rs
@@ -11,10 +11,12 @@ const WELL_KNOWN_NOT_IN_APP: &[&str] = &[
11
"sentry::",
12
"sentry_core::",
13
"sentry_types::",
14
+ "sentry_backtrace::",
15
// these are not modules but things like __rust_maybe_catch_panic
16
"__rust_",
17
"___rust_",
18
"rust_begin_unwind",
19
+ "_start",
20
// these are well-known library frames
21
"anyhow::",
22
"log::",
0 commit comments