This commit is contained in:
		@@ -17,9 +17,11 @@ if SENTRY_DSN:
 | 
				
			|||||||
    sentry_sdk.init(
 | 
					    sentry_sdk.init(
 | 
				
			||||||
        dsn=SENTRY_DSN,
 | 
					        dsn=SENTRY_DSN,
 | 
				
			||||||
        integrations=[FlaskIntegration()],
 | 
					        integrations=[FlaskIntegration()],
 | 
				
			||||||
 | 
					        traces_sample_rate=1.0,
 | 
				
			||||||
        send_default_pii=True,
 | 
					        send_default_pii=True,
 | 
				
			||||||
        release=os.environ.get('RELEASE_ID', 'test'),
 | 
					        release=os.environ.get('RELEASE_ID', 'test'),
 | 
				
			||||||
        environment=os.environ.get('RELEASEMODE', 'dev')
 | 
					        environment=os.environ.get('RELEASEMODE', 'dev'),
 | 
				
			||||||
 | 
					        _experiments={"auto_enabling_integrations": True}
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# create flask app
 | 
					# create flask app
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user