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 df7cc39 commit 117312aCopy full SHA for 117312a
src/index.ts
@@ -85,7 +85,7 @@ export function configure({ longTaskThreshold = 300 }: DebugOptions = {}): Async
85
longTaskThreshold[event.resourceType] ?? 300;
86
87
if (duration > threshold) {
88
- console.log(`Executing asynchronous task ${asyncId} using ${event.resourceType} took ${duration}ms to complete.`);
+ console.warn(`Executing asynchronous task ${asyncId} using ${event.resourceType} took ${duration}ms to complete.`);
89
}
90
91
0 commit comments