Skip to content

Commit 923dd66

Browse files
committed
See if removing the long task detection causes next tests to pass
1 parent 7eef4a5 commit 923dd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tracing/src/browser/browsertracing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export class BrowserTracing implements Integration {
148148

149149
const { _metricOptions } = this.options;
150150
startTrackingWebVitals(_metricOptions && _metricOptions._reportAllChanges);
151-
startTrackingLongTasks();
151+
// startTrackingLongTasks();
152152
}
153153

154154
/**

0 commit comments

Comments
 (0)