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 42150ed commit 177eb95Copy full SHA for 177eb95
packages/profiling-node/src/integration.ts
@@ -557,9 +557,7 @@ class ContinuousProfiler {
557
private _setupSpanChunkInstrumentation(): void {
558
if (!this._client) {
559
DEBUG_BUILD &&
560
- debug.log(
561
- '[Profiling] Failed to initialize span profiling, sentry client was never attached to the profiler.',
562
- );
+ debug.log('[Profiling] Failed to initialize span profiling, sentry client was never attached to the profiler.');
563
return;
564
}
565
0 commit comments