[React-Native] Errors and not displayed in admin panel

After setting up Sentry following the documentation. I try to test the implementation in my app.js

Sentry.init({
  dsn: "https://df26c9f0fd024d00bd6fee01d11e95bf@o22455.ingest.sentry.io/174925",
});

throw new Error("My first Sentry error!");

But no issues are displayed on the dashboard. I am not sure if it’s not working or if I am not looking in the right place. This happens both in iOS and Android.