Skip to content

Commit fb1962c

Browse files
committed
update readme
1 parent fcc4982 commit fb1962c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ Bundle for Symfony3 that integrates Rollbar tracker
77

88
Some documentation can be found here [here](https://github.com/OxCom/symfony3-rollbar-bundle/tree/master/Resources/doc)
99

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+
1026
# Tests
1127
To run test You have to provide an access token and then run test
1228
```bash

0 commit comments

Comments
 (0)