Skip to content

Commit 7acff3a

Browse files
committed
fix test
1 parent 04dffa3 commit 7acff3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tracing/test/hub.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ describe('Hub', () => {
243243
hub.startTransaction({ name: 'dogpark', sampled: true });
244244

245245
expect(Transaction.prototype.setMetadata).toHaveBeenCalledWith({
246-
transactionSampling: { method: 'explicitly_set' },
246+
transactionSampling: { method: 'explicitly_set', rate: 1.0 },
247247
});
248248
});
249249

0 commit comments

Comments
 (0)