Skip to content

Commit 177eb95

Browse files
committed
format
1 parent 42150ed commit 177eb95

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/profiling-node/src/integration.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -557,9 +557,7 @@ class ContinuousProfiler {
557557
private _setupSpanChunkInstrumentation(): void {
558558
if (!this._client) {
559559
DEBUG_BUILD &&
560-
debug.log(
561-
'[Profiling] Failed to initialize span profiling, sentry client was never attached to the profiler.',
562-
);
560+
debug.log('[Profiling] Failed to initialize span profiling, sentry client was never attached to the profiler.');
563561
return;
564562
}
565563

0 commit comments

Comments
 (0)