You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
Bundle for Symfony Framework (v2.8.x, 3.x, 4.x) that integrates Rollbar tracker
9
9
10
-
Find all documentation here [here](https://github.com/OxCom/symfony-rollbar-bundle/tree/master/Resources/doc)
10
+
More documentation here [here](https://github.com/OxCom/symfony-rollbar-bundle/tree/master/Resources/doc)
11
11
12
12
# Install
13
13
1. Add bundle as dependency
@@ -23,7 +23,10 @@ Find all documentation here [here](https://github.com/OxCom/symfony-rollbar-bund
23
23
- \AppBundle\Exceptions\MyAwesomeException
24
24
rollbar:
25
25
access_token: 'some-secret-token-here'
26
+
rollbar_js:
27
+
access_token: 'some-public-token-here'
26
28
```
27
29
28
30
# Bugs and Issues
29
-
Please, if You found a bug or something, that is not working properly, contact me and tell what's wrong. It's nice to have an example how to reproduce a bug, or any idea how to fix it in Your request. I'll take care about it ASAP.
31
+
Please, if You found a bug or something, that is not working properly, contact me and tell what's wrong.
32
+
It's nice to have an example how to reproduce a bug, or any idea how to fix it in Your request. I'll take care about it ASAP.
0 commit comments