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 read in an older github issue that source maps arent optimised for non-production builds. How can I ensure it is a non-production build?
I did run build & preview for both environment: 'local' and environment: 'prod', in the init function for sveltekit hooks.
Docs also says "@sentry/sveltekit will generate and upload source maps automatically", however i followed wizard anyhow. Everything else is working fine, sentry wise.
In the modal/guide on sentry I'm at step "Missing source file with a matching Debug ID", with following info
No Source File With Matching Debug ID
You already uploaded artifacts with Debug IDs but none of the uploaded source files had a Debug ID matching this stack frame's Debug ID: 7056a63a-784e-4423-9f7f-599705af8b59
Make sure to inject Debug IDs into all of your source files and to upload all of them to Sentry.
Steps to Reproduce
Generate an error, in in client or server
Look for source maps at sentry event in saas
Expected Result
Have full stack trace with source maps
Actual Result
Stack trace without source maps.
The text was updated successfully, but these errors were encountered:
Source maps just worked on a remote environment hosted on cloudflare for a client side error. Previous testing was on localhost, on both dev mode and production builds (vite build & vite preview scripts)
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/sveltekit
SDK Version
9.5.0
Framework Version
2.5.10
Link to Sentry event
https://digitutor-dev.sentry.io/issues/32624244/events/52d2d2175dbc48d58466599eedaf6041/
Reproduction Example/SDK Setup
Things I've tried:
I read in an older github issue that source maps arent optimised for non-production builds. How can I ensure it is a non-production build?
I did run build & preview for both environment: 'local' and environment: 'prod', in the init function for sveltekit hooks.
Docs also says "@sentry/sveltekit will generate and upload source maps automatically", however i followed wizard anyhow. Everything else is working fine, sentry wise.
In the modal/guide on sentry I'm at step "Missing source file with a matching Debug ID", with following info
Steps to Reproduce
Expected Result
Have full stack trace with source maps
Actual Result
Stack trace without source maps.
The text was updated successfully, but these errors were encountered: