Skip to content

Commit 8f7ca31

Browse files
outsiderisLms24
andcommitted
Update packages/tracing/src/hubextensions.ts
Co-authored-by: Lukas Stracke <[email protected]>
1 parent aa1b794 commit 8f7ca31

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,9 +186,9 @@ export function startIdleTransaction(
186186
transactionContext: TransactionContext,
187187
idleTimeout: number,
188188
finalTimeout: number,
189-
heartbeatInterval?: number,
190189
onScope?: boolean,
191190
customSamplingContext?: CustomSamplingContext,
191+
heartbeatInterval?: number,
192192
): IdleTransaction {
193193
const client = hub.getClient();
194194
const options: Partial<ClientOptions> = (client && client.getOptions()) || {};

0 commit comments

Comments
 (0)