Skip to content

Commit a7b0cfc

Browse files
committed
feat(browser): make heartbeatInterval optional
Signed-off-by: Outsider <[email protected]>
1 parent 0d1b6cc commit a7b0cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tracing/src/hubextensions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export function startIdleTransaction(
186186
transactionContext: TransactionContext,
187187
idleTimeout: number,
188188
finalTimeout: number,
189-
heartbeatInterval: number,
189+
heartbeatInterval?: number,
190190
onScope?: boolean,
191191
customSamplingContext?: CustomSamplingContext,
192192
): IdleTransaction {

0 commit comments

Comments
 (0)