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

The option is not documented and it is `True` by default. We should deprecated it and remove in the next major. This option was later superseded by `trace_propagation_targets`.

Good first issue
Feature: Performance
Hacktoberfest 🎃
Triaged

### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.21.1 ### Steps to Reproduce 1. Create a virtual env, activate it, and install `sentry_sdk`. 2. Create a minimal...

Type: Bug
Good first issue
Hacktoberfest 🎃

I am trying to investigate some http connection pooling issues when making a lot of http requests. I'm getting a lovely sentry report on the failures, but with 'Pool is...

Enhancement
Good first issue
Hacktoberfest 🎃
Integration: Logging
Triaged

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce Versions: - `Django`: 4.2.15 - `uwsgi`: 2.0.24 - `sentry-sdk`: 2.13.0 - `django-otp`: 1.5.1 1. Setup `django-otp`: https://django-otp-official.readthedocs.io/en/stable/overview.html#installation 2. Use `django_otp.admin.OTPAdminSite` as custom...

Type: Bug
Integration: Django

### How do you use Sentry? Self-hosted/on-premise ### Version 2.15.0 ### Steps to Reproduce Simply having a connection issue between Sentry SDK and Sentry In my case it's not having...

Enhancement
Component: Transport

The dedupe integration drops events that were never sent before. 1. An error is triggered. 2. before_send drops the event. 3. Another event is triggered based on the same error...

Type: Bug
Triaged

Many server framework integrations take a `transaction_style` parameter. This is a string which specifies how the transaction name is generated. Although many frameworks have similar options, they are named differently;...

We started supporting `failed_request_status_code` for Starlette/FastAPI in https://github.com/getsentry/sentry-python/pull/3008. We should add the option to other web frameworks as well. - [ ] Django - [ ] Flask - [x] FastAPI...

Python
Feature

I created an issue https://github.com/getsentry/sentry-python/issues/3410 --- Thank you for contributing to `sentry-python`! Please add tests to validate your changes, and lint your code using `tox -e linters`. Running the test...

Waiting for: Community

Fix the Scope related tests in Potel.

Project: POTel (Phase 1)