Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
domdinicola committed Nov 14, 2023
2 parents b7ae218 + 9712f62 commit 239e9d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,5 @@ stages:
-AZURE_CLIENT_KEY $(KEY_VALUT_AZURE_CLIENT_ID)
-AZURE_CLIENT_SECRET $(KEY_VALUT_AZURE_CLIENT_SECRET)
-AZURE_TENANT_ID $(KEY_VALUT_AZURE_TENANT_KEY)
-MATOMO_ID $(MATOMO_ID)"
-MATOMO_ID $(MATOMO_ID)
-SENTRY_ENVIRONMENT $(SENTRY_ENVIRONMENT)"
3 changes: 1 addition & 2 deletions src/aurora/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,10 +378,9 @@
level=logging.INFO, # Capture info and above as breadcrumbs
event_level=logging.ERROR, # Send errors as events
)

sentry_sdk.init(
dsn=SENTRY_DSN,
environment="production",
environment=env("SENTRY_ENVIRONMENT", default=None),
integrations=[
DjangoIntegration(transaction_style="url"),
sentry_logging,
Expand Down

0 comments on commit 239e9d6

Please sign in to comment.