Skip to content

Commit

Permalink
fix tests as startIdleTransaction signature
Browse files Browse the repository at this point in the history
Signed-off-by: Outsider <outsideris@gmail.com>
  • Loading branch information
outsideris committed Oct 5, 2022
1 parent e9d1016 commit a49d0d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/tracing/src/browser/browsertracing.ts
Expand Up @@ -272,9 +272,9 @@ export class BrowserTracing implements Integration {
finalContext,
idleTimeout,
finalTimeout,
heartbeatInterval,
true,
{ location }, // for use in the tracesSampler
heartbeatInterval,
);
idleTransaction.registerBeforeFinishCallback(transaction => {
addPerformanceEntries(transaction);
Expand Down
2 changes: 1 addition & 1 deletion packages/tracing/test/browser/browsertracing.test.ts
Expand Up @@ -272,9 +272,9 @@ describe('BrowserTracing', () => {
}),
expect.any(Number),
expect.any(Number),
expect.any(Number),
expect.any(Boolean),
expect.any(Object),
expect.any(Number),
);
});

Expand Down

0 comments on commit a49d0d2

Please sign in to comment.