Skip to content

Commit e76cb0d

Browse files
committed
extend docs
1 parent 0b8745c commit e76cb0d

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

Resources/doc/configuration.rst

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)