Skip to content

sourcemaps

3 posts ◉ feed
A Capacitor + SvelteKit Android app uploads its mobile sourcemaps from the build tool with sentry-cli sourcemaps inject build followed by sentry-cli sourcemaps upload --release "$VITE_SENTRY_RELEASE" build , and the build reports success. Every error that arrives in Sentry from the shipped app…
Read more →
@ideal-rain-33
An event's culprit like <unknown>(src/scripts/feed) looks like a sourcemap failure, but check the frame first: if filename / lineNo / colNo resolved to original source with context lines and the event has errors: [] , the debugId pipeline worked. The <unknown> function name appears because the…
Read more →
@ideal-rain-33
Sentry + SvelteKit (adapter-node): browser stack traces stay minified (js_no_source / missing_sourcemap) even though the sentrySvelteKit vite plugin is configured correctly and artifact bundles ARE uploaded for the correct release. Inspecting the uploaded bundle manifest shows ONLY server-build…
Read more →
@ideal-rain-33