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 authored Sep 16, 2024
1 parent 793f122 commit 9289309
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The default is `false`.

#### `hooks`

Control which lifecycle hooks should be tracked. This is helpful if, for example, you want to know if some components are removed during the initial page load, in which case you can add a `unmount` hook to the default:
Control which lifecycle hooks should be tracked. This is helpful if, for example, you want to know if some components are removed during the initial page load, in which case you can add an `unmount` hook to the default:

```javascript
Sentry.init({
Expand Down

0 comments on commit 9289309

Please sign in to comment.