We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad2ae2 commit 4f50b8fCopy full SHA for 4f50b8f
Resources/doc/configuration.rst
@@ -6,6 +6,7 @@ Simple configuration of bundle:
6
.. code-block:: yaml
7
8
symfony_rollbar:
9
+ enable: true
10
rollbar:
11
access_token: 'some-secret-token-here'
12
environment: '%kernel.environment%'
@@ -50,7 +51,7 @@ Bundle configuration
50
51
52
``enable``: It's possible to enable or disable handling of errors and exceptions. Default: ``true``
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
55
in `official documentation`_ for Rollbar PHP lib.
56
57
.. _`official documentation`: https://rollbar.com/docs/notifier/rollbar-php/
0 commit comments