committed by
BEY Quentin
parent
d1421dbe8c
commit
31944e8083
@@ -8,6 +8,7 @@ and this project adheres to
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
- 🔧(sentry) restore default integrations
|
||||||
- 👷(ci) add sharding e2e tests #467
|
- 👷(ci) add sharding e2e tests #467
|
||||||
|
|
||||||
## [1.4.1] - 2024-10-23
|
## [1.4.1] - 2024-10-23
|
||||||
|
|||||||
@@ -488,7 +488,6 @@ class Base(Configuration):
|
|||||||
release=get_release(),
|
release=get_release(),
|
||||||
integrations=[DjangoIntegration()],
|
integrations=[DjangoIntegration()],
|
||||||
traces_sample_rate=0.1,
|
traces_sample_rate=0.1,
|
||||||
default_integrations=False,
|
|
||||||
)
|
)
|
||||||
with sentry_sdk.configure_scope() as scope:
|
with sentry_sdk.configure_scope() as scope:
|
||||||
scope.set_extra("application", "backend")
|
scope.set_extra("application", "backend")
|
||||||
|
|||||||
Reference in New Issue
Block a user