Commit 5e600453f35f920c09d8c57059076023e095c04e

Authored by Nathan B
2 parents 3ab51744 fac3c11c
Exists in master and in 1 other branch production

Merge pull request #110 from boblail/airbrake-support

Support Airbrake and v2.2 API
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
lib/hoptoad.rb
... ... @@ -18,6 +18,7 @@ module Hoptoad
18 18 def self.get_version_processor(version)
19 19 case version
20 20 when '2.0'; Hoptoad::V2
  21 + when '2.2'; Hoptoad::V2
21 22 else; raise ApiVersionError
22 23 end
23 24 end
... ...