Skip to content

Commit

Permalink
Update sentry release version
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodiegoss committed Nov 21, 2024
1 parent 8532542 commit 4bc4e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
HEALTH_CHECK_URL = env("HEALTH_CHECK_URL", default="api/v1/status/")
SENTRY_TRACES_SAMPLE_RATE = env("SENTRY_TRACES_SAMPLE_RATE", default=0.1)
SENTRY_ENVIRONMENT = env("SENTRY_ENVIRONMENT", default="")
SENTRY_RELEASE = env("SENTRY_RELEASE", default="1.4.0")
SENTRY_RELEASE = env("SENTRY_RELEASE", default="1.4.1")


def traces_sampler(sampling_context):
Expand Down

0 comments on commit 4bc4e77

Please sign in to comment.