Commit 99e7ce2
authored
prevent excessive trace events when DBRowTable is used (#1498)
Currently, each column was adding 1 extra event listener, so this resulted in several extra traces being created. Given that these popover buttons on rows don't need click outside logic (they auto-close) we can turn off these events to significantly reduce the listeners.
Before:
https://github.com/user-attachments/assets/6498e309-9e2c-42af-ba85-d9684d49e9e3
After:
https://github.com/user-attachments/assets/56d9302e-0ad1-4ac3-868e-6cf47a0c8492
This is coming from upstream code: https://github.com/hyperdxio/hyperdx-js/blob/main/packages/instrumentation-exception/src/browser/integrations/browserapierrors.ts#L189
Fixes HDX-29281 parent 61cb942 commit 99e7ce2
File tree
2 files changed
+7
-0
lines changed- .changeset
- packages/app/src/components/DBTable
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
| 153 | + | |
152 | 154 | | |
153 | 155 | | |
154 | 156 | | |
| |||
0 commit comments