Skip to content

Commit

Permalink
updating readme to show that client access token is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
em0ney committed Jul 30, 2015
1 parent 6a8e8d7 commit 8baf7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Kickass [Rollbar](https://rollbar.com/) integration for Meteor projects.
### Installation

1. Run `meteor add saucecode:rollbar`
2. Set `'ROLLBAR_SERVER_ACCESS_TOKEN'`, `'ROLLBAR_CLIENT_ACCESS_TOKEN'` and optionally, the `'ROLLBAR_ENVIRONMENT'`environment variables with your [client and server access tokens for rollbar](https://rollbar.com/)
2. Set `'ROLLBAR_SERVER_ACCESS_TOKEN'`, and optionally `'ROLLBAR_CLIENT_ACCESS_TOKEN'` (if you want to enable the browserJS rollbar reporter) and also optionally, the `'ROLLBAR_ENVIRONMENT'`environment variables with your [client and server access tokens for rollbar](https://rollbar.com/)
3. Run meteor

E.g.
Expand Down

0 comments on commit 8baf7d4

Please sign in to comment.