Skip to content

Commit 759bf76

Browse files
committed
small test fixes
1 parent 850f1bb commit 759bf76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/browser/test/tracing/browserTracingIntegration.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,7 @@ describe('browserTracingIntegration', () => {
728728
sampled: true,
729729
sampleRand: expect.any(Number),
730730
dsc: {
731+
release: undefined,
731732
environment: 'production',
732733
public_key: 'examplePublicKey',
733734
sample_rate: '1',
@@ -768,6 +769,7 @@ describe('browserTracingIntegration', () => {
768769
sampled: false,
769770
sampleRand: expect.any(Number),
770771
dsc: {
772+
release: undefined,
771773
environment: 'production',
772774
public_key: 'examplePublicKey',
773775
sample_rate: '0',
@@ -892,6 +894,7 @@ describe('browserTracingIntegration', () => {
892894

893895
expect(dynamicSamplingContext).toBeDefined();
894896
expect(dynamicSamplingContext).toStrictEqual({
897+
release: undefined,
895898
environment: 'production',
896899
public_key: 'examplePublicKey',
897900
sample_rate: '1',

0 commit comments

Comments
 (0)