Skip to content

Commit

Permalink
chore: Bump sentry version
Browse files Browse the repository at this point in the history
  • Loading branch information
RamiAwar committed Sep 23, 2024
1 parent 4325472 commit 2f37ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/dataline/sentry.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def setup_sentry() -> None:
sentry_sdk.init(
dsn="https://eb866cebe8c8378fd689c1ad3d39bcb5@o4507329853915136.ingest.de.sentry.io/4507335339278416",
environment=config.environment,
release="v1.0.11",
release="v1.0.14",
enable_tracing=True,
integrations=[FastApiIntegration()],
traces_sample_rate=1.0,
Expand Down

0 comments on commit 2f37ddf

Please sign in to comment.