mirror of
https://github.com/strapi/strapi.git
synced 2025-07-15 13:02:42 +00:00
10 lines
174 B
JavaScript
10 lines
174 B
JavaScript
'use strict';
|
|
|
|
module.exports = async () => {
|
|
// Initialize the Sentry service exposed by this plugin
|
|
strapi
|
|
.plugin('sentry')
|
|
.service('sentry')
|
|
.init();
|
|
};
|