sentry-python
sentry-python copied to clipboard
The official Python SDK for Sentry.io
### 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...
### 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...
### 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//]+)/$'`...
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...
### 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,...
### 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...
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)
### 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...
### 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:...
### 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...