mirror of
https://github.com/jimeh/airbrake-statsd.git
synced 2026-02-19 10:56:43 +00:00
use Configuration#bucket instead of hard-coded bucket value, and some spec cleanup
This commit is contained in:
@@ -32,7 +32,7 @@ module Airbrake
|
||||
|
||||
def increment
|
||||
return unless configured?
|
||||
client.increment('exceptions')
|
||||
client.increment(config.bucket)
|
||||
end
|
||||
|
||||
end # << self
|
||||
|
||||
Reference in New Issue
Block a user