Skip to content

Commit

Permalink
fix: add total spans limit to debug log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
sagivoululumigo committed Jul 11, 2024
1 parent 006e972 commit e3b9f1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export class SpansContainer {

logger.debug('Span was not added due to size limitations', {
currentSpansSize: this.currentSpansSize,
maxSpansSize,
});
warnSpansSizeOnce(maxSpansSize, this.currentSpansSize);
return false;
Expand Down

0 comments on commit e3b9f1d

Please sign in to comment.