Skip to content

Commit 006b971

Browse files
Apply suggestions from code review
Co-authored-by: Sigrid Huemer <[email protected]>
1 parent 0f6ed49 commit 006b971

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/guides/nuxt

1 file changed

+1
-1
lines changed

docs/platforms/javascript/guides/nuxt/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This guide assumes that you enable all features and allow the wizard to create a
4545
If you haven't tested your Sentry configuration yet, let's do it now. You can confirm that Sentry is working properly and sending data to your Sentry project by using the example page created by the installation wizard.
4646

4747
<Expandable level="warning" title="The wizard created an example component instead of a page.">
48-
The wizard creates a `SentryErrorButton` component when it fails to add an example page to your project. This usually happens if you don't have a `vue.app` file or if that file does not contain the `NuxtPage` component. To verify your setup, follow these steps before continuing with the next section, "View Captured Data in Sentry":
48+
The wizard creates a `SentryErrorButton` component when it fails to add an example page to your project. This usually happens if you don't have a `app.vue` file or if that file does not contain the `NuxtPage` component. To verify your setup, follow these steps before continuing with the next section, "View Captured Data in Sentry":
4949

5050
1. Add the `SentryErrorButton` component to a page and open it in your browser. For most Nuxt applications, this will be at localhost.
5151
2. Click the "Throw Sample Error" button, which triggers an error and starts a performance trace on the client side.

0 commit comments

Comments
 (0)