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 4b732fa commit 4df3cb4Copy full SHA for 4df3cb4
docs/platforms/python/integrations/openfeature/index.mdx
@@ -21,7 +21,7 @@ Add `OpenFeatureIntegration()` to your `integrations` list:
21
22
```python
23
import sentry_sdk
24
-from sentry_sdk.integrations.OpenFeature import OpenFeatureIntegration
+from sentry_sdk.integrations.openfeature import OpenFeatureIntegration
25
26
sentry_sdk.init(
27
dsn="___PUBLIC_DSN___",
0 commit comments