Skip to content

Commit

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

Expand Down

0 comments on commit d34b392

Please sign in to comment.