We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afa279f + f50b451 commit 69ea9caCopy full SHA for 69ea9ca
inbox/error_handling.py
@@ -103,6 +103,9 @@ def maybe_enable_sentry() -> None:
103
dsn=SENTRY_DSN,
104
environment=application_environment,
105
release=os.environ.get("DEPLOYMENT_GIT_SHA", "unknown"),
106
+ # TODO: Remove `sample_rate` once we've reduced the number
107
+ # of errors sync-engine is reporting.
108
+ sample_rate=0.1,
109
integrations=[
110
sentry_sdk.integrations.logging.LoggingIntegration(
111
level=logging.INFO, # Capture INFO+
0 commit comments