Commit 095fb6c
authored
feat(sdk): Trial higher envelope serialization limits (#103882)
Increase envelope serialization limits to dogfood
getsentry/sentry-python#5103.
Increases the maximum serialization breadth and depth for Python objects.
For example, nested lists up to a depth of 100 are serialized before the
object is truncated with `<broken_repr>`, replacing the previous limit
of 5.1 parent 7a2d7f0 commit 095fb6c
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
475 | 476 | | |
476 | 477 | | |
477 | 478 | | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
478 | 482 | | |
479 | 483 | | |
480 | 484 | | |
| |||
0 commit comments