8 lines
177 B
JavaScript
Raw Normal View History

2020-12-14 00:59:12 +01:00
'use strict';
module.exports = async () => {
// Initialize the Sentry service exposed by this plugin
const { sentry } = strapi.plugins.sentry.services;
sentry.init();
};