Skip to content

Commit 3bdfd78

Browse files
authored
docs(nuxt): add missing comma (#12363)
There should be a comma between object properties.
1 parent d87888e commit 3bdfd78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/javascript/guides/nuxt/features/component-tracking.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Sentry.init({
6060
integrations: [
6161
Sentry.vueIntegration({
6262
tracingOptions: {
63-
trackComponents: true
63+
trackComponents: true,
6464
hooks: ["mount", "update", "unmount"],
6565
},
6666
}),

0 commit comments

Comments
 (0)