sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
Adds frontend for preprod compare. Designs (we chose to skip "unresolved"):
Show cluster stats on if issues within the cluster are new, escalating, or regressed
Use`error_type`, `impact`, and `location` replacing summary, and move the description to a new tab for "root cause".
- 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...
- 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...
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...
Fixes some overflows at smaller screen sizes with secondary nav open. # usage overview table header ## before ## after # header cards ## before ## after # table with...
- Made use of the `baseNode.traceHeaderTitle` renderer to get rid of some guards.
- 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...