Skip to content

Commit

Permalink
Update packages/tracing/src/hubextensions.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Stracke <lukas.stracke@sentry.io>
  • Loading branch information
outsideris and Lms24 committed Oct 5, 2022
1 parent 71b215b commit e9d1016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tracing/src/hubextensions.ts
Expand Up @@ -186,9 +186,9 @@ export function startIdleTransaction(
transactionContext: TransactionContext,
idleTimeout: number,
finalTimeout: number,
heartbeatInterval?: number,
onScope?: boolean,
customSamplingContext?: CustomSamplingContext,
heartbeatInterval?: number,
): IdleTransaction {
const client = hub.getClient();
const options: Partial<ClientOptions> = (client && client.getOptions()) || {};
Expand Down

0 comments on commit e9d1016

Please sign in to comment.