OS:
I just started testing Sentry for my company project ( I'm new to the tool ).
I have following issue:
I don't see the SDK line error like is shown on the readme image, why I don't get
the original and minified tags? The error seems to come from the bundle index, not the specific JS file like expected.
- We have a paid account ( don't know if that makes a difference)

- react-native 0.49.0
- sentry-cli 1.32.2
- react-native-sentry 0.38.1
- sentry/wizard 0.10.2
Sentry.config('https://123@sentry.io/123',{
captureUnhandledRejections: true
}).install();
Expected result:
- Get the proper line of the error and file name.