Skip to content

Commit

Permalink
Update docs/platforms/javascript/guides/nuxt/features/component-track…
Browse files Browse the repository at this point in the history
…ing.mdx

Co-authored-by: Liza Mock <liza.mock@sentry.io>
  • Loading branch information
smeubank and lizokm committed Sep 16, 2024
1 parent 9289309 commit cb7d66b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Sentry.init({

The following hooks are available to track in Vue 3: `['activate', 'create', 'unmount', 'mount', 'update']`

Note that when specifying `hooks`, we use the simple verb rather than `before` and `-ed` pairs. For example, `unmount` is correct, while `beforeUnmount` and `unmounted` are incorrect.
Note, that when specifying `hooks`, we use the simple verb rather than `before` and `-ed` pairs. For example, `unmount` is correct, while `beforeUnmount` and `unmounted` are incorrect.

<Alert>

Expand Down

0 comments on commit cb7d66b

Please sign in to comment.