captureException = (exception) => {
        try {
            Sentry.captureException(exception);
        } catch (e) {
            Sentry.captureException(e);