Skip to content

Commit 194f02e

Browse files
committed
Fix
1 parent 1a72eab commit 194f02e

File tree

1 file changed

+1
-1
lines changed
  • packages/node-core/src/integrations

1 file changed

+1
-1
lines changed

packages/node-core/src/integrations/pino.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ export const pinoIntegration = defineIntegration((options: Options = DEFAULT_OPT
7676
const level = self?.levels?.labels?.[levelNumber] || 'info';
7777

7878
const attributes = {
79+
...obj,
7980
'sentry.origin': 'auto.logging.pino',
8081
'sentry.pino.level': levelNumber,
81-
...obj,
8282
};
8383

8484
if (enableLogs) {

0 commit comments

Comments
 (0)