Skip to content

Commit 4f4c0e9

Browse files
committed
docs(nuxt): Remove Log-in notice from router page
1 parent 72e6b30 commit 4f4c0e9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/platforms/javascript/guides/nuxt/features/vue-router.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Vue Router
33
description: "Learn about Sentry's Vue Routing integration."
44
---
55

6-
Nuxt uses the `vue-router` under the hood, and our Nuxt SDK instruments your routing automatically, to parameterize transactions according to your routes.
7-
8-
<SignInNote />
6+
Nuxt uses the `vue-router` under the hood, and the Sentry Nuxt SDK automatically instruments it to create parameterized transaction names for your page loads and navigations. For example, a navigation to `/users/123` will be captured as a transaction named `/users/:id`.
97

8+
This feature is enabled by default and requires no additional configuration.

0 commit comments

Comments
 (0)