bugsnag-api-ruby
bugsnag-api-ruby copied to clipboard
BugSnag API toolkit for Ruby
### 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....
## 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...
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...