Skip to content

Commit 88ef398

Browse files
Luca Forstnermydea
andauthored
Update packages/esbuild-plugin/src/index.ts
Co-authored-by: Francesco Novy <francesco.novy@sentry.io>
1 parent 9d93d38 commit 88ef398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/esbuild-plugin/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function esbuildDebugIdInjectionPlugin(logger: Logger): UnpluginOptions {
5353
setup({ initialOptions, onLoad, onResolve }) {
5454
if (!initialOptions.bundle) {
5555
logger.warn(
56-
"The Sentry esbuild plugin only supports esbuild with `bundle: true` being set in the esbuild build options! Esbuild will probably crash now. Sorry about that. If you need to upload sourcemaps without `bundle: true`, it is recommended to use Sentry CLI instead: https://docs.sentry.io/platforms/javascript/sourcemaps/uploading/cli/"
56+
"The Sentry esbuild plugin only supports esbuild with `bundle: true` being set in the esbuild build options. Esbuild will probably crash now. Sorry about that. If you need to upload sourcemaps without `bundle: true`, it is recommended to use Sentry CLI instead: https://docs.sentry.io/platforms/javascript/sourcemaps/uploading/cli/"
5757
);
5858
}
5959

0 commit comments

Comments
 (0)