Skip to content

Commit db0e421

Browse files
Add comment to identify the change in variable name.
Co-authored-by: Murdo <109604278+murdo-moj@users.noreply.github.com>
1 parent 2efc33c commit db0e421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185

186186
# Sentry Configuration
187187
sentry_sdk.init(
188-
dsn=os.environ.get("SENTRY_DSN_WORKAROUND"),
188+
dsn=os.environ.get("SENTRY_DSN_WORKAROUND"), # Datahub overwrites with this variable unless it is renamed, causing Sentry to tag issues with the incorrect environment
189189
enable_tracing=True,
190190
# Set traces_sample_rate to 1.0 to capture 100%
191191
# of transactions for performance monitoring.

0 commit comments

Comments
 (0)