sentry-python
sentry-python copied to clipboard
Improve stack trace truncation
- Only apply whatever truncation we have in SDK if the event is too large
- Only apply truncation if it’s an exception related to recursion
- Replicate relays truncation in the SDK