sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
There's always been some slight confusion, and lack of clear examples, when it comes to using `isFetching` and `isLoading` from react-query. Also we're not super consistent on the names when...
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.182 to 4.17.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce **Description:** When adding a custom metric, you are unable to select it as an option in metric alerts. Custom metric: Alert options:...
New issues are not explicitly created with the `NEW` substatus today. The order in which events are processed can result in bugs like [this](https://github.com/getsentry/sentry/issues/70285#issuecomment-2148916755) where new groups are marked with...
We need to run a backfill to fix the missing substatuses for IGNORED groups. This [redash query](https://redash.getsentry.net/queries/6898) shows we have ~120K ignored groups that have no substatus. Further digging shows...
Add an aggregation for the first seen sort to convert the `first_seen` value to a uint64. Without the aggregation, the paginator is unable to parse and handle the cursor value...
Instead of a new page, the explore page will replace traces in the short term.
Fixes SENTRY-3DEY The `callback_id` was used as both the `callback_id` and `private_metadata`. If we pass tags in the `callback_id`, sometimes it gets too long (has max length of 255 chars)....