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 a8e6c48 commit 55eb389Copy full SHA for 55eb389
sentry_sdk/scope.py
@@ -11,7 +11,7 @@
11
12
from sentry_sdk.attachments import Attachment
13
from sentry_sdk.consts import DEFAULT_MAX_BREADCRUMBS, FALSE_VALUES, INSTRUMENTER
14
-from sentry_sdk.flag_utils import FlagBuffer, DEFAULT_FLAG_CAPACITY
+from sentry_sdk.feature_flags import FlagBuffer, DEFAULT_FLAG_CAPACITY
15
from sentry_sdk.profiler.continuous_profiler import try_autostart_continuous_profiler
16
from sentry_sdk.profiler.transaction_profiler import Profile
17
from sentry_sdk.session import Session
tests/test_flag_utils.py
@@ -1,4 +1,4 @@
1
-from sentry_sdk.flag_utils import FlagBuffer
+from sentry_sdk.feature_flags import FlagBuffer
2
3
4
def test_flag_tracking():
0 commit comments