Skip to main content

A integration of MongoDB for the Sentry's Python SDK

Project description

mongodb-sentry-integration

Integration of MongoDB for the Sentry's Python SDK.

Check on pypi

Install

pip install mongodb-sentry-integration

Configuration

import sentry_sdk
from sentry_mongo.integrations import MongoIntegration

sentry_sdk.init(
    dsn="https://examplePublicKey@o0.ingest.sentry.io/0",
    integrations=[
        MongoIntegration(),
    ],
)

Usage

  • TODO

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mongodb-sentry-integration-1.0.1.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page