@@ -234,8 +234,9 @@ describe("workflow client", () => {
234
234
"upstash-delay" : "1s" ,
235
235
"content-type" : "application/json" ,
236
236
"upstash-feature-set" : "LazyFetch,InitialBody" ,
237
+ "upstash-telemetry-framework" : "unknown" ,
237
238
"upstash-telemetry-runtime" : expect . stringMatching ( / b u n @ / ) ,
238
- "upstash-telemetry-sdk" : expect . stringMatching ( / u p s t a s h - q s t a s h - j s @ / ) ,
239
+ "upstash-telemetry-sdk" : expect . stringContaining ( "@upstash/workflow" ) ,
239
240
"upstash-workflow-sdk-version" : "1" ,
240
241
} ,
241
242
body,
@@ -298,8 +299,9 @@ describe("workflow client", () => {
298
299
"upstash-delay" : "1s" ,
299
300
"content-type" : "application/json" ,
300
301
"upstash-feature-set" : "LazyFetch,InitialBody" ,
302
+ "upstash-telemetry-framework" : "unknown" ,
301
303
"upstash-telemetry-runtime" : expect . stringMatching ( / b u n @ / ) ,
302
- "upstash-telemetry-sdk" : expect . stringMatching ( / u p s t a s h - q s t a s h - j s @ / ) ,
304
+ "upstash-telemetry-sdk" : expect . stringContaining ( "@upstash/workflow" ) ,
303
305
"upstash-workflow-sdk-version" : "1" ,
304
306
} ,
305
307
body,
@@ -317,8 +319,9 @@ describe("workflow client", () => {
317
319
"upstash-delay" : "1s" ,
318
320
"content-type" : "application/json" ,
319
321
"upstash-feature-set" : "LazyFetch,InitialBody" ,
322
+ "upstash-telemetry-framework" : "unknown" ,
320
323
"upstash-telemetry-runtime" : expect . stringMatching ( / b u n @ / ) ,
321
- "upstash-telemetry-sdk" : expect . stringMatching ( / u p s t a s h - q s t a s h - j s @ / ) ,
324
+ "upstash-telemetry-sdk" : expect . stringContaining ( "@upstash/workflow" ) ,
322
325
"upstash-workflow-sdk-version" : "1" ,
323
326
"upstash-failure-callback" : "https://requestcatcher.com/api" ,
324
327
"upstash-failure-callback-feature-set" : "LazyFetch,InitialBody" ,
@@ -385,8 +388,9 @@ describe("workflow client", () => {
385
388
"upstash-failure-callback-workflow-init" : "false" ,
386
389
"upstash-failure-callback-workflow-runid" : `wfr_${ myWorkflowRunId } ` ,
387
390
"upstash-failure-callback-workflow-url" : "https://requestcatcher.com/api" ,
391
+ "upstash-telemetry-framework" : "unknown" ,
388
392
"upstash-telemetry-runtime" : expect . stringMatching ( / b u n @ / ) ,
389
- "upstash-telemetry-sdk" : expect . stringMatching ( / u p s t a s h - q s t a s h - j s @ / ) ,
393
+ "upstash-telemetry-sdk" : expect . stringContaining ( "@upstash/workflow" ) ,
390
394
"upstash-workflow-sdk-version" : "1" ,
391
395
} ,
392
396
body,
0 commit comments