sentry-python
sentry-python copied to clipboard
The official Python SDK for Sentry.io
The raven client had a defined log handler which let you use python's built in logging configuration mechanisms to control how log messages looked when they were passed to sentry,...
I am using Sentry for a closed source project and do not want to publish source code with Sentry events. I am currently filtering out the context from the `before_send`...
Pyspark Driver Integration errors out with py4j.Py4JException: Method attemptId([]) does not exist
### Environment How do you use Sentry? Self-hosted - 9.1.2 Which SDK and version? sentry-sdk[pyspark] == 0.20.3 ### Steps to Reproduce I setup the Pyspark Integration as described in the...
### Environment self-hosted (https://develop.sentry.dev/self-hosted/) ### Version 9.1.2 ### Steps to Reproduce python-pseudo code: ``` def test(): a = 1 b = ObjectThatRaisesOnRepr() c = 3 1 / 0 # raise,...
Draft proposal for https://github.com/getsentry/sentry-python/issues/760
Fixes #1049 Not sure that this is the cleanest solution, but it sure seems to work.
### Environment How do you use Sentry? self-hosted 9.1.2 Which SDK and version? Python 1.1.0 ### Steps to Reproduce I have an AWS lambda that has multiple entry points. I...
### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? Python 3.8 ### Steps to Reproduce 1. Followed steps on https://docs.sentry.io/platforms/python/guides/aws-lambda/container-image/ 2. Started lambda function with...
SDK intermittently causing fatal errors like this: ``` [sentry] DEBUG: atexit: got shutdown signal [sentry] DEBUG: atexit: shutting down client [sentry] DEBUG: Flushing HTTP transport [sentry] DEBUG: background worker got...