sentry-python
sentry-python copied to clipboard
The official Python SDK for Sentry.io
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.9.10 ### Steps to Reproduce We configure sentry during tests, because in the past we've had bugs/interactions between instrumenting...
Elasticsearch is a very popular database but doesn't have out of the box integration in sentry. Please vote with ๐ on this post if you're interested in this.
### Problem Statement The integration currently supports [Python 3.7](https://github.com/getsentry/sentry-python/blob/master/sentry_sdk/integrations/gcp.py#L122-L144), which is approaching the end of life: 27 Jun 2023 Should fix: https://github.com/getsentry/sentry-python/issues/1666 ### Solution Brainstorm na
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.9.10 ### Steps to Reproduce * Have a FastAPI app * Have a FastAPI middleware like this one: https://github.com/getsentry/demo-app-django-react/blob/main/backend/fastapi/main.py#L80-L101...
### Problem Statement The span ops for serverless functions are not very consistent. See here: https://develop.sentry.dev/sdk/performance/span-operations/#serverless-faas We should have consistent naming and also look into the GCP ops if we...
### Hey folks, [happy Hacktoberfest](https://hacktoberfest.com/)! The Sentry Python SDK is accepting PRs for hacktoberfest, and we've labelled some issues that you can take a look at if you would like...
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.9.10 ### Steps to Reproduce Annotating a function with `@serverless_function`, eg: ```python @serverless_function def main(msg: func.QueueMessage) -> None: ......
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.9.10 ### Steps to Reproduce I have a FastAPI demo app: https://github.com/getsentry/demo-app-django-react/tree/main/backend/fastapi The app has a middleware called `CounterMiddleware`...
### How do you use Sentry? Self-hosted/on-premise ### Version 1.9.7 ### Steps to Reproduce Sample code to reproduce the issue: ```python from datetime import datetime import sentry_sdk from fastapi import...
It seems to me that an implementation of an [OpenTelemetry](https://opentelemetry.io/) Exporter to send traces and logs to Sentry, would be interestingโฆ