You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Thanks for sharing the repository. I created a PR which should fix this.
@s1gr1d thank you!! Will there be any documentation updates? The only place I could find docs on how to implement withSentry was in the release notes for 8.52.0.
Is there an existing issue for this?
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
vinxi build
within a docker container (this seems to be the key point)i. You may need to run the build a few times
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.
The text was updated successfully, but these errors were encountered: