2021-08-19 23:30:49 +02:00

10 lines
174 B
JavaScript

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