raygun-apm-rails 0.1.13 → 0.1.14

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: feedfb6825f3dbe8893072208bc6904f1a838fb785b0b771aa39276a7bf6c60a
4
- data.tar.gz: 8e3ba8a42d36bbeb70ca0cd7666e0275620e3f14f65b0f1f9ab7f32104842f8f
3
+ metadata.gz: f358a88b779df1ae76d2fbc30a09ecf60f5147854090bbeea2711753b2e56956
4
+ data.tar.gz: ea58b131636cf1a8f7bdfea16d1748d55109409c7aac17618029b15adbe8ee0b
5
5
  SHA512:
6
- metadata.gz: 44ddcc5ac107e35f6ef4ca34200cae8253f988847d325f8a96456f03a9d6a8e903e68af259d5091efbcb931a9590e4910f953d8e2597ef073e5516b6f5351cd6
7
- data.tar.gz: aaa9672094ac627d4f5cf2d8c52d193e1928e2d02713f000a748c8b6529737acd46228eed2d6aa1490ac6df8c33b5848c9f85d3bf62e43431485f32944194487
6
+ metadata.gz: ac98845eed7b82f84221fa42037859d1cd3a9cd9774c3fbdc1fae975d8d5d89d05edb832face349e9e800363f9c31752d4eaf24da5684bcdaacbc8cc2f80de26
7
+ data.tar.gz: e486866cb0228bdbb1c83d9b638db8f55e97f2d2dc85782dc353a937f8d05a0910c6406c0a377c4318041ed35c0901bbeb3f98a19076e6bcabdc2736ecc373d7
@@ -7,10 +7,8 @@ module Raygun
7
7
 
8
8
  # from https://api.rubyonrails.org/ , to automate
9
9
  BLACKLIST = %w{
10
- #<Class:
11
- #<Module:
12
- #<ActiveRecord:
13
- #<ActiveModel:
10
+ #<ActiveRecord
11
+ #<ActiveModel
14
12
  Benchmark
15
13
  BigDecimal
16
14
  Concurrent
@@ -60,10 +58,6 @@ module Raygun
60
58
  PG
61
59
  EnabledModule
62
60
  }
63
-
64
- BOUNDARY = %w{
65
- +RequestStore::Middleware::call
66
- }
67
61
  end
68
62
  end
69
63
  end
@@ -6,8 +6,6 @@ module Raygun
6
6
  require "raygun/apm"
7
7
  require "raygun/apm/rails/middleware"
8
8
  Raygun::Apm::Blacklist.extend_with Raygun::Apm::Rails::BLACKLIST
9
- Raygun::Apm::Blacklist.extend_with Raygun::Apm::Rails::BOUNDARY
10
- app.middleware.insert_before Rack::Sendfile, Raygun::Apm::Rails::Middleware
11
9
  # Explictly enable instrumenting HTTP until a good control API is figured out
12
10
  require "raygun/apm/hooks/net_http"
13
11
  end
@@ -1,7 +1,7 @@
1
1
  module Raygun
2
2
  module Apm
3
3
  module Rails
4
- VERSION = "0.1.13"
4
+ VERSION = "0.1.14"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raygun-apm-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erkki Eilonen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-02-06 00:00:00.000000000 Z
11
+ date: 2020-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: raygun-apm