This commit is contained in:
		@@ -30,8 +30,11 @@ if config.SENTRY_DSN:
 | 
			
		||||
        dsn=config.SENTRY_DSN,
 | 
			
		||||
        send_default_pii=True,
 | 
			
		||||
        integrations=[sentry_logging],
 | 
			
		||||
        traces_sample_rate=1.0,
 | 
			
		||||
        send_default_pii=True,
 | 
			
		||||
        release=config.RELEASE_ID,
 | 
			
		||||
        environment=config.RELEASEMODE
 | 
			
		||||
        environment=config.RELEASEMODE,
 | 
			
		||||
        _experiments={"auto_enabling_integrations": True}
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user