Skip to content

Commit

Permalink
apply changes
Browse files Browse the repository at this point in the history
  • Loading branch information
smeubank committed Sep 9, 2024
1 parent 11abaca commit 9b25436
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
33 changes: 0 additions & 33 deletions docs/platforms/javascript/guides/nuxt/features/multiple-apps.mdx

This file was deleted.

17 changes: 0 additions & 17 deletions docs/platforms/javascript/guides/nuxt/features/vue-router.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,3 @@ Nuxt uses the `vue-router` under the hood, and our Nuxt SDK instruments your rou

<SignInNote />


## Configuration

You can pass an optional configuration object as a second argument to the browser tracing integration:

```javascript
Sentry.browserTracingIntegration({
router,
routeLabel: "path",
});
```

The available options are:

| Key | Type | Default | Description |
| ---------- | ------ | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| routeLabel | string | `name` | The label to use for the route transactions. Can be either `name` or `path`. When this is `name`, the transaction will use `route.name`, if it is set, and else use the path of the route. By setting this to `path` you can opt-out of this and always use the path. |

0 comments on commit 9b25436

Please sign in to comment.