sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
### Environment SaaS (https://sentry.io/) ### Version _No response_ ### Steps to Reproduce 1. Have alerts that were set up a while ago 2 . Get a bunch of emails from...
Todo: Clicking "View Details" should take you to the details page 1. Deeplink to the timestamp when the error happened (maybe 5seconds earlier?) 2. The video timestamp on this page...
This adds INP as a web vital queryable to the backend, as well as adding it in the vitals endpoints, and adding it to the metrics layer since it should...
**Problem:** Today the loading state is a replay "skeleton".  How can we make it more clear that the replay details page is...
**Solution:** 1. In the page header, where it shows a Flame Icon with a number next to it, we replace that with a red counter, with a link labelled "Error"....
See for [Figma](https://www.figma.com/file/OPFnT04z0uy8BEUms9OU4f/Specs%3A-Details-v3?node-id=104%3A8770) for the Network component.  [Rewatch video.](https://sentry.rewatch.com/video/a4oif3v3v0gsbbjc-rewatch-replay-details-highlighting-ui-feedback-round-1) This is an implementation ticket from the design ticket [#38620](https://github.com/getsentry/sentry/issues/38620#issuecomment-1248593395)
### Problem Statement Now: Only error events will be forwarded. Forwarding of transaction events is not supported. Future: I want forwarding of transaction events is supported. ### Solution Brainstorm Sentry...
- [ ] checking error states, urls requested - [ ] look for edge cases
This will pass the sort param to the endpoint in order to allow the backend to do the sorting instead of relying on sorting the data on the frontend.