Skip to content

Commit 77ee440

Browse files
committed
fix tests
1 parent 5387b27 commit 77ee440

File tree

1 file changed

+2
-0
lines changed
  • dev-packages/node-integration-tests/suites/tracing/anthropic

1 file changed

+2
-0
lines changed

dev-packages/node-integration-tests/suites/tracing/anthropic/test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ describe('Anthropic integration', () => {
6161
// Fourth span - models.retrieve
6262
expect.objectContaining({
6363
data: {
64+
'anthropic.response.timestamp': '2024-05-08T05:20:00.000Z',
6465
'gen_ai.operation.name': 'retrieve',
6566
'sentry.op': 'gen_ai.retrieve',
6667
'sentry.origin': 'auto.ai.anthropic',
@@ -138,6 +139,7 @@ describe('Anthropic integration', () => {
138139
// Fourth span - models.retrieve with PII
139140
expect.objectContaining({
140141
data: {
142+
'anthropic.response.timestamp': '2024-05-08T05:20:00.000Z',
141143
'gen_ai.operation.name': 'retrieve',
142144
'sentry.op': 'gen_ai.retrieve',
143145
'sentry.origin': 'auto.ai.anthropic',

0 commit comments

Comments
 (0)