ruby-zipkin 0.2.9 → 0.2.901

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -38,8 +38,9 @@ module RubyZipkin extend self
38
38
 
39
39
  rescue => e
40
40
  #Tracing errors shouldn't block a request.
41
- Rails.logger.info "Zipkin error: #{e} \n #{e.backtrace}"
41
+ Rails.logger.error "Zipkin error: #{e} \n #{e.backtrace}"
42
42
  puts "Zipkin error: #{e} \n #{e.backtrace}"
43
+ raise e
43
44
  end
44
45
  [@status, @headers, @response]
45
46
  end
@@ -1,3 +1,3 @@
1
1
  module RubyZipkin
2
- VERSION = "0.2.9"
2
+ VERSION = "0.2.901"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-zipkin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 1821
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 9
10
- version: 0.2.9
9
+ - 901
10
+ version: 0.2.901
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ivan Marcin