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 e6e2d97 commit ef0dc37Copy full SHA for ef0dc37
sentry_sdk/integrations/openfeature.py
@@ -48,4 +48,6 @@ def error(self, hook_context, exception, hints):
48
# Spans support.
49
span = sentry_sdk.get_current_span()
50
if span:
51
- span.set_data(f"flag.{hook_context.flag_key}", hook_context.value)
+ span.set_data(
52
+ f"flag.{hook_context.flag_key}", hook_context.default_value
53
+ )
0 commit comments