sentry-python icon indicating copy to clipboard operation
sentry-python copied to clipboard

The official Python SDK for Sentry.io

Results 566 sentry-python issues
Sort by recently updated
recently updated
newest added

@joshua.moelans said: > I see some logs on [Empower Plant](https://demo.sentry.io/explore/logs/?logsFields=timestamp&logsFields=message&logsQuery=sdk.name%3Asentry.python.flask&logsSortBys=-timestamp&statsPeriod=14d) , but the `sentry.message.parameter.X` seems to be missing 🤔 It seems these are under `data` instead [https://github.com/sentry-demos/empower/tree/master/flask](https://github.com/sentry-demos/empower/tree/master/flask) ![Screenshot 2025-06-25 at...

Ensure tag values are strings before serializing an event or a transaction to an `Event` dictionary. Fixes #4391

extracted from https://github.com/getsentry/sentry-python/pull/4487/files with lots of manual fixes * migrate old style `# type: bla` to inline types * most importantly use [`__future__.annotations`](https://peps.python.org/pep-0563/#enabling-the-future-behavior-in-python-3-7) so that we can simply use forward...

### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.30.0 ### Steps to Reproduce With the following code, I don't get any error captured: ```python import logging import...

Integration: Starlette/FastAPI
Waiting for: Product Owner
Python
Improvement

While implementing #4479, I noticed that our Langchain integration lacks support for the `local_callbacks` having type `BaseCallbackManager`, which according to the type hint is possible. This change adds support for...

### How do you use Sentry? Sentry Saas (sentry.io) ### Version 2.30.0 ### Steps to Reproduce 1. Init Sentry with AsyncioIntegration. 2. Create ThreadPoolExecutor 3. Create async task using asyncio.create_task...

Waiting for: Product Owner
Python
Bug

### How do you use Sentry? Sentry Saas (sentry.io) ### Version 2.23.1 ### Steps to Reproduce 1. Add sentry to python dataflow job 2. Add try catch to process on...

Question
Waiting for: Product Owner
Python

### Problem Statement Similar to what we do for anthropic and openai add support for [https://github.com/googleapis/python-genai](https://github.com/googleapis/python-genai). (PyPI: [https://pypi.org/project/google-genai/](https://pypi.org/project/google-genai/)) ### Solution Brainstorm The instrumentation should match what we need for agents...

New Integration
Python
Feature