-
-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React Native Web - sentry/browser - sourcemap not working #4422
Comments
Hi @nada-zheng, Just to confirm, are you using I understand that the domain is hidden for privacy reason. But I want to make sure it's just the domain and the
|
HI, @krystofwoldrich, thanks for your response, I use the @sentry/browser |
What React Native libraries do you use?
React Native Web
Are you using sentry.io or on-premise?
sentry.io (SaS)
@sentry/react-native SDK Version
"@sentry/browser": "7.109.0"
How does your development environment look like?
Sentry.init()
Steps to Reproduce
I upload the sourcemap by this command
const createRelease =
sentry-cli releases new ${releaseVersion} --org ${sentryEnv.defaults.org} --project ${sentryEnv.defaults.project}
;const command =
sentry-cli releases files ${releaseVersion} upload-sourcemaps ${distPath} --rewrite --url-prefix '~/${prefix}' --org ${sentryEnv.defaults.org} --project ${sentryEnv.defaults.project}
;the source map uploaded success, but it doesn't work
Expected Result
The sourcemap works correctly
Actual Result
The sourcemap doesn't work
The text was updated successfully, but these errors were encountered: