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 3efa16d commit d3bf11fCopy full SHA for d3bf11f
packages/svelte/test/components/Dummy.svelte
@@ -6,10 +6,6 @@
6
export let options;
7
8
Sentry.trackComponent(options);
9
-
10
- // onMount(() => console.log('>mount'));
11
- // beforeUpdate(() => console.log('>beforeupdate'));
12
- // afterUpdate(() => console.log('>afterupdate'));
13
</script>
14
15
<h1>Hi, I'm a dummy component for testing</h1>
0 commit comments