We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eef4a5 commit 923dd66Copy full SHA for 923dd66
packages/tracing/src/browser/browsertracing.ts
@@ -148,7 +148,7 @@ export class BrowserTracing implements Integration {
148
149
const { _metricOptions } = this.options;
150
startTrackingWebVitals(_metricOptions && _metricOptions._reportAllChanges);
151
- startTrackingLongTasks();
+ // startTrackingLongTasks();
152
}
153
154
/**
0 commit comments