sentry-python
sentry-python copied to clipboard
The official Python SDK for Sentry.io
Python's logging module has an option to attach a stack trace to a logging message: logger.error("...", stack_info=True) This stack trace is lost when logging to Sentry. It'd be very helpful...
This patches the eventlet library to allow it to run without issues under the Sentry SDK when using `greenlet>=0.5`. Eventlet doesn't pin the `greenlet` dependency and [greenlet has been supporting...
We should make it easy to add sentry trace meta header OOB in Django. See feedback: https://github.com/getsentry/sentry-python/issues/1171 Similar to work done in https://github.com/getsentry/sentry-python/pull/1336 EDIT(neel): just start injecting the meta tags...
Not 100% sure if this is a bug or feature request ### Environment How do you use Sentry? Self-hosted 21.7.0 6a3c273 Which SDK and version? Python 3.8.12 sentry-sdk 1.4.1 Django...
### Environment I'm using sentry.io (SaaS) with - sentry-sdk 1.1.0, - Django 2.2 - djangorestframework 3.12.1 - djangorestframework-xml 2.0.0 ### Steps to Reproduce 1. Add a simple endpoint ``` from...
We are trying to switch Django error emails for Sentry, but I noticed, the current Django settings are not recorded. Since they often provide clues for possible errors, it would...
Hello, To have better view in performance with django I added myself a few extra tools in my project. I feel like they answer common needs, here I propose them...
Apologies for a somewhat vague report, I'm happy to expand this once it's decided what the appropriate course of action is. We've found that disabling Sentry (not calling `init`) in...
### Problem Statement ### Description We've updated the docs (https://github.com/getsentry/develop/pull/551) to explain how we would like to handle event filter order, updating of sessions for dropped events and sending of...
### Problem Statement Want built in support for tracing with EdgeDB ### Solution Brainstorm Build an integration for Edge DB https://www.edgedb.com/ This is the official Python client: https://github.com/edgedb/edgedb-python If you...