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

This PR makes a few changes to the header portion of the event nav: - overflow long values for message - align stats with title/message as a grid - remove...

Scope: Frontend

For compliance reasons, we need to allow a user to delete a feedback. In the event that the author of it requests it.

Type: User Feedback
Product Area: User Feedback

### Problem Statement I want to know how many issues are still assigned to a given team. In some teams the workflow is as such - Nobody is working on...

Closes https://github.com/getsentry/sentry/issues/76298 Closes [SENTRY-3B86](https://sentry.sentry.io/issues/5552524761/) Decided on a limit of 4096, generously below the LLM request, postgres, and kafka size limits described in the ticket. Messages that are too large will...

Scope: Backend

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. Send a feedback [using this guide](https://docs.sentry.io/platforms/javascript/user-feedback/#user-feedback-api), for example: ``` Sentry.init({ dsn:"..." }) Sentry.captureException(new Error("Feedback test")) Sentry.captureFeedback( { name: "User 1", message:...

Product Area: User Feedback

This is Step 1 of using `BigNumberWidget` inside Dashboards. This change uses the _innards_ of `BigNumberWidget` as the innards of `WidgetCardChart`. A few notes: - in `BigNumberWidget`, the thresholds indicator...

Scope: Frontend

- Value suggestions will now display at the bottom of the menu when they match the query but are not the top item. Previously they were just ignored - Includes...

Scope: Frontend

### Problem Statement Currently to measure the impact the App score can be seen as a overal metric. But this metric cannot be used in dashboards to show you the...

Sync: Jira
Product Area: Dashboards

This is in preparation for a fix.

Scope: Backend

Will merge this in after https://github.com/getsentry/sentry-options-automator/pull/2460 Setting the feature badge to 'new', as this feature is being rolled out to GA

Scope: Frontend