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 9fbc501 commit 0d99727Copy full SHA for 0d99727
packages/pino-transport/src/index.ts
@@ -1,5 +1,5 @@
1
import type { LogSeverityLevel } from '@sentry/core';
2
-import { _INTERNAL_captureLog, isPrimitive, debug, normalize } from '@sentry/core';
+import { _INTERNAL_captureLog, debug, isPrimitive, normalize } from '@sentry/core';
3
import type buildType from 'pino-abstract-transport';
4
import * as pinoAbstractTransport from 'pino-abstract-transport';
5
import { DEBUG_BUILD } from './debug-build';
0 commit comments