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

Currently we have [a few config options](https://docs.sentry.io/platforms/python/configuration/options/#common-options) in the SDK that can also be set via environment variables. To make it easier for our users to deploy their Sentry instrumented...

Component: SDK Core
Triaged
Integration: GCP
Integration: AWS Lambda
Python
Feature
Quality Improvement

# This is an experiment. Do not merge. Explores how a remote configuration or "feature evaluation" might be added to the SDK. Ref: https://github.com/getsentry/sentry/issues/70942

Component: SDK Core

We should add a test for the changes implemented in #3111. We are not adding the test in that PR, since testing this change is somewhat difficult, and it makes...

Integration: Django
Component: Tests
Triaged
Python
Tests
Quality Improvement

If we want to make [lifecycle hooks](https://github.com/getsentry/rfcs/blob/main/text/0034-sdk-lifecycle-hooks.md) a reality at some point, I guess we start with small steps. I added some debug messages to places where lifecycle hooks could...

Component: SDK Core
Stale

### How do you use Sentry? Sentry Saas (sentry.io) ### Version 2.3.1 ### Steps to Reproduce from discord ```python from rest_framework import routers ... router.register(r"current-user", user_views.CurrentUserViewSet, basename="current-user") urlpatterns = [...

Type: Bug
Integration: Django

### How do you use Sentry? Self-hosted/on-premise ### Version 2.2.0 ### Steps to Reproduce [requirements.txt](https://gist.github.com/mihalikv/cdec9a0e7bc1b965ae385e7fb5d9a284) settings.py: ``` def profiles_sampler(sampling_context): return 1 def traces_sampler(sampling_context): return 1 if SENTRY_DSN: sentry_sdk.init( dsn=SENTRY_DSN, integrations=[...

Type: Bug
Integration: Django

### Problem Statement When using a cluster for caching the `LOCATION` property in the Django `CACHES` settings is a list of servers. Make sure we handle this case in `_get_address_port`...

Enhancement
Integration: Django

### Problem Statement In Sentry Performance, when I look at the queries list in a performance event of an API view, the `view.render` event always begins with a few of...

Enhancement
Good first issue
Hacktoberfest 🎃
Integration: Django
Triaged

### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.39.1 ### Steps to Reproduce We have a complex dynamic multi-DB Django setup. For unit testing it, we use...

Type: Bug
Integration: Django

### Problem Statement This Python SDK has support for django ASGI.  We noted that in this integration therer is a check for django channels and depending on that setup the...

Integration: Django
Triaged
Python
Docs