This repository is still in development.
bugsnag-error-event-downloader
is a tool to download Bugsnag error events using the Bugsnag Data Access API(v2) and output them as CSV.
The following tools and settings are required to use it.
- Install bugsnag-api-ruby
$ gem install bugsnag-api
- Install jsonpath
$ gem install jsonpath
- Install fzf
$ brew install fzf
- Get Bugsnag Personal Auth Tokens, and set to
BUGSNAG_PERSONAL_AUTH_TOKEN
environment variable
$ export BUGSNAG_PERSONAL_AUTH_TOKEN=xxxxx
- Run
$ ruby main.rb