We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b077373 commit 43940d7Copy full SHA for 43940d7
packages/apm/test/hub.test.ts
@@ -14,7 +14,7 @@ describe('Hub', () => {
14
15
describe('spans', () => {
16
describe('sampling', () => {
17
- test('set tracesSampleRate 0 root span', () => {
+ test('set tracesSampleRate 0 on span', () => {
18
const hub = new Hub(new BrowserClient({ tracesSampleRate: 0 }));
19
const span = hub.startSpan({}) as any;
20
expect(span.sampled).toBeUndefined();
0 commit comments