Skip to content

Commit 226c543

Browse files
interactionId
1 parent 5807e2d commit 226c543

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/tracing-internal/src/browser/instrument.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ interface PerformanceEventTiming extends PerformanceEntry {
2626
duration: DOMHighResTimeStamp;
2727
cancelable?: boolean;
2828
target?: Element;
29+
interactionId?: number;
2930
}
3031

3132
interface Metric {

0 commit comments

Comments
 (0)