Skip to content

Commit f67ba69

Browse files
committed
chore(svelte): Remove redundant component tracking config in e2e test
1 parent 2780c3c commit f67ba69

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

Lines changed: 1 addition & 1 deletion
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)