React Native + TS Sourcemaps

Hi, I’m considering switching to Sentry. (currently using bugsnag and quite disappointed with it).
Were building a react-native typescript mobile app with parts in swift and rust and a node.js / rust back-end.

I’ve installed the SDK and got some events flowing. I’ve uploaded the sourcemaps manually and I see them under the release artifacts. However, I’m still not seeing readable stack traces

Ive tried uploading again using the --validate flag and I’m getting the following errors:

… ~/node_modules/rxjs/internal/operators/bufferToggle.js.map
- warning: missing sourcecode (…/…/src/internal/operators/bufferToggle.ts)
~/node_modules/rxjs/internal/operators/bufferWhen.js.map
- warning: missing sourcecode (…/…/src/internal/operators/bufferWhen.ts)
~/node_modules/rxjs/internal/operators/catchError.js.map
- warning: missing sourcecode (…/…/src/internal/operators/catchError.ts)
~/node_modules/rxjs/internal/operators/combineAll.js.map
- warning: missing sourcecode (…/…/src/internal/operators/combineAll.ts)
~/node_modules/rxjs/internal/operators/combineLatest.js.map
- warning: missing sourcecode (…/…/src/internal/operators/combineLatest.ts)
~/node_modules/rxjs/internal/operators/concat.js.map…

please advise

Hey,

Are you already using the new SDK @sentry/react-native ?
Also, can you please post the full link to the issue so I can take a look what exactly is going on?
Generally it should work out of the box if the source maps are uploaded correctly.

I actually tried both the old and new SDK with similar results.

Link to issue:
https://sentry.io/share/issue/6c89e32cee0c48c9b32d1cfda91d8eff/

If you look at your release page, in the artifacts section you will notice the file main.jsbundle is missing there.
What command did you use to upload the existing files there?