Skip to content

Commit 2c76868

Browse files
authored
chore(svelte): Remove redundant component tracking config in e2e test (#15314)
`trackUpdates: false` is already default behaviour since #15265. We should rather test against this in the e2e test app than explicitly opting out of update tracking.
1 parent 447911a commit 2c76868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/svelte-5/svelte.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const config = {
88
};
99

1010
const configWithSentry = withSentryConfig(config, {
11-
componentTracking: { trackUpdates: false, trackComponents: true, trackInit: true },
11+
componentTracking: { trackComponents: true, trackInit: true },
1212
});
1313

1414
export default configWithSentry;

0 commit comments

Comments
 (0)