Skip to content

Commit 23003aa

Browse files
committed
improve
1 parent c18475a commit 23003aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sentry-backtrace/src/process.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ use crate::{Frame, Stacktrace};
1111

1212
/// Processes a `Stacktrace`.
1313
///
14-
/// Trims a `Stacktrace` and marks frames as in-app based on the provided
15-
/// `ClientOptions`.
14+
/// Marks frames as in-app based on the provided `ClientOptions`.
1615
pub fn process_event_stacktrace(stacktrace: &mut Stacktrace, options: &ClientOptions) {
1716
// automatically prime in_app and set package
1817
let mut any_in_app = false;

0 commit comments

Comments
 (0)