mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Add Release version to sentry logging
This commit is contained in:
		
							parent
							
								
									d14f0b140b
								
							
						
					
					
						commit
						ba9f7f42d2
					
				
					 2 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -90,6 +90,9 @@ export async function masterMain() {
 | 
			
		|||
 | 
			
		||||
			maxBreadcrumbs: 0,
 | 
			
		||||
 | 
			
		||||
			// Set release version
 | 
			
		||||
			release: "Sharkey@" + meta.version,
 | 
			
		||||
 | 
			
		||||
			...config.sentryForBackend.options,
 | 
			
		||||
		});
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -30,6 +30,9 @@ export async function workerMain() {
 | 
			
		|||
 | 
			
		||||
			maxBreadcrumbs: 0,
 | 
			
		||||
 | 
			
		||||
			// Set release version
 | 
			
		||||
			release: "Sharkey@" + meta.version,
 | 
			
		||||
 | 
			
		||||
			...config.sentryForBackend.options,
 | 
			
		||||
		});
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue