Sentry in Solid / Vercel
Would anyone be able to assist with setting up Sentry in my Vercel deployment that hosts Solid? Releases are being created, commits are being seen, it's just that sourceMaps are not being uploaded (automatically).
Looking forward to some help!
1 Reply
I'm on the same boat. I faced 2 issues:
1. sentry/solidstart - which can be bypassed with
--legacy-peer-deps
.
2. I got stuck at instrument.server.mjs
. Mine is a js project, and npm kept looking for instrument.server.ts
. I have not found a solution fo rthat yet!!
Anyway ... I have parked it for a couple of days and working on other features atm. Will revisit this in a few days.
Did you manage to solve it? Is it working for you?