We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaddf8e commit 922dcd7Copy full SHA for 922dcd7
git_hg_sync/__main__.py
@@ -88,7 +88,7 @@ def main() -> None:
88
sentry_config = config.sentry
89
if sentry_config and sentry_config.sentry_dsn:
90
logger.info(f"Sentry DSN: {sentry_config.sentry_dsn}")
91
- sentry_sdk.init(sentry_config.sentry_dsn)
+ sentry_sdk.init(sentry_config.sentry_dsn, max_value_length=4096)
92
start_app(config, logger)
93
94
0 commit comments