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 f5b4d8c commit 6b4df67Copy full SHA for 6b4df67
sentry_sdk/integrations/openfeature.py
@@ -15,11 +15,6 @@
15
16
17
class OpenFeatureIntegration(Integration):
18
- """
19
- Bridges the sentry and openfeature sdks. Thread-local data is expected to
20
- flow from openfeature to the integration before the sentry-sdk requests the
21
- thread-local state to be serialized and sent off in the error payload.
22
23
24
@staticmethod
25
def setup_once():
0 commit comments