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 50bed92 commit 54b911cCopy full SHA for 54b911c
README.md
@@ -13,7 +13,7 @@ pip install mongodb-sentry-integration
13
14
```python
15
import sentry_sdk
16
-from sentry_mongo import MongoIntegration
+from sentry_mongo.integrations import MongoIntegration
17
18
sentry_sdk.init(
19
dsn="https://examplePublicKey@o0.ingest.sentry.io/0",
0 commit comments