Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Sep 2, 2022
1 parent 04dffa3 commit 7acff3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tracing/test/hub.test.ts
Expand Up @@ -243,7 +243,7 @@ describe('Hub', () => {
hub.startTransaction({ name: 'dogpark', sampled: true });

expect(Transaction.prototype.setMetadata).toHaveBeenCalledWith({
transactionSampling: { method: 'explicitly_set' },
transactionSampling: { method: 'explicitly_set', rate: 1.0 },
});
});

Expand Down

0 comments on commit 7acff3a

Please sign in to comment.