mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 01:47:13 +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(); | ||
|  | }; |