Closed
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/sveltekit
SDK Version
7.54.0
Framework Version
@sveltejs/kit@1.20.1
Link to Sentry event
SDK Setup
Sentry.init({
dsn: "[redacted]",
tracesSampleRate: 1.0,
});
Steps to Reproduce
I just caught an error in my Sveltekit Project. However, the filepath is wrong:
However, source maps are uploaded and seem to be working partly?
Sentry was configured just as in the documentation, with the plugin in vite.config.js
. No special settings / config, whatsoever.
Expected Result
I see the correct filename in sentry.
Actual Result
Wrong filename (see above)
I also can't connect GitHub, which is currently not possible due to the wrong filename:
(obviously there are no built files in my GitHub Repo).
Thanks for your help!
Metadata
Metadata
Assignees
Type
Projects
Status
Waiting for: Community