Skip to content

Commit 7d96850

Browse files
committed
cleanup
1 parent 8575cb0 commit 7d96850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node-core/src/otel/logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { debug } from '@sentry/core';
44
/**
55
* Setup the OTEL logger to use our own debug logger.
66
*/
7-
export function setupOpenTelemetryDebug(): void {
7+
export function setupOpenTelemetryLogger(): void {
88
// Disable diag, to ensure this works even if called multiple times
99
diag.disable();
1010
diag.setLogger(

0 commit comments

Comments
 (0)