dmitrysmirnov931 / sentry_faust_integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Faust integration for Sentry

Faust integration build for Sentry.

Usage

import sentry_sdk
from sentry_faust_integration import FaustIntegration


sentry_sdk.init(
    integrations=[
        FaustIntegration()
    ]
)

About

License:MIT License


Languages

Language:Python 100.0%