Skip to content

Commit 54b911c

Browse files
committed
doc: small fix on doc
1 parent 50bed92 commit 54b911c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pip install mongodb-sentry-integration
1313

1414
```python
1515
import sentry_sdk
16-
from sentry_mongo import MongoIntegration
16+
from sentry_mongo.integrations import MongoIntegration
1717

1818
sentry_sdk.init(
1919
dsn="https://examplePublicKey@o0.ingest.sentry.io/0",

0 commit comments

Comments
 (0)