Skip to content

Commit ac732f7

Browse files
logaretmclaude
andcommitted
fix: Add sentry.timestamp.sequence to node integration logger test
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7b0ae80 commit ac732f7

File tree

1 file changed

+4
-0
lines changed
  • dev-packages/node-integration-tests/suites/public-api/logger

1 file changed

+4
-0
lines changed

dev-packages/node-integration-tests/suites/public-api/logger/test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ const commonAttributes: SerializedLog['attributes'] = {
1919
type: 'string',
2020
value: expect.any(String),
2121
},
22+
'sentry.timestamp.sequence': {
23+
type: 'integer',
24+
value: expect.any(Number),
25+
},
2226
'server.address': {
2327
type: 'string',
2428
value: expect.any(String),

0 commit comments

Comments
 (0)