Skip to content

Saebasol/sentry-python

This branch is 6 commits ahead of, 1581 commits behind getsentry/sentry-python:master.

Folders and files

NameName
Last commit message
Last commit date
May 6, 2021
Oct 16, 2020
Mar 22, 2021
May 6, 2021
Nov 3, 2020
May 6, 2021
Jun 16, 2021
Jun 1, 2021
Jun 11, 2021
Sep 2, 2020
Feb 11, 2021
Sep 2, 2020
May 6, 2021
Feb 12, 2021
Jun 18, 2018
Jun 5, 2019
Feb 17, 2021
Mar 5, 2021
Jul 10, 2020
Jun 2, 2021
Jun 14, 2021
Oct 16, 2020
Oct 16, 2020
May 31, 2021
Jan 25, 2021
Jun 1, 2021

Repository files navigation

Bad software is everywhere, and we're tired of it. Sentry is on a mission to help developers write better software faster, so we can get back to enjoying technology. If you want to join us Check out our open positions

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.

Contributing to the SDK

Please refer to CONTRIBUTING.md.

License

Licensed under the BSD license, see LICENSE

Packages

No packages published

Languages

  • Python 99.6%
  • Other 0.4%