Commit fac3c11c3d0a005cb644188356f77e34482ad5f5

Authored by Robert Lail
1 parent a1eb6072
Exists in master and in 1 other branch production

There are no breaking changes between the Hoptoad

v2.0 API and the Airbrake 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
... ...