Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.4.7
====================
* Turn off debug=True for sentry staging setup.

0.4.6 (2026-01-07)
====================
* Removed dependency on django-stagingcontext
Expand Down
1 change: 0 additions & 1 deletion ctlsettings/staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def init_sentry(sentry_dsn: str) -> None:
sentry_sdk.init(
dsn=sentry_dsn,
integrations=[DjangoIntegration()],
debug=True,
environment='staging',
traces_sample_rate=1.0,
)