Skip to content

Commit

Permalink
add js section
Browse files Browse the repository at this point in the history
  • Loading branch information
lizokm committed Jul 24, 2024
1 parent 81c2849 commit 127c46f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/platforms/javascript/common/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,15 @@ If you prefer to follow video instructions, see [How to Install the Sentry Next.
<PlatformCategorySection notSupported={["browser"]}>
<PlatformSection notSupported={["javascript.bun"]}>
</PlatformSection>
In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/). You can also collect and analyze performance profiles from real users with [profiling](/product/explore/profiling/).

In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/).

Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.

<PlatformSection supported={["javascript.bun"]}>
<OnboardingOptionButtons options={["error-monitoring", "performance"]} />
</PlatformSection>
</PlatformCategorySection>

In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/).
In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/). You can also collect and analyze performance profiles from real users with [profiling](/product/explore/profiling/).

Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.

Expand Down

0 comments on commit 127c46f

Please sign in to comment.