Skip to content

Commit e1848d4

Browse files
authored
Update CHANGELOG.md
1 parent e84f6f3 commit e1848d4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
### Various fixes & improvements
66

77
- Considerably raise `DEFAULT_MAX_VALUE_LENGTH` (#4632) by @sentrivana
8+
9+
We have increased the string trimming limit considerably, allowing you to see more data
10+
without it being truncated. Note that this might, in rare cases, result in issue regrouping,
11+
for example if you're capturing message events with very long messages (longer than the
12+
default 1024 characters/bytes).
13+
14+
If you want to adjust the limit, you can set a
15+
[`max_value_limit`](https://docs.sentry.io/platforms/python/configuration/options/#max_value_length)
16+
in your `sentry_sdk.init()`.
17+
818
- fix(celery): Latency should be in milliseconds, not seconds (#4637) by @sentrivana
919
- OpenAI integration update (#4612) by @antonpirker
1020
- tests: tox.ini update (#4635) by @sentrivana

0 commit comments

Comments
 (0)