Skip to content

Commit 6b4df67

Browse files
committed
Remove docstring
1 parent f5b4d8c commit 6b4df67

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sentry_sdk/integrations/openfeature.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@
1515

1616

1717
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-
"""
2318

2419
@staticmethod
2520
def setup_once():

0 commit comments

Comments
 (0)