Skip to content

Commit 4f50b8f

Browse files
committed
update docs
1 parent 0ad2ae2 commit 4f50b8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Resources/doc/configuration.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Simple configuration of bundle:
66
.. code-block:: yaml
77
88
symfony_rollbar:
9+
enable: true
910
rollbar:
1011
access_token: 'some-secret-token-here'
1112
environment: '%kernel.environment%'
@@ -50,7 +51,7 @@ Bundle configuration
5051

5152
``enable``: It's possible to enable or disable handling of errors and exceptions. Default: ``true``
5253

53-
``rollbar`` - configuration parameters for Rollbar instance. Full list of options can be found
54+
``rollbar``: Configuration parameters for Rollbar instance. Full list of options can be found
5455
in `official documentation`_ for Rollbar PHP lib.
5556

5657
.. _`official documentation`: https://rollbar.com/docs/notifier/rollbar-php/

0 commit comments

Comments
 (0)