mirror of
https://github.com/strapi/strapi.git
synced 2025-07-21 16:10:18 +00:00
8 lines
177 B
JavaScript
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();
|
|
};
|