File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,18 @@ Simple configuration of bundle:
2222 code_version : ' '
2323 enable_utf8_sanitization' : true
2424 environment : ' production'
25- custom : []
26- error_sample_rates : []
27- exception_sample_rates : []
25+ custom :
26+ - {key: hello, value: world}
27+ - {key: key, value: value}
28+ error_sample_rates :
29+ - {key: E_NOTICE, value: 0.1}
30+ - {key: E_USER_ERROR, value: 0.5}
31+ - {key: E_USER_NOTICE, value: 0.1}
32+ exception_sample_rates :
33+ - {key: \Symfony\Component\Security\Core\Exception\AccessDeniedException, value: 0.1}
34+ - {key: \Symfony\Component\HttpKernel\Exception\NotFoundHttpException, value: 0.5}
35+ - {key: \Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException, value: 0.5}
36+ - {key: \Symfony\Component\Security\Core\Exception\AuthenticationCredentialsNotFoundException, value: 1}
2837 fluent_host : ' 127.0.0.1'
2938 fluent_port : 24224
3039 fluent_tag : ' rollbar'
You can’t perform that action at this time.
0 commit comments