gjcarneiro / yacron

A modern Cron replacement that is Docker-friendly
MIT License
449 stars 38 forks source link

Sentry: change sentry_sdk.utils.MAX_STRING_LENGTH #54

Closed gjcarneiro closed 2 years ago

gjcarneiro commented 2 years ago

The default limit is 512, and it gets applied to the body of the message. It is way too low a limit for most errors. For example, in Python scripts, I can only see the very top of the Traceback, it is useless.

Need to change it to a more sensible default (16k?), as well as have a config option allowing to change it.