10 lines
174 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
2021-08-19 22:27:00 +02:00
strapi
.plugin('sentry')
.service('sentry')
.init();
2020-12-14 00:59:12 +01:00
};