Bugsnag
BugSnag is an error monitoring and reporting software with best-in-class functionality for mobile apps.
Configuration
| Input | Type | Description | Default Value | 
|---|---|---|---|
| auth_token | string | Auth Token. Personal auth token for accessing the Bugsnag API. Generate it in the My Account section of Bugsnag settings. | |
| start_date | string | Start date. | 
You need to generate the auth_token to get started. Personal Auth Tokens can be generated in the My Account section of Bugsnag settings. For more details, see here.
Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental | 
|---|---|---|---|---|
| organizations | id | DefaultPaginator | ✅ | ❌ | 
| projects | id | DefaultPaginator | ✅ | ✅ | 
| saved_searches | id | No pagination | ✅ | ❌ | 
| saved_searches_usage_summary | No pagination | ✅ | ❌ | |
| errors | id | DefaultPaginator | ✅ | ✅ | 
| events | id | DefaultPaginator | ✅ | ✅ | 
| pivots | event_field_display_id.project_id | No pagination | ✅ | ❌ | 
| supported_integrations | key | No pagination | ✅ | ❌ | 
| collaborators | id | No pagination | ✅ | ❌ | 
| teams | id | DefaultPaginator | ✅ | ❌ | 
| event_fields | display_id.project_id | No pagination | ✅ | ❌ | 
| releases | id | DefaultPaginator | ✅ | ✅ | 
| trace_fields | display_id.project_id | No pagination | ✅ | ❌ | 
Reference
Config fields reference
Field
Type
Property name
string
auth_token
string
start_date
Changelog
Expand to review
| Version | Date | Pull Request | Subject | 
|---|---|---|---|
| 0.0.8 | 2025-01-25 | 52165 | Update dependencies | 
| 0.0.7 | 2025-01-18 | 51714 | Update dependencies | 
| 0.0.6 | 2025-01-11 | 51233 | Update dependencies | 
| 0.0.5 | 2024-12-28 | 50452 | Update dependencies | 
| 0.0.4 | 2024-12-21 | 50163 | Update dependencies | 
| 0.0.3 | 2024-12-14 | 49562 | Update dependencies | 
| 0.0.2 | 2024-12-12 | 48953 | Update dependencies | 
| 0.0.1 | 2024-10-16 | Initial release by @topefolorunso via Connector Builder |