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

### 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...

question

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.

enhancement
help wanted
new-integration
Status: Backlog
Hacktoberfest ๐ŸŽƒ

### 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

enhancement
triaged
Integration: GCP

### 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...

bug
Status: Backlog
Hacktoberfest ๐ŸŽƒ
Integration: ASGI
Integration: Starlette/FastAPI

### 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...

enhancement
Integration: Serverless
Status: Backlog

### 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...

bug
enhancement
Status: Backlog
Hacktoberfest ๐ŸŽƒ

### 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: ......

Typehints

### 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`...

bug
Status: Backlog
Integration: Starlette/FastAPI

### 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...

bug
enhancement
Status: Backlog
Integration: Starlette/FastAPI

It seems to me that an implementation of an [OpenTelemetry](https://opentelemetry.io/) Exporter to send traces and logs to Sentry, would be interestingโ€ฆ

enhancement
Status: Backlog