Rollbar Like a Pro is a Chrome extension designed to enhance your experience with Rollbar. It offers custom preset comments for resolving Rollbar items, along with the ability to modify and manage these presets directly in the UI. It also allows placeholders for dynamic parameters like job IDs.
- Preset Comments: Easily insert frequently used comments with one click.
- Dynamic Placeholders: Automatically replaces placeholders with real-time values (e.g.,
JID
) from the page. - Customisable Presets: Modify your preset comments via an easy-to-use UI.
- Clipboard Copying: Selected comments are automatically copied to your clipboard.
- Local Storage: Your presets are stored locally and persist across sessions.
- Clone this repository:
git clone https://github.com/defaye/rollbar-like-a-pro.git
- Open Chrome and navigate to
chrome://extensions/
. - Enable Developer mode in the top-right corner.
- Click on Load unpacked and select the directory where you cloned this repository.
The extension should now be active. It will automatically apply to Rollbar when visiting https://app.rollbar.com/*
.
The extension may be available on the Chrome Web Store for easy installation in the future. (TBD).
- Navigate to a Rollbar item on
app.rollbar.com
. - Once inside a Rollbar item, open the comment box.
- A Presets dropdown will appear, where you can select predefined comments, including dynamic parameters such as Job IDs if present.
- You can modify the presets by clicking the pencil icon next to the dropdown.
- Select a preset, and the comment will be populated into the comment box. The selected text will also be copied to your clipboard.
To update the extension with the latest changes:
- Pull the latest changes from the GitHub repository:
git pull origin main
- Navigate to
chrome://extensions/
in Chrome. - Click the Reload button on the Rollbar Like a Pro extension to load the latest changes.
- Click on the pencil icon next to the Presets dropdown.
- A modal will appear where you can edit your presets, one per line.
- Save the changes, and your updated presets will be reflected in the dropdown.
This project is licensed under the MIT License.