Skip to content

Commit 94e6e73

Browse files
author
Luca Forstner
committed
fix=
1 parent ea898ff commit 94e6e73

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/integration-tests/fixtures/telemetry/telemetry.test.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,18 @@ test("rollup bundle telemetry", async () => {
7070
sampled: "true",
7171
}),
7272
},
73+
{
74+
event_id: expect.any(String),
75+
sent_at: expect.any(String),
76+
sdk: { name: "sentry.javascript.node", version: expect.any(String) },
77+
trace: expect.objectContaining({
78+
environment: "production",
79+
release: expect.any(String),
80+
sample_rate: "1",
81+
transaction: "debug-id-sourcemap-upload",
82+
sampled: "true",
83+
}),
84+
},
7385
[
7486
[
7587
{ type: "transaction" },

0 commit comments

Comments
 (0)