Skip to content

Commit 2ab47b0

Browse files
committed
Moved add_feature_flag out of integrations
1 parent 2112384 commit 2ab47b0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

tests/integrations/feature_flags/test_feature_flags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import pytest
55

66
import sentry_sdk
7-
from sentry_sdk.integrations.feature_flags import add_feature_flag
7+
from sentry_sdk.feature_flags import add_feature_flag
88

99

1010
def test_featureflags_integration(sentry_init, capture_events, uninstall_integration):

0 commit comments

Comments
 (0)