Pierre Noël 3b179169d4 wip
2021-07-29 16:39:26 +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();
};