diff --git a/CHANGELOG.md b/CHANGELOG.md index 75295cc..6e0bafd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to ## [Unreleased] +- 🔧(sentry) restore default integrations - 👷(ci) add sharding e2e tests #467 ## [1.4.1] - 2024-10-23 diff --git a/src/backend/people/settings.py b/src/backend/people/settings.py index 7f412cf..1d1bbbf 100755 --- a/src/backend/people/settings.py +++ b/src/backend/people/settings.py @@ -488,7 +488,6 @@ class Base(Configuration): release=get_release(), integrations=[DjangoIntegration()], traces_sample_rate=0.1, - default_integrations=False, ) with sentry_sdk.configure_scope() as scope: scope.set_extra("application", "backend")