Skip to content

Commit 47a67db

Browse files
committed
fix core unit test
1 parent 082d3b0 commit 47a67db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/test/lib/envelope.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ describe('createSpanEnvelope', () => {
101101
const span = new SentrySpan({
102102
name: 'test',
103103
isStandalone: true,
104-
isSegment: true,
105104
startTimestamp: 1,
106105
endTimestamp: 2,
107106
sampled: true,

0 commit comments

Comments
 (0)