All Projects → getsentry → Sentry Python

getsentry / Sentry Python

Licence: bsd-2-clause
The new Python SDK for Sentry.io

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sentry Python

app
Buggregator is a beautiful, lightweight debug server build on Laravel that helps you catch your smpt, sentry, var-dump, monolog, ray outputs. It runs without installation on multiple platforms.
Stars: ✭ 259 (-70.23%)
Mutual labels:  crash-reporting, sentry
Sentry Laravel
Laravel SDK for Sentry
Stars: ✭ 927 (+6.55%)
Mutual labels:  sentry, crash-reporting
sentry-android-gradle-plugin
Gradle plugin for Sentry Android. Upload proguard, debug files, and more.
Stars: ✭ 67 (-92.3%)
Mutual labels:  crash-reporting, sentry
Raven Weapp
Sentry SDK for WeApp
Stars: ✭ 142 (-83.68%)
Mutual labels:  sentry, crash-reporting
Sentry Cocoa
The official Sentry SDK for iOS, tvOS, macOS, watchOS
Stars: ✭ 370 (-57.47%)
Mutual labels:  sentry, crash-reporting
Sentry Telegram
Plugin for Sentry which allows sending notification via Telegram messenger.
Stars: ✭ 168 (-80.69%)
Mutual labels:  sentry, crash-reporting
nextcloud sentry
Sentry integration for Nextcloud
Stars: ✭ 26 (-97.01%)
Mutual labels:  crash-reporting, sentry
Sentry Clj
Sentry SDK for Clojure
Stars: ✭ 63 (-92.76%)
Mutual labels:  sentry, crash-reporting
Sentry Kubernetes
Kubernetes event reporter for Sentry
Stars: ✭ 345 (-60.34%)
Mutual labels:  sentry, crash-reporting
Sentry Dotnet
Sentry SDK for .NET
Stars: ✭ 280 (-67.82%)
Mutual labels:  sentry, crash-reporting
Raven Python
Raven is the legacy Python client for Sentry (getsentry.com) — replaced by sentry-python
Stars: ✭ 1,677 (+92.76%)
Mutual labels:  sentry, crash-reporting
Sentry Javascript
Official Sentry SDKs for JavaScript. We're hiring https://grnh.se/ca81c1701us
Stars: ✭ 6,012 (+591.03%)
Mutual labels:  sentry, crash-reporting
Sentry Php
The official PHP SDK for Sentry (sentry.io)
Stars: ✭ 1,591 (+82.87%)
Mutual labels:  sentry, crash-reporting
Sentry Cli
A command line utility to work with Sentry.
Stars: ✭ 567 (-34.83%)
Mutual labels:  sentry, crash-reporting
Raven.cr
Raven is a Crystal client for Sentry
Stars: ✭ 96 (-88.97%)
Mutual labels:  sentry, crash-reporting
sentry-fastlane-plugin
Official fastlane plugin for Sentry
Stars: ✭ 100 (-88.51%)
Mutual labels:  crash-reporting, sentry
Sentry
Sentry is cross-platform application monitoring, with a focus on error reporting.
Stars: ✭ 29,700 (+3313.79%)
Mutual labels:  sentry, crash-reporting
Sentry
Middleware to integrate with sentry crash reporting.
Stars: ✭ 55 (-93.68%)
Mutual labels:  sentry, crash-reporting
sentry-spark
Apache Spark Sentry Integration
Stars: ✭ 14 (-98.39%)
Mutual labels:  crash-reporting, sentry
Sentry Go
Official Sentry SDK for Go
Stars: ✭ 415 (-52.3%)
Mutual labels:  sentry, crash-reporting

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://[email protected]/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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].