rollbar.configure {rollbar} | R Documentation |
Configure the library
Description
Configure the library
Usage
rollbar.configure(access_token = NULL, env = NULL, root = NULL)
Arguments
access_token |
Access token from your Rollbar project |
env |
Environment name. Any string up to 255 chars is OK. For best results, use "production" for your production environment. |
root |
Absolute path to the root of your application, not including the final / |
[Package rollbar version 0.1.0 Index]