Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/browser
SDK Version
@sentry/esbuild-plugin 2.4.0
Framework Version
react 18.2
Link to Sentry event
No response
SDK Setup
No response
Steps to Reproduce
- Enable splitting in esbuild config with
splitting: true
- Create a dynamic import
- Add the sentryEsbuildPlugin()
- build
My esbuild config -

My output files -

Upload logs where only app.js and app.js.map being uploaded -

Expected Result
All the files outputted by the bundler should be injected and uploaded
Actual Result
Not all files outputted by the bundler are being injected and uploaded.
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/browser
SDK Version
@sentry/esbuild-plugin 2.4.0
Framework Version
react 18.2
Link to Sentry event
No response
SDK Setup
No response
Steps to Reproduce
splitting: trueMy esbuild config -

My output files -

Upload logs where only app.js and app.js.map being uploaded -

Expected Result
All the files outputted by the bundler should be injected and uploaded
Actual Result
Not all files outputted by the bundler are being injected and uploaded.