SolidStart v1 (sentrySolidStartVite() / withSentry()) uses a hand-rolled options type, while v2 already uses BuildTimeOptionsBase. Converge v1 onto the shared type: sourceMapsUploadOptions moves to top-level sourcemaps, and enabled: false becomes sourcemaps: { disable: true }.
Gives v1 applicationKey, which is currently only reachable through the unstable_ hatch. Breaking change for SolidStart v1 users.
SolidStart v1 (
sentrySolidStartVite()/withSentry()) uses a hand-rolled options type, while v2 already usesBuildTimeOptionsBase. Converge v1 onto the shared type:sourceMapsUploadOptionsmoves to top-levelsourcemaps, andenabled: falsebecomessourcemaps: { disable: true }.Gives v1
applicationKey, which is currently only reachable through theunstable_hatch. Breaking change for SolidStart v1 users.