Sourcemaps with sentry aren't working

I followed the docs for setting up sentry.

The post-publish hook runs

[19:49:08] Running postPublish hook: sentry-expo/upload-sourcemaps
[19:49:08] Created release 0.1.43-r.oxLmKn67pn.

[19:49:29] > Analyzing 4 sources
> Rewriting sources
> Adding source map references
> Uploading source maps for release 0.1.43-r.oxLmKn67pn

Source Map Upload Report
  Minified Scripts
    ~/main.android.bundle (sourcemap at main.android.map)
    ~/main.ios.bundle (sourcemap at main.ios.map)
  Source Maps
    ~/main.android.map
    ~/main.ios.map

There are releases in sentry
33%20PM

But when an error is thrown, there is nothing in the stack trace section.

Error: stack trace?
  at ? ([native code])

I am having the same problem. It seems works fine on IOS, but got [native code] all the time on Android.

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.