bill37chen / sentry-python

The new Python SDK for Sentry.io

Home Page:https://sentry.io/for/python/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sentry-python - Sentry SDK for Python

Build Status PyPi page link -- version Discord

This is the next line of the Python SDK for Sentry, intended to replace the raven package on PyPI.

from sentry_sdk import init, capture_message

init("https://mydsn@sentry.io/123")

capture_message("Hello World")  # Will create an event.

raise ValueError()  # Will also create an event.

To learn more about how to use the SDK:

Are you coming from raven-python?

To learn about internals:

License

Licensed under the BSD license, see LICENSE

About

The new Python SDK for Sentry.io

https://sentry.io/for/python/

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 99.2%Language:Shell 0.4%Language:Makefile 0.3%Language:HTML 0.0%