bugsnag-api-ruby icon indicating copy to clipboard operation
bugsnag-api-ruby copied to clipboard

BugSnag API toolkit for Ruby

Results 5 bugsnag-api-ruby issues
Sort by recently updated
recently updated
newest added

### Describe the bug While using the library to collect metadata about events/errors, due to the volume of requests easily exceeding the rate limits, I hit the rate limits often....

feature request
backlog

## Goal The goal of this PR is to fix a trivial typo in the README. ## Design N/A ## Changeset The spelling of the word `dashboard` was corrected from...

## Goal Include lists of errors as returned from some API endpoints (eg. [configure an integration](https://bugsnagapiv2.docs.apiary.io/#reference/integrations/configured-integrations/configure-an-integration)) in raised `Bugsnag::Api::Error` messages. ## Design Added secondary check for `errors` in order to...

We were writing a script to pull error events from the api, to parse some associated information so that we could backfill some data that needed fixed. Upon using the...

feature request
backlog

I tried to get the request params of a few failed requests against an API endpoint of ours from Bugsnag. The request params contained datetimes. `bugsnag-api` seems to try to...