We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754f82b commit 918b716Copy full SHA for 918b716
src/sentry/utils/sdk.py
@@ -9,7 +9,6 @@
9
from typing import TYPE_CHECKING, Any, NamedTuple
10
11
import sentry_sdk
12
-import sentry_sdk.serializer
13
from django.conf import settings
14
from django.db.utils import OperationalError
15
from rest_framework.request import Request
@@ -476,9 +475,6 @@ def flush(
476
475
from sentry_sdk.integrations.redis import RedisIntegration
477
from sentry_sdk.integrations.threading import ThreadingIntegration
478
479
- sentry_sdk.serializer.MAX_DATABAG_DEPTH = 100
480
- sentry_sdk.serializer.MAX_DATABAG_BREADTH = 100
481
-
482
sentry_sdk.init(
483
# set back the sentry4sentry_dsn popped above since we need a default dsn on the client
484
# for dynamic sampling context public_key population
0 commit comments