Rollbar
Rollbar is a comprehensive code improvement platform that helps developers to improve their code and deliver the best applications to individual customers in real-time. The platform enables users to proactively discover, predict and resolve errors in no time besides deploying apps with confidence.
Configuration
| Input | Type | Description | Default Value | 
|---|---|---|---|
| project_access_token | string | Project Access Token. | |
| start_date | string | Start date. | |
| account_access_token | string | Account Access Token. | 
To get started you need two access tokens;
- Account Access Tokenfor Account level streams (- projects,- teams,- users) and,
- Project Access Tokenfor Project level streams.
Follow this guide to retrieve them.
Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental | 
|---|---|---|---|---|
| items | id | DefaultPaginator | ✅ | ✅ | 
| occurrences | id | DefaultPaginator | ✅ | ✅ | 
| items_metrics | item_counter | No pagination | ✅ | ❌ | 
| deploys | id | DefaultPaginator | ✅ | ✅ | 
| environments | id | DefaultPaginator | ✅ | ❌ | 
| rql_jobs | id | DefaultPaginator | ✅ | ✅ | 
| top_active_items | id | No pagination | ✅ | ❌ | 
| projects | id | No pagination | ✅ | ✅ | 
| teams | id | No pagination | ✅ | ❌ | 
| users | id | No pagination | ✅ | ❌ | 
Changelog
Expand to review
| Version | Date | Pull Request | Subject | 
|---|---|---|---|
| 0.0.5 | 2024-12-14 | 49694 | Update dependencies | 
| 0.0.4 | 2024-12-12 | 49335 | Update dependencies | 
| 0.0.3 | 2024-12-11 | 49084 | Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64 | 
| 0.0.2 | 2024-11-04 | 47733 | Update dependencies | 
| 0.0.1 | 2024-09-24 | Initial release by @topefolorunso via Connector Builder |