hyperdx/.changeset
Brandon Pereira 52986a943c
fix(app): fix session replay sub-event modal stacking and tab conflict (#2068)
## Summary

Clicking a log/error event in the session replay event list either reopened the session replay instead of showing event details, or rendered the detail panel behind the replay drawer.

Fixed this by ensuring that isSubPanel is correctly set and using the ZIndexProvider to correctly stack the contexts.

## Steps to Reproduce

From the Sessions page:

1. Go to /sessions, select a session source, open a session card
2. In the session replay drawer, wait for the event list to load
3. Click any event row (e.g. a console.error)
4. Bug A: The detail panel opens behind the session replay drawer (overlay darkens but panel is inaccessible), or 
ESC/close doesn't work correctly

From the Search page (URL conflict):

1. Go to /search, open any trace row to open the detail side panel
2. Click the Session Replay tab — this sets sidePanelTab=replay in the URL
3. In the session event list, click any event row
4. Bug B: The inner detail panel opens to the Session Replay tab again instead of event details (e.g. Overview/Trace)
2026-04-08 16:17:22 +00:00
..
calm-foxes-fly.md fix: Show sidebar favorites empty state for discoverability (#2061) 2026-04-06 20:05:16 +01:00
config.json feat: allow otel-collector to run without OpAMP server (#1672) 2026-01-29 17:50:24 +00:00
empty-state-component.md feat: add reusable EmptyState component and adopt across pages (#2017) 2026-04-06 21:26:59 +01:00
fix-k8s-cpu-dashboard.md Change CPU percentage dashboard to CPU Core according to new otel metric (#2028) 2026-04-06 10:30:11 -07:00
help-keyboard-shortcuts-modal.md feat(app): keyboard shortcuts modal from Help menu (#2064) 2026-04-07 17:31:29 +00:00
hot-camels-sing.md fix: Ensure correct bounds for date-based timestampValueExpr (#2066) 2026-04-07 19:09:58 +00:00
hot-chicken-jam.md feat: Add alert icons to dashboard list page (#2053) 2026-04-06 16:21:42 +00:00
README.md feat: init changeset 2023-09-15 17:23:15 -07:00
tender-monkeys-drop.md fix(app): fix session replay sub-event modal stacking and tab conflict (#2068) 2026-04-08 16:17:22 +00:00
tiny-spiders-smell.md fix: Add error message and edit button when tile source is missing (#2063) 2026-04-07 16:48:09 +00:00
tiny-timers-care.md feat: show error details in search event patterns (#2065) 2026-04-07 15:26:06 +00:00
witty-apples-speak.md feat: Show created/updated metadata for saved searches and dashboards (#2031) 2026-04-07 14:31:44 +00:00

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation