Skip to content

Commit 4df3cb4

Browse files
committed
Fix casing
1 parent 4b732fa commit 4df3cb4

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/python/integrations/openfeature

1 file changed

+1
-1
lines changed

docs/platforms/python/integrations/openfeature/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add `OpenFeatureIntegration()` to your `integrations` list:
2121

2222
```python
2323
import sentry_sdk
24-
from sentry_sdk.integrations.OpenFeature import OpenFeatureIntegration
24+
from sentry_sdk.integrations.openfeature import OpenFeatureIntegration
2525

2626
sentry_sdk.init(
2727
dsn="___PUBLIC_DSN___",

0 commit comments

Comments
 (0)