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 ef0dc37 commit dea1a94Copy full SHA for dea1a94
sentry_sdk/integrations/unleash.py
@@ -33,7 +33,6 @@ def sentry_is_enabled(self, feature, *args, **kwargs):
33
34
# Spans support.
35
span = sentry_sdk.get_current_span()
36
- print(span)
37
if span:
38
span.set_data(f"flag.{feature}", enabled)
39
0 commit comments