sentry-python
sentry-python copied to clipboard
The official Python SDK for Sentry.io
### Problem Statement There is no mechanism to control where tracing is or is not propagated to. Leading to possibly sending useless tracing headers and contextual data to endpoints where...
### Problem Statement Tests could be faster. Maybe using the Sentry internal PyPI server can speed up things. ### Solution Brainstorm Sentry has an internal PYPI server (https://github.com/getsentry/pypi) (Employees can...
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.9.8 ### Steps to Reproduce I try to use sentry with typer. Seems sentry will not catch uphandled exception...
### How do you use Sentry? Sentry Saas (sentry.io) ### Version arn:aws:lambda:ap-southeast-2:943013980633:layer:SentryPythonServerlessSDK:37 ### Steps to Reproduce AWS Lambda layer = arn:aws:lambda:ap-southeast-2:943013980633:layer:SentryPythonServerlessSDK:37 I have tried from version 22, the last version...
Version 0.8.0 introduced trimming of large data. Is it possible to optionally not to trim extra data which I specify with `scope.set_extra(...)`?
### How do you use Sentry? Sentry Saas (sentry.io) ### Version Any (tried 1.5.12 and 1.9.5) ### Steps to Reproduce - python 3.8 - apache-beam==2.40.0 - pycharm - DoFn using...
### Environment SaaS (https://sentry.io/) ### Version _No response_ ### Steps to Reproduce I tried to debug this issue however I am not 100% sure what is the root cause. I...
### Problem Statement The FastAPI (and Starlette) integrations should set the http status of the current span to the http status of the request. Nice information to have! ### Solution...
### Discussed in https://github.com/getsentry/sentry-python/discussions/1580 Originally posted by **abhishek17569** August 24, 2022 Hello All, I'm using pymongo and performing multiple aggregation pipelines. I want to get the DB process spans to...
### Problem Statement In https://github.com/getsentry/sentry-python/issues/988#issuecomment-1213193862 a user provides a screenshot with a "Missing instrumentation" notice that is likely related to a problem with our boto3 instrumentation. The line that fires...