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 c18475a commit 23003aaCopy full SHA for 23003aa
sentry-backtrace/src/process.rs
@@ -11,8 +11,7 @@ use crate::{Frame, Stacktrace};
11
12
/// Processes a `Stacktrace`.
13
///
14
-/// Trims a `Stacktrace` and marks frames as in-app based on the provided
15
-/// `ClientOptions`.
+/// Marks frames as in-app based on the provided `ClientOptions`.
16
pub fn process_event_stacktrace(stacktrace: &mut Stacktrace, options: &ClientOptions) {
17
// automatically prime in_app and set package
18
let mut any_in_app = false;
0 commit comments