Skip to content

Commit 30c428a

Browse files
committed
changelog
1 parent ea994de commit 30c428a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
### Breaking changes
66

77
- feat(backtrace): Stop truncating backtraces ([#925](https://github.com/getsentry/sentry-rust/pull/925)) by @lcian
8-
- TODO
8+
- Backtrace trimming functionality has been removed from the SDK.
9+
- Backtrace trimming behavior was previously governed by `ClientOptions::trim_backtraces` (previously set to `true` by default), which has now been removed.
10+
- Moving forward, the SDK will behave as if `trim_backtraces` was set to `false`.
911

1012
### Fixes
1113

0 commit comments

Comments
 (0)