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', () => {
61
61
// Fourth span - models.retrieve
62
62
expect . objectContaining ( {
63
63
data : {
64
+ 'anthropic.response.timestamp' : '2024-05-08T05:20:00.000Z' ,
64
65
'gen_ai.operation.name' : 'retrieve' ,
65
66
'sentry.op' : 'gen_ai.retrieve' ,
66
67
'sentry.origin' : 'auto.ai.anthropic' ,
@@ -138,6 +139,7 @@ describe('Anthropic integration', () => {
138
139
// Fourth span - models.retrieve with PII
139
140
expect . objectContaining ( {
140
141
data : {
142
+ 'anthropic.response.timestamp' : '2024-05-08T05:20:00.000Z' ,
141
143
'gen_ai.operation.name' : 'retrieve' ,
142
144
'sentry.op' : 'gen_ai.retrieve' ,
143
145
'sentry.origin' : 'auto.ai.anthropic' ,
You can’t perform that action at this time.
0 commit comments