mirror of
https://github.com/strapi/strapi.git
synced 2025-07-21 07:57:45 +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();
|
||
|
};
|