raygun-apm-rails 1.0.30 → 1.0.31

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 897a877f3630316bee9e80b1951b18ca806eda40ac0952aa1589e95f691c6b0d
4
- data.tar.gz: 364135d563e035092c4d079ff78eac9f39703d235a1fe81143851614001c2e31
3
+ metadata.gz: cc64498b179d7b145223d29d9b29e94efde431f8c34333adff4286356017ffcf
4
+ data.tar.gz: 69acfefe916b6fa270bbeb931bd62391653c49ef7d5a4b71e6cc681019395293
5
5
  SHA512:
6
- metadata.gz: 75794c8fd57b9da0aeaee89968648b616851bf50cc3562cef4458815a1c300fa2e5f4321b6445fc4e8395af50183efa6bd57f74439c891be8d4613717e590d73
7
- data.tar.gz: 5ea76ced6f0bbf49391b88e5b5f89cfd429e0a4e622775382b2dfebadeaaaac98a31ca7218e13d6e5b09e2f2be464290a4be3db26a8f11ed67feb93f73bba128
6
+ metadata.gz: bf912dd2a346df4d99be75b70495e1312a10bd58873cc34e09529fd8bb6e048b50fc283386be5c47c2d635b44aa1571ef7909439bb5c57e526d4d9e99741dbd2
7
+ data.tar.gz: 71a277d594986c86de97a72c2dce6e5f1c0ed10ef3c2033fd9dc3a896548db8ea6aea7bb1717817013fe7a5edf6624658ee7632ed76726f3232d63454e01beac
@@ -1,5 +1,9 @@
1
1
  = Changelog
2
2
 
3
+ == 1.0.31 (May 17, 2020)
4
+
5
+ * Remove the Tracer#process_started callback (set on begin transaction command now)
6
+
3
7
  == 1.0.30 (May 15, 2020)
4
8
 
5
9
  * Introduce support for Redis as client adapter
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- raygun-apm-rails (1.0.30)
4
+ raygun-apm-rails (1.0.31)
5
5
  raygun-apm (~> 1.0.15)
6
6
 
7
7
  GEM
@@ -9,7 +9,7 @@ GEM
9
9
  specs:
10
10
  minitest (5.13.0)
11
11
  rake (10.5.0)
12
- raygun-apm (1.0.37-x86-linux)
12
+ raygun-apm (1.0.38-universal-darwin)
13
13
 
14
14
  PLATFORMS
15
15
  ruby
@@ -62,7 +62,6 @@ module Raygun
62
62
  def init_tracer
63
63
  tracer = Raygun::Apm::Tracer.new
64
64
  tracer.udp_sink!
65
- tracer.process_started
66
65
  ObjectSpace.define_finalizer(self, self.class.finalize(tracer))
67
66
 
68
67
  ActiveSupport::Notifications.unsubscribe(@http_in_subscriber) if @http_in_subscriber
@@ -1,7 +1,7 @@
1
1
  module Raygun
2
2
  module Apm
3
3
  module Rails
4
- VERSION = "1.0.30"
4
+ VERSION = "1.0.31"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raygun-apm-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.30
4
+ version: 1.0.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Raygun
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2020-05-15 00:00:00.000000000 Z
12
+ date: 2020-05-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: raygun-apm