We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a516d commit 1b618e5Copy full SHA for 1b618e5
packages/replay/src/replay.ts
@@ -936,7 +936,6 @@ export class ReplayContainer implements ReplayContainerInterface {
936
trace_ids: traceIds,
937
urls,
938
replay_id: replayId,
939
- event_id: replayId,
940
segment_id,
941
};
942
packages/types/src/replay.ts
@@ -5,7 +5,6 @@ import { Event } from './event';
5
* @hidden
6
*/
7
export interface ReplayEvent extends Event {
8
- event_id: string;
9
urls: string[];
10
error_ids: string[];
11
trace_ids: string[];
0 commit comments