Skip to content

Commit

Permalink
Update trace_sampler
Browse files Browse the repository at this point in the history
  • Loading branch information
ADIMANV committed Sep 17, 2024
1 parent e28664e commit c47ef06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruvnl_consumer_app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
sentry_sdk.init(
dsn=os.getenv("SENTRY_DSN"),
environment=os.getenv("ENVIRONMENT", "local"),
trace_sampler_rate=1
traces_sample_rate=1
)
sentry_sdk.set_tag("app_name", "india_ruvnl_consumer")
sentry_sdk.set_tag("version", __version__)
Expand Down

0 comments on commit c47ef06

Please sign in to comment.