Skip to content

Commit 8139853

Browse files
authored
ref(tracing): Remove sentry_reportAllChanges tag (#6360)
The SDK should avoid setting tags when possible. This PR makes sure we remove this tag, which isn't really useful anymore. We were using this to track metadata when we were tracking improvements to `idleTimeout`, but now that we've shipped that with v7, we can remove this tag.
1 parent 7c5aab3 commit 8139853

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/tracing/src/browser/browsertracing.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,6 @@ export class BrowserTracing implements Integration {
269269
);
270270
idleTransaction.registerBeforeFinishCallback(transaction => {
271271
addPerformanceEntries(transaction);
272-
transaction.setTag(
273-
'sentry_reportAllChanges',
274-
Boolean(this.options._metricOptions && this.options._metricOptions._reportAllChanges),
275-
);
276272
});
277273

278274
return idleTransaction as Transaction;

0 commit comments

Comments
 (0)