Skip to content

Commit 0d99727

Browse files
committed
fix
1 parent 9fbc501 commit 0d99727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pino-transport/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { LogSeverityLevel } from '@sentry/core';
2-
import { _INTERNAL_captureLog, isPrimitive, debug, normalize } from '@sentry/core';
2+
import { _INTERNAL_captureLog, debug, isPrimitive, normalize } from '@sentry/core';
33
import type buildType from 'pino-abstract-transport';
44
import * as pinoAbstractTransport from 'pino-abstract-transport';
55
import { DEBUG_BUILD } from './debug-build';

0 commit comments

Comments
 (0)