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 76e9dc3 commit 6a2e446Copy full SHA for 6a2e446
node/packages/sdk/lib/trace-span.js
@@ -137,7 +137,7 @@ class TraceSpan {
137
const message =
138
"Serverless SDK Warning: Following trace spans didn't end before end of " +
139
`lambda invocation: ${leftoverSpans.map(({ name }) => name).join(', ')}\n`;
140
- this._reportWarning(message, 'SDK_SPAN_NOT_CLOSED');
+ this._reportWarning(message, 'SDK_SPAN_NOT_CLOSED', { type: 'USER' });
141
}
142
asyncLocalStorage.enterWith(this);
143
} else {
0 commit comments