sentry-python
sentry-python copied to clipboard
The official Python SDK for Sentry.io
@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)  so that we can simply use forward...
getsentry/relay#4860
### 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...
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...
### 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...
### 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...