raygun-apm-rails 1.0.10 → 1.0.11

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: 477de1c6c1324d9e29972fea02bf4b237f2c21d2709a1db75957f5c1a6063dde
4
- data.tar.gz: 6f8931ecc7176d8e59edb608dc980f720dca9a56e3b353007b2156894943db7d
3
+ metadata.gz: 7343414b67d3d4f27334368be9a0e12293ffb50e737e821f91149a32f9785e28
4
+ data.tar.gz: 7767a300addc7517ca0f30fa4250dd83aa240ece8f0832daf59e4dde100d21e5
5
5
  SHA512:
6
- metadata.gz: 78c34e90d2b77e0f5f9d905c28f862c44207b79f3603b31df1d10737514114ac1de7143ffcff17f54e0ef7bbcadbf29d2598c36adfe06c0ef49df2fa8460001f
7
- data.tar.gz: ddad0b9826e634c8f6d2dd041ee812f7eb3aa2879274cb91ab69075006dbf0799f07443a1a7c0d6465bcb05f397bb2682a1a482bb228b6ae776d943a9729cf61
6
+ metadata.gz: 8f00178423b80f710f92a1fb97d3867c1c8a32d3b63cb0fb09143e9df33043e1d83ea5766c45380d90eca398886654ec6e37de8656c81c717022755360986621
7
+ data.tar.gz: 658e2b8948f7622e1cd168be6a1bbfcb7e66efe80848d2cebd8028867a337fdd5c174a2db8c748010cebcd78745f2a1a4ad31a38cc1f3589197911da513c78d0
@@ -56,8 +56,6 @@ module Raygun
56
56
  ActiveSupport::Notifications.unsubscribe(@http_in_subscriber)
57
57
  ActiveSupport::Notifications.unsubscribe(@sql_subscriber)
58
58
  warn "[Raygun APM] notification hooks unsubscribed"
59
- # Shutdown the tracepoints if enabled to reduce any overhead and stall emission
60
- @tracer.stop_tracepoints
61
59
  # Let the GC clean up the sink thread through the finalizer below
62
60
  @tracer = nil
63
61
  Thread.current.thread_variable_set(:_raygun_apm_tracer, nil)
@@ -1,7 +1,7 @@
1
1
  module Raygun
2
2
  module Apm
3
3
  module Rails
4
- VERSION = "1.0.10"
4
+ VERSION = "1.0.11"
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.10
4
+ version: 1.0.11
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-03-02 00:00:00.000000000 Z
12
+ date: 2020-03-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: raygun-apm