sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.2.1 to 16.8.2. Release notes Sourced from stylelint's releases. 16.8.2 Deprecated: context.fix usage in favour of recommending to pass a fix callback to report() (#7895) (@Mouvedia). Added:...
### Self-Hosted Version 24.7.0 ### CPU Architecture x86_64 ### Docker Version 27.0.3 ### Docker Compose Version 2.28.1 ### Steps to Reproduce I've created a new cron monitor with the schedule...
This adds `url_domain` and `url_suffix` to the uptime subscription model. The plan is to store the domainof each url here for use in limiting total number of checks per domain...
index_together is removed in django 5.1 so this is necessary to upgrade we will need a hard stop for self-hosted
index_together is removed in django 5.1 so this is necessary to upgrade we will need a hard stop for self-hosted
- Part of: #77547 - Displays info alert for orgs whose alerts or widgets have been removed.
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 43.0.1. Changelog Sourced from cryptography's changelog. 43.0.1 - 2024-09-03 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.3.2. .. _v43-0-0: 43.0.0...
- **Empty files!** - **We'll need migrations probably** - **Start sketching registry/namespace and decorator** - **add kafkatasks model** ### Legal Boilerplate Look, I get it. The entity doing business as...
And change all calls to `start_span(description="...")` to `start_span(name="...")` because `description` is deprecated and will be replaced with `name` in version 3.0.0.
This enables the UI for Issue Platform deletion. This depends on #77794 being merged first.