sentry-python
sentry-python copied to clipboard
The official Python SDK for Sentry.io
The Ruby SDK cleaned up their CI flow by using job dependency flows: @neel.shah said: > btw probably interesting for everyone, @peter made the ruby CI really clean by creating...
We are close to releasing the next major update to the Sentry Python SDK `3.0.0`. We want to dog food this in `sentry`. Because this is a *big* change we...
### How do you use Sentry? Sentry Saas (sentry.io) ### Version sentry-sdk==2.6.0 django==5.0.6 ### Steps to Reproduce 1. django app on completely async stack; 2. sentry configuration: ``` sentry_sdk.init( dsn=SENTRY_DSN,...
Test different OTel setups with the new SDK to get a better feel of the OTel experience: - OTel-instrumented app not instrumented by Sentry, is the Sentry span processor picking...
Sentry sdk serializes stack frames before determining whether the error was already handled earlier.
### How do you use Sentry? Self-hosted/on-premise ### Version "2.25.1" ### Steps to Reproduce We noticed that a lot of our fastapi transactions in sentry were showing an unexpectedly long...
This issue has been converted to a project [Verify spans are available for SQL transactions [Python]](https://linear.app/getsentry/project/verify-spans-are-available-for-sql-transactions-python-5cc54648fd4a) --- In [HTTP Requests within SQL Transactions](https://linear.app/getsentry/project/sql-issue-detection-f94b4c4af773/overview#milestone-343cae13-49fe-4c07-95d6-cc28aefef58f) we would like to detect when HTTP...
### Problem Statement When using [Griptape](https://github.com/griptape-ai/griptape) as the AI framework, which internally relies on the OpenAI Python SDK, Sentry's current OpenAI integration does not correctly capture token usage, request durations,...
To ensure the reliability of time-dependent tests and reduce their duration, I suggest mocking time in tests. Currently, some tests implicitly rely on underlying platform performance by setting arbitrary sleep...
### How do you use Sentry? Sentry Saas (sentry.io) ### Version all ### Steps to Reproduce No reproduction, but Gentoo has a list of tests they disable to consistently built...
Adapt to new FastMCP release that broke our integration.