Skip to content

Commit

Permalink
hide for frameworks where CLI is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Dec 23, 2024
1 parent 6912a7f commit caff5c6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/platforms/javascript/common/sourcemaps/uploading/esbuild.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ This guide assumes you're using a Sentry **SDK version `7.47.0` or higher**. If

</Note>

<PlatformSection notSupported={[
"javascript.nextjs",
"javascript.remix",
"javascript.solidstart",
"javascript.sveltekit",
"javascript.astro",
"javascript.nuxt",
]}>

<Alert level="danger">

The Sentry esbuild plugin doesn't fully support esbuild configurations, with `splitting: true`.
Expand All @@ -18,6 +27,8 @@ or <PlatformLink to="/sourcemaps/uploading/cli/">Sentry CLI</PlatformLink> to up

</Alert>

</PlatformSection>

You can use the Sentry esbuild plugin to automatically create releases and upload source maps to Sentry when bundling your app.

## Automatic Setup
Expand Down

0 comments on commit caff5c6

Please sign in to comment.