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

Done to more clearly define event data categories, in preparation for https://github.com/getsentry/sentry-python/issues/3229.

WIP * make `start_span`, `start_transaction` create OTel spans in the background via `start_as_current_span` * add top level `start_inactive_span` that uses `start_span` in the background * allow to interact with the...

* test Django test suite against `5.1b1` * fix any issues that come up, like this one: ``` AttributeError: does not have the attribute 'get_converter' ``` Closes https://github.com/getsentry/sentry-python/issues/3208

Version pinning can create issues for folks. We should be as lenient as possible. We'll be testing our POTel setup with latest OTel packages. Before we switch to POTel and...

Integration: OpenTelementry (OTel)
Project: POTel (Phase 1)

## Fix wrong metadata type in async gRPC interceptor Fixes #2509 The metadata of gRPC calls was transformed to a list in the client interceptor. The list was compatible with...

Waiting for: Community
Stale

### Problem Statement We want to start off without taking in any OTel integrations. Right now, if any OTel instrumentation package is installed and `otel_powered_performance` is on, we will use...

Integration: OpenTelementry (OTel)

https://github.com/getsentry/team-sdks/issues/88

### How do you use Sentry? Self-hosted/on-premise ### Version 2.5.1 ### Steps to Reproduce 1) demo.py ```python import sentry_sdk from sentry_sdk.integrations.arq import ArqIntegration from arq import cron sentry_sdk.init(...) async def...

Type: Bug
Good first issue
Integration: arq

* only acts on `on_end` instead of both `on_start/on_end` as before * store children spans in a dict mapping `span_id -> children` * new dict only stores otel span objects...

@sentrivana moved op/description/status logic to utils, but status mapping will be done separately. Maybe @szokeasaurusrex can look into making this logic as similar to JS as possible, but for now...

Integration: OpenTelementry (OTel)