raygun-apm-rails 0.1.9 → 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: fa53ae0598b0601ba844ef77ff80a042e8628b9551a590e265e82e9c2bf0cd78
4
- data.tar.gz: c95e195db693817411f1805be7d85b4a271352fe88c6e73bb72dc57d69e98c93
3
+ metadata.gz: f358a88b779df1ae76d2fbc30a09ecf60f5147854090bbeea2711753b2e56956
4
+ data.tar.gz: ea58b131636cf1a8f7bdfea16d1748d55109409c7aac17618029b15adbe8ee0b
5
5
  SHA512:
6
- metadata.gz: d89a784f58917e98401d808c035353f0ce3139946570f16ae192cb27fd83483498a0cf273db4e53ea7a4d441b5435f0b71ac34d9d18a3e22c01e5cd48b71cf74
7
- data.tar.gz: 7b73837c1567d65b35d2190aff6c29044fde13d292b73eb379407bf6e94322c4cfb669d0a4d654cf6e3db07a6e1a7878f4fdff23f1e8e2db89abb854a694627c
6
+ metadata.gz: ac98845eed7b82f84221fa42037859d1cd3a9cd9774c3fbdc1fae975d8d5d89d05edb832face349e9e800363f9c31752d4eaf24da5684bcdaacbc8cc2f80de26
7
+ data.tar.gz: e486866cb0228bdbb1c83d9b638db8f55e97f2d2dc85782dc353a937f8d05a0910c6406c0a377c4318041ed35c0901bbeb3f98a19076e6bcabdc2736ecc373d7
data/.gitignore CHANGED
@@ -6,3 +6,4 @@
6
6
  /pkg/
7
7
  /spec/reports/
8
8
  /tmp/
9
+ *.gem
@@ -17,10 +17,9 @@ Distributed as a Rails wrapper to inject the precompiled native profiler gem.
17
17
 
18
18
  The profiler only supports CRuby, also known as Matz's Ruby Interpreter (MRI).
19
19
 
20
- * 2.4.x (End of life upstream release that does not receive backports anymore)
21
20
  * 2.5.x
22
21
  * 2.6.x
23
- * 2.7.x (Preview release, still officially unreleased, but supported)
22
+ * 2.7.x
24
23
 
25
24
  {Contact us}[https://raygun.com/about/contact] to support other Ruby versions.
26
25
 
@@ -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
@@ -51,21 +49,15 @@ module Raygun
51
49
  ActionDispatch
52
50
  ActiveSupport
53
51
  ActionView
54
- ApplicationHelper
55
52
  SQLite3
56
53
  Mysql2
57
54
  Erubi
58
- ApplicationController
59
55
  RequestStore
60
56
  WEBrick
61
57
  Puma
62
58
  PG
63
59
  EnabledModule
64
60
  }
65
-
66
- BOUNDARY = %w{
67
- +RequestStore::Middleware::call
68
- }
69
61
  end
70
62
  end
71
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.9"
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.9
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: 2019-12-20 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
@@ -84,7 +84,6 @@ files:
84
84
  - lib/raygun/apm/rails/middleware.rb
85
85
  - lib/raygun/apm/rails/railtie.rb
86
86
  - lib/raygun/apm/rails/version.rb
87
- - raygun-apm-rails-0.1.0.gem
88
87
  - raygun-apm-rails.gemspec
89
88
  homepage:
90
89
  licenses: []
@@ -104,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
103
  - !ruby/object:Gem::Version
105
104
  version: '0'
106
105
  requirements: []
107
- rubygems_version: 3.0.3
106
+ rubygems_version: 3.0.6
108
107
  signing_key:
109
108
  specification_version: 4
110
109
  summary: Raygun application performance monitoring for Rails
Binary file