Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
small test fixes
  • Loading branch information
mydea committed Mar 24, 2025
commit 759bf76ac69f4a25b29ebc03423adf6ab1bd8446
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@ describe('browserTracingIntegration', () => {
sampled: true,
sampleRand: expect.any(Number),
dsc: {
release: undefined,
environment: 'production',
public_key: 'examplePublicKey',
sample_rate: '1',
Expand Down Expand Up @@ -768,6 +769,7 @@ describe('browserTracingIntegration', () => {
sampled: false,
sampleRand: expect.any(Number),
dsc: {
release: undefined,
environment: 'production',
public_key: 'examplePublicKey',
sample_rate: '0',
Expand Down Expand Up @@ -892,6 +894,7 @@ describe('browserTracingIntegration', () => {

expect(dynamicSamplingContext).toBeDefined();
expect(dynamicSamplingContext).toStrictEqual({
release: undefined,
environment: 'production',
public_key: 'examplePublicKey',
sample_rate: '1',
Expand Down
Loading