mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 02:28:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			263 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			263 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| /**
 | |
|  * Copyright (c) HashiCorp, Inc.
 | |
|  * SPDX-License-Identifier: MPL-2.0
 | |
|  */
 | |
| 
 | |
| export function initialize(appInstance) {
 | |
|   const service = appInstance.lookup('service:csp-event');
 | |
|   service.attach();
 | |
| }
 | |
| 
 | |
| export default {
 | |
|   name: 'track-csp-event',
 | |
|   initialize,
 | |
| };
 | 
