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

Adds frontend for preprod compare. Designs (we chose to skip "unresolved"):

Scope: Frontend

Show cluster stats on if issues within the cluster are new, escalating, or regressed

Scope: Frontend

Use`error_type`, `impact`, and `location` replacing summary, and move the description to a new tab for "root cause".

Scope: Frontend

- We were checking for the the node to replace with the new Autogrouping node -> after replacing it with the auto grouped node - This threw the error 'Node...

Scope: Frontend

- Replaced the `getRepresentativeTraceEvent` util to `TraceTree.findRepresentativeTraceNode`. - By doing so we can traverse the generic `baseNode.children` nodes and have access to all new functionality. Also: - Made use of...

Scope: Frontend

NOTE: currently omitting images as design is still working on those This also fixes the _admin Change Plan action to handle both new and legacy Seer. Future PRs will add...

Scope: Frontend

Fixes some overflows at smaller screen sizes with secondary nav open. # usage overview table header ## before ## after # header cards ## before ## after # table with...

Scope: Frontend

- Made use of the `baseNode.traceHeaderTitle` renderer to get rid of some guards.

Scope: Frontend

- Added a `measurements` getter to the baseNode class and used it to remove SpanNode guards - Split the common traceSpanRow component that was being used by multiple node classes...

Scope: Frontend