Releases: ccnmtl/ctlsettings
Releases · ccnmtl/ctlsettings
0.4.3
- Updated sentry-js config again to be more failsafe, and also
configure user data in initialScope on initialization.
0.4.2
- Updated sentry-js config to use Sentry.onLoad.
0.4.1
- Updated sentry JS config to use username instead of id.
- Include ctlsettings in INSTALLED_APPS by default.
0.4.0
- Added a custom context processor to make settings available in templates.
- Added 'testing' environment when running tests.
- Added sentry_js.html template partial, to unify the code for this setup.
0.3.6
- Added ENVIRONMENT django setting, denoting either 'staging' or 'production'
0.3.5
- Updated sentry_init to include environment tag.
- Introduced traces_sample_rate=1.0 in sentry staging config
0.3.4
- Introduced init_sentry function for staging and production.
0.3.3
- Added token process to get_ec2_instance_ip()
0.3.2
- Added CSRF_TRUSTED_ORIGINS config for Django >= 4.0
- Use log rotation for django logs
0.3.1
- fixed typo for http forwarded setting