No commit activity in last 3 years
No release in over 3 years
Exporter for the AppSignal platform
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Appsignal Exporter

A little tool we wrote to export errors from our AppSignal apps for record keeping. It reads and dumps errors as JSON files – no more, no less. We might add additional exports and options if we need them (or if you're a great person and provide pull requests that we can use).

Note that the gem doesn't have tests or any particular error handling. Use it at your own risk. ;-)

Installation

Add the gem to your Gemfile (gem 'appsignal-exporter') and run bundle install.

Usage

The AppSignal API key (APPSIGNAL_API_KEY – found in your personal settings) and app ID (APPSIGNAL_APP_ID – found in the app's URL on the AppSignal dashboard) need to be passed as environment variables. You can use the dotenv gem if you like.

Then run it:

bundle exec appsignal-exporter

Optionally pass parameters as defined in the API docs:

bundle exec appsignal-exporter since=2017-06-01 before=2017-07-01

Credits

(c) 2017-2019 Temedica GmbH