We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cad2a5 commit 58322c6Copy full SHA for 58322c6
src/nssentry.android.ts
@@ -500,14 +500,15 @@ export namespace NSSentry {
500
sentryOptions = options;
501
} catch(err) {
502
console.error('Error starting Sentry', err);
503
+ throw err;
504
}
505
506
},
507
})
508
);
509
initialized = true;
510
} catch (e) {
- console.error('Catching on startWithDsnString, calling callback', e.getMessage());
511
+ console.error('Catching on startWithDsnString, calling callback', e);
512
reject(e);
513
return;
514
0 commit comments