- No longer require "pry" library upon load
- Require Bundler 1.12+ after changes to Bundler's API caused breaking changes PR #13
- Determine ruby version and deliver to API PR #11
- Properly require the "net/http" library
- Allow easier customization of endpoint and credentials per client instance for development PR #9
- Enhances detection of Rails servers for use with Auto Reporting features PR #8
- Adds support for an
inline
andnone
background adapter PR #7
- Adds support for configuring a RubyMotion project PR #6
- Adds the
rake prospector:deliver
rake task PR #6
- Skips enqueueing background job to notify API if
Rake
constant is defined
- Fixes issue with Sidekiq adapter not being recognized PR #5
- Adds support for enqueueing API notification via ActiveJob or Sidekiq PR #4
- Adds a Rack app to notify API on first request to app server PR #3
- Exceptions now raised if trial is expired or account removed from API service PR #2
Initial alpha release