Skip to content

Commit

Permalink
Merge pull request #35 from ccnmtl/release-0.3.5
Browse files Browse the repository at this point in the history
🔖 release version 0.3.5
  • Loading branch information
ndittren authored Oct 8, 2024
2 parents 6183d4a + 4e3d396 commit 3b5d4eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
0.3.5
0.3.5 (2024-10-08)
====================
* Updated sentry init to include environment tag.
* Updated sentry_init to include environment tag.
* Introduced traces_sample_rate=1.0 in sentry staging config

0.3.4 (2024-08-23)
====================
Expand Down
1 change: 1 addition & 0 deletions ctlsettings/staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,5 @@ def init_sentry(sentry_dsn: str) -> None:
integrations=[DjangoIntegration()],
debug=True,
environment='staging',
traces_sample_rate=1.0,
)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='ctlsettings',
version='0.3.4',
version='0.3.5',
author='Columbia University Center for Teaching and Learning',
author_email='[email protected]',
url='https://github.com/ccnmtl/ctlsettings',
Expand Down

0 comments on commit 3b5d4eb

Please sign in to comment.