Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Change log message when custom filtering is applied
Browse files Browse the repository at this point in the history
  • Loading branch information
İbrahim Gürses committed Mar 14, 2019
1 parent a68315d commit a44c6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/Trace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export class Trace {
if (span) {
if (customSampler && !customSampler.isSampled(span)) {
ThundraLogger.getInstance().debug(
'Applying custom sampling to span:' + span.getOperationName());
`Filtering span with name ${span.getOperationName()} due to custom sampling configration`);
continue;
}

Expand Down

0 comments on commit a44c6f9

Please sign in to comment.