sentry-python
sentry-python copied to clipboard
Increase databag limits
The change affects local variables on exceptions. Currently at most 10 local variables are added to exceptions, and objects up to a depth of 5 are added before <broken_repr> is inserted.
Increasing databag limits caused an increase in errors from the Sentry monolith exceeding the relay size limit from approximately 0.2% to approximately 2%.
- Prior limits: breadth of 10 and depth of 5.
- Limits causing 2% rejection: 100 depth and breadth.