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

* work on timeline and feasibility for all other Backend SDKs (except Node & Java) * issue to create more projects for all other Backend SDKs (except Node & Java)...

Python
Integration: Otlp

* Publish OTLP launch announcement in a Vanguard post & Changelog post * Present solution at Show & Tell

Python

### How do you use Sentry? Sentry Saas (sentry.io) ### Version 2.13.0 ### Steps to Reproduce 1. Setup a view in django to serve a file using FileResponse 2. Look...

Python
Bug

### Problem Statement We currently don't have access to the raw message before formatting in Loguru logs so we can't add it as `sentry.message.template`. ### Solution Brainstorm 1. The most...

Integration: Loguru
Python
Component: Logs
Feature
Logs

Grab an app from [https://github.com/getsentry/testing-sentry-python](https://github.com/getsentry/testing-sentry-python) and test that basic features (traces, errors, logs, metrics) work as expected, with focus on profiling. List of things that will definitely need updating: *...

Opentelemetry instrumentation should be more descriptive, not just a "minimal working example". Granular explanations about the how and the why would help others integrate sentry into their already instrumented applications...

### Summary This allows for a sample_rate (0, 1.0] to be sent on a per metric basis. Refs LOGS-495

### Problem Statement We are currently having lots of false-ish positives from N+1 detection (with Django). We have multiple loops that we iterate over a queryset, make internal - external...

Feature: Performance
Waiting for: Product Owner
Python

### Problem Statement Attach attributes to spans for SQL statements according to https://github.com/getsentry/sentry-docs/pull/15194. ### Solution Brainstorm Filter on the operation and add the attribute value.

Integration: SQLAlchemy
Python
Feature
Spans

### Problem Statement Attach attributes to spans for SQL statements according to https://github.com/getsentry/sentry-docs/pull/15194. ### Solution Brainstorm Filter on the operation and add the attribute value.

Integration: asyncpg
Python
Feature
Spans