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 6eb937b commit 5288f9fCopy full SHA for 5288f9f
packages/hub/src/hub.ts
@@ -414,14 +414,12 @@ export class Hub implements HubInterface {
414
return undefined;
415
}
416
417
- if (span.sampled) {
418
- return undefined;
419
- }
420
-
421
if (!this.getClient()) {
422
423
424
+ // TODO: if sampled do what?
+
425
const finishedSpans = span.finishedSpans.filter(s => s !== span);
426
427
const eventId = this.captureEvent({
0 commit comments