File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
dev-packages/node-integration-tests/suites/tracing/anthropic Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments