Log runtime exception
try {
throw new Error('test');
} catch(e) {
Sentry.captureException(e);
}
Log message
Sentry.captureMessage(warning, Sentry.Severity.Warning);
Breadcrumbs (tracing that is only used in case an error happens)Sentry.addBreadcrumb({category: fileLabel, message: 'Rendering'})
Un autre okokok - 2021
Tous droits réservés