2021-04-29 12:03:54 +02:00

8 lines
177 B
JavaScript

'use strict';
module.exports = async () => {
// Initialize the Sentry service exposed by this plugin
const { sentry } = strapi.plugins.sentry.services;
sentry.init();
};