diff --git a/src/globals.ts b/src/globals.ts index b97f63702..d662e835b 100644 --- a/src/globals.ts +++ b/src/globals.ts @@ -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;