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