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 fcc4982 commit fb1962cCopy full SHA for fb1962c
README.md
@@ -7,6 +7,22 @@ Bundle for Symfony3 that integrates Rollbar tracker
7
8
Some documentation can be found here [here](https://github.com/OxCom/symfony3-rollbar-bundle/tree/master/Resources/doc)
9
10
+# Install
11
+1. Add bundle as dependency
12
+ ```bash
13
+ $ composer require oxcom/symfony-rollbar-bundle
14
+ ```
15
+2. Provide configuration for it
16
+ ```yaml
17
+ symfony_rollbar:
18
+ enable: true
19
+ exclude:
20
+ - \Symfony\Component\Debug\Exception\FatalErrorException
21
+ - \AppBundle\Exceptions\MyAwesomeException
22
+ rollbar:
23
+ access_token: 'some-secret-token-here'
24
25
+
26
# Tests
27
To run test You have to provide an access token and then run test
28
```bash
0 commit comments