Skip to content

Commit 27eed08

Browse files
committed
update wording
1 parent d18b490 commit 27eed08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/esbuild-plugin/src/index.ts

+1-1
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-
"Esbuild's `bundle` option is currently not supported! Esbuild will probably crash now."
56+
"Esbuild's `bundle: true` option is currently not supported! Esbuild will probably crash now. Sorry about that. If you need to upload sourcemaps with the `bundle` option, 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)