Rollbar integration
📚 Learn more about Rollbar action features, integrations and alternatives.
Adding the Rollbar integration to your pipeline allows you to track deployments by sending automatic notifications to your Rollbar project.
Rollbar pipeline example
Configuration
To set up Rollbar, you need to configure two tokens:
- Account Access Token – used to access your Rollbar account and list your projects. Must have
read
access scope set. - Project Access Token – used to write deployment data from Buddy in the selected Rollbar project. Must have
post_server_item
access scope set.
Adding Rollbar integration
- Log in to Rollbar and go to Settings → Account Access Tokens.
Create a new access token with the
read
access scope and copy its value:Rollbar access tokens tab
- Go to the pipeline that you want to track in Buddy and add the Rollbar action.
Enter the name of your integration (preferably your Rollbar account name), set the sharing scope, and paste the copied token:
Adding Rollbar integration
With the application added, you can now configure what variables you want to send, and define the target project andvaccess token on Rollbar:
Rollbar action configuration
Configuring Project Access Token
If you don't see the token menu in the action details, it means you must create it in Rollbar first.
- Log in to Rollbar and go to Projects.
- Click the desired project and switch to the Project Access Tokens tab.
Create a new token and set the scope to
post_server_item
:Creating Project Access Token
Refresh Buddy and select the token in the action details.
Last modified on July 18, 2022