Skip to content

Commit

Permalink
add prereqs section
Browse files Browse the repository at this point in the history
  • Loading branch information
lizokm committed Aug 12, 2024
1 parent 1225aac commit c13e692
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/platforms/javascript/common/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ Check out the other SDKs we support in the left-hand dropdown.

</Alert>

<PlatformSection>
<PlatformSection supported={["javascript", "javascript.angular", "javascript.nextjs", "javascript.remix", "javascript.sveltekit", "javascript.bun", "javascript.ember", "javascript.angular", "javascript.deno","javascript.nuxt", "javascript.react", "javascript.solid", "javascript.svelte", "javascript.vue"]}>

## Prerequisites

- Latest version of our [JavaScript SDK](./migration/v7-to-v8/).

- A [Sentry account](https://sentry.io/signup/) and [Project](/product/projects/).
- **Recommended:** Latest version of our [JavaScript SDK](./migration/v7-to-v8/).

</PlatformSection>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sentry should be initialized as early as possible in your application. We recommend putting the Sentry initialization code into its own file and including that file as the first import in your application entry point:
Sentry should be initialized as early as possible in your application. We recommend putting the Sentry initialization code into its own file and including that file as the first import in your application entry point as shown in the example below:

<SignInNote />

Expand Down

0 comments on commit c13e692

Please sign in to comment.