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

### Problem Statement So we can better track how many unit/integration/e2e tests we have. (hint: test pyramid) Also it should be possible to only run unit/integration/e2e tests if desired. Mark...

enhancement
Status: Backlog
Component: Tests

### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.7.2 ### Steps to Reproduce I you have the AWS Lambda integration sometimes in the Cloudwatch logs (and on...

bug
Status: Backlog

### Problem Statement When using pythons `sentry_sdk` with Django and [DjangoCMS](https://github.com/django-cms/django-cms) using the default configuration for the `DjangoIntegration` I get a transactions `{slug},w/]+)/`. This comes from the complex regex `'^(?P[$\\-_.+!*(),\\w//]+)/$'`...

Type: Bug
Hacktoberfest 🎃
Integration: Django
Triaged

I am using [tenant-schemas-celery](https://github.com/maciej-gol/tenant-schemas-celery) package, which generates it's own TenantTask (extends celery.app.task.Task) class in it's own CeleryApp (extends celery.Celery). After updating from sentry-sdk from 0.17.7 to 0.17.8 the TenantTask's tenant...

bug
Integration: Celery
needs-repro

### How do you use Sentry? Sentry Saas (sentry.io) ### Version sentry-sdk==1.7.2 ### Steps to Reproduce The minimal reproduction is unfortunately still a bit bulky. For faster and easier reproduction,...

bug
question
Status: Backlog
Hacktoberfest 🎃

### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.4.3 ### Steps to Reproduce 1. Add sentry-sdk to django 2. Host on GCP CloudRun 3. `sentry_sdk.init()` throws the...

bug
needs-information
Status: Backlog

The Falcon integration passed the tests for Falcon 3.0.1, 2.0.0, 1.4.0 (Python 3.8) and Falcon 2.0.0, 1.4.0 (Python 2.7)

enhancement
help wanted
Integration: Falcon
Status: Backlog

### Problem Statement Make sure it is easy to set breakpoints with pdb, ipdb and breakpoint() when running tests locally. Also include configuration in vscode so it works out of...

enhancement
Status: Backlog

### Problem Statement Finding a failing test now is very hard. Make the failed test report better. ### Solution Brainstorm Something like this: https://github.com/getsentry/sentry/pull/31432/commits/42fc86365bd6a18a1093e3122bff403bfdcf8c38 This is probably the action used:...

enhancement
Status: Backlog
Component: Tests

### Problem Statement Cases that must work: * Run all tests in all environments locally * Run all tests in one environment locally * Run one test in one environment...

enhancement
Status: Backlog
Component: Tests