Skip to content

Commit 239a752

Browse files
committed
fix(sdk): forward requestOptions in triggerAndSubscribe
1 parent 2f261e5 commit 239a752

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/trigger-sdk/src/v3/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2585,7 +2585,7 @@ async function triggerAndSubscribe_internal<TIdentifier extends string, TPayload
25852585
debounce: options?.debounce,
25862586
},
25872587
},
2588-
{}
2588+
requestOptions ?? {}
25892589
);
25902590

25912591
// Set attributes after trigger so the dashboard can link to the child run

0 commit comments

Comments
 (0)