-
### How do you use Sentry?
Sentry Saas (sentry.io)
### Version
2.3.1
### Steps to Reproduce
Create a new Celery task with a crontab schedule of "0 0 * * saturday". The monitor for the t…
-
### How do you use Sentry?
Self-hosted/on-premise
### Version
1.40.0
### Steps to Reproduce
1. Install requirements
```
quart==0.19.4
quart-flask-patch==0.3.0
Flask-Caching==2.1.0
Jinja2==3…
-
Currently, we offer multiple options to configure sampling for tracing:
- `tracesSampleRate`
- `tracesSampler`
- `enableTracing`
But when to use which, is sometimes not obvious to our users. What mak…
HazAT updated
1 month ago
-
### How do you use Sentry?
Sentry Saas (sentry.io)
### Version
2.18.0
### Steps to Reproduce
While implementing a simple AWS Lambda function, I observed significant delays related to Sentry SDK i…
-
Python's logging module has an option to attach a stack trace to a logging message:
logger.error("...", stack_info=True)
This stack trace is lost when logging to Sentry. It'd be very helpful…
-
Recently a new feature was released where Sentry can comment on your PRs if there are any unhandled issues being caused by the functions you are modifying in your PR so that you can fix issues while y…
-
### Problem Statement
Sentry provides good overview of time consumption in Trace View, for some projects/situations it very useful to have the same overview for memory usage.
For example in our use …
-
This page: https://docs.sentry.io/product/sentry-basics/integrate-backend/capturing-errors/ (6th most popular) talks about unhandled errors in the screenshots don’t match the text:
(also: I wish we h…
-
### Overview
There are docs for programming languages, run times, frameworks, libraries and developer tools in general.
Sentry has its own docs as well, but often when devs are setting up a project f…
-
### Problem Statement
Sentry's built-in profiling is reasonably low-overhead, but it takes a snapshot of the app's stack every ~10ms. This can miss quite a lot of events. Before Python 3.12, implemen…