@@ -9,6 +9,41 @@ Simple configuration of bundle:
99 rollbar :
1010 access_token : ' some-secret-token-here'
1111 environment : ' %kernel.environment%'
12+ agent_log_location : ' %kernel.logs_dir%/rollbar.log'
13+ allow_exec : true
14+ endpoint : ' https://api.rollbar.com/api/1/'
15+ base_api_url : ' https://api.rollbar.com/api/1/'
16+ branch : ' master'
17+ capture_error_stacktraces : true
18+ checkIgnore : null
19+ code_version : ' '
20+ enable_utf8_sanitization' : true
21+ environment : ' production'
22+ custom : []
23+ error_sample_rates : []
24+ exception_sample_rates : []
25+ fluent_host : ' 127.0.0.1'
26+ fluent_port : 24224
27+ fluent_tag : ' rollbar'
28+ handler : ' blocking'
29+ host : null
30+ include_error_code_context : false
31+ include_exception_code_context : false
32+ included_errno : E_ERROR | E_WARNING | E_PARSE | E_CORE_ERROR | E_USER_ERROR | E_RECOVERABLE_ERROR
33+ logger : null
34+ person : []
35+ person_fn : null
36+ root : ' %kernel.root_dir%'
37+ scrub_fields : ['passwd', 'password', 'secret', 'confirm_password', 'password_confirmation', 'auth_token', 'csrf_token']
38+ scrub_whitelist : null
39+ shift_function' : true
40+ timeout : 3
41+ report_suppressed : false
42+ use_error_reporting : false
43+ proxy : null
44+ send_message_trace : false
45+ include_raw_request_body : false
46+ local_vars_dump : false
1247
1348 Bundle configuration
1449--------------------
@@ -23,7 +58,7 @@ in `official documentation`_ for Rollbar PHP lib.
2358RollBar settings
2459--------------------
2560
26- Here you can find a list of some configuration options for RollBar.
61+ Here you can description of some important configuration options for RollBar.
2762
2863``access_token ``: Your project access token.
2964
@@ -32,8 +67,3 @@ Here you can find a list of some configuration options for RollBar.
3267``environment ``: Environment name, e.g. 'production' or 'development'. Default: ``production ``
3368
3469``root ``: Path to your project's root dir. Default ``%kernel.root_dir% ``
35-
36- More configuration details can be found in `DependencyInjection/Configuration.php `_ file.
37-
38-
39- .. _`DependencyInjection/Configuration.php` : https://github.com/OxCom/symfony3-rollbar-bundle/blob/master/DependencyInjection/Configuration.php
0 commit comments