sentry-python
sentry-python copied to clipboard
The official Python SDK for Sentry.io
* 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)...
* Publish OTLP launch announcement in a Vanguard post & Changelog post * Present solution at Show & Tell
### 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...
### 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...
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...
### 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.
### 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.