sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Developer-first error tracking and performance monitoring

Results 1550 sentry issues
Sort by recently updated
recently updated
newest added

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...

Scope: Frontend
Stale

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/lodash&package-manager=npm_and_yarn&previous-version=4.14.182&new-version=4.17.7)](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...

Scope: Frontend
Stale

### 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:...

Type: Feature Request
Sync: Jira
Product Area: Performance

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...

Scope: Backend

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...

Scope: Backend

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...

Scope: Backend

Instead of a new page, the explore page will replace traces in the short term.

Scope: Frontend

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)....

Scope: Backend