-
## Project Board
https://github.com/orgs/getsentry/projects/130/views/1
## Description
`http.response.status_code` is set in different places in different SDKs which creates some problems in …
-
Someone appears to have extracted our setup & fixtures for pytest and repackaged it all as a pytest plugin on pypi.org:
https://pypi.org/project/pytest-gitlab/
I was unaware of this but I have w…
nejch updated
13 hours ago
-
Hi all,
I have created a `tqdm-loggable` module that adds logging integration to tqdm. Here is a summary, but please see [full README](https://github.com/tradingstrategy-ai/tqdm-loggable).
`tq…
-
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.
- [ ] Djang…
-
**Describe the bug**: When in django view some expensive query gets executed and it exceeds statement_timeout, OperationalError occurs and it makes repeatedly the same query X times (where X is probab…
-
The `runjobs` management command allows us to group jobs by their schedule (daily, weekly, monthly, etc.), and make one call for the schedule rather than one call for each job. Doing so requires us to…
-
### Environment
SaaS (https://sentry.io/)
### Steps to Reproduce
I am randomly getting the following error from some of my Python services. The SDK seems it is sending events correctly to sentry.io…
-
Background
As our Telegram bot scales, it's crucial that we have robust error tracking and alerting mechanisms in place. Currently, we're logging errors, which is a good start. However, we need a more…
-
### How do you use Sentry?
Sentry Saas (sentry.io)
### Version
1.31.0
### Steps to Reproduce
Configure the CloudResourceContextIntegration without any parameters but run in an ECS container on AW…
-
### Description
Currently, some SDKs (e.g. sentry-cocoa) don't set a user agent or just set the SDK name as user agent.
In an effort to make troubleshooting of issues more viable if only the http …