Skip to content

Commit

Permalink
set tag
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Sep 3, 2024
1 parent d34b392 commit b500d8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pvnet_app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@
# sentry
sentry_sdk.init(
dsn=os.getenv("SENTRY_DSN", ""),
environment=f'{os.getenv("ENVIRONMENT", "local")}__uk-pvnet-app',
environment=f'{os.getenv("ENVIRONMENT", "local")}',
traces_sampler=traces_sampler,
)
sentry_sdk.set_tag("app_name", "pvnet_app")

# ---------------------------------------------------------------------------
# GLOBAL SETTINGS
Expand Down

0 comments on commit b500d8f

Please sign in to comment.