Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/solidstart
SDK Version
8.54.0
Framework Version
@solidjs/start: 1.0.11
Link to Sentry event
No response
Reproduction Example/SDK Setup
I followed all the directions that were in the release notes for the withSentry
solidstart change. (These should really be documented by the way, I only found these docs by digging and seeing an error in my build log)
Steps to Reproduce
- Set up solidstart project
- Set preset to bun
- Run build
vinxi build
within a docker container (this seems to be the key point)
i. You may need to run the build a few times - Observe that _sentry-release-injection-file-*.js is missing
You can see the example repo here: https://github.com/spirit-led-software/theaistudybible (the commit that has the issue is 78367144d1c6f7b8ddf0b65ba181ba664b83a17b)
Expected Result
Build should run successfully and the file should exist.
Actual Result
Without this file, my server refuses to start because of the bad import.
Metadata
Metadata
Assignees
Type
Projects
Status
No status