Skip to content

Commit b7289ef

Browse files
committed
...
1 parent 71d307d commit b7289ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-packages/e2e-tests/test-applications/sveltekit-2/src/routes/components/Component2.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import Component3 from "./Component3.svelte";
33
import {trackComponent} from '@sentry/sveltekit';
44
5-
trackComponent({componentName: 'Component2', trackUpdates: true, trackUpdates: true});
5+
trackComponent({componentName: 'Component2', trackUpdates: true});
66
</script>
77
<h3>Howdy, I'm component 2</h3>
88

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script lang="ts">
22
import * as Sentry from '@sentry/sveltekit';
3-
Sentry.trackComponent({componentName: 'Component3'});
3+
Sentry.trackComponent({componentName: 'Component3', trackUpdates: true});
44
</script>
55

66
<h3>Howdy, I'm component 3</h3>

0 commit comments

Comments
 (0)