sentry-python
sentry-python copied to clipboard
The official Python SDK for Sentry.io
Would it be possible to add support for [asyncpg](https://github.com/MagicStack/asyncpg) in the performance monitoring? I notice that SQLAlchemy for example is automatically set up, so I was wondering if this support...
We currently use `ClientConstructor` to trick mypy (and other static analyzers) into believing that `Client.__init__` takes many typed parameters, rather than untyped `**kwargs`. The current solution is somewhat hacky, as...
### Problem Statement The stack information should be added to events send with the logging integration when `stack_info=True` is set. Code like this should have a stack attached in the...
`should_send_default_pii` is defined on the `BaseClient` with a simple implementation that always returns `False`. This implementation should be overridden in the `_Client` class.
### Problem Statement Some integrations are still using old APIs like hub cloning. ### Solution Brainstorm Update the FastAPI integration from old-style (e.g. configure_scope) hubs&scopes API to the new scopes...
### Problem Statement Some integrations are still using old APIs like hub cloning. ### Solution Brainstorm Update the following integrations from old-style (e.g. `configure_scope`) hubs&scopes API to the new scopes...
### Problem Statement Some integrations are still using old APIs like hub cloning. ### Solution Brainstorm Update the following integrations from old-style (e.g. `configure_scope`) hubs&scopes API to the new scopes...
### Problem Statement Some integrations are still using old APIs like hub cloning. ### Solution Brainstorm Update the following integrations from old-style (e.g. `configure_scope`) hubs&scopes API to the new scopes...
### Problem Statement Some integrations are still using old APIs like hub cloning. ### Solution Brainstorm Update the following integrations from old-style (e.g. `configure_scope`) hubs&scopes API to the new scopes...
### Problem Statement Some integrations are still using old APIs like hub cloning. ### Solution Brainstorm Update the following integrations from old-style (e.g. configure_scope) hubs&scopes API to the new scopes...