raygun-apm 1.0.3-x86-linux → 1.0.4-x86-linux
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 +4 -4
- data/lib/raygun/2.5/raygun_ext.so +0 -0
- data/lib/raygun/2.6/raygun_ext.so +0 -0
- data/lib/raygun/2.7/raygun_ext.so +0 -0
- data/lib/raygun/apm/tracer.rb +1 -1
- data/lib/raygun/apm/version.rb +1 -1
- data/raygun-apm.gemspec +6 -7
- metadata +7 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 66fe0a5ec00e095c6752aa7b2b0cca139160f96ae1c2330c217c9c87d0798470
|
4
|
+
data.tar.gz: 3fefe809699d1264dd434279e09794593e19ff4fa2adf41678a81af73b8e1823
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77a822088e3aec7a8642130e5ef0e808f9647884c4003fc90202116cf0c9487d5ee50801fd262bd3f34791ac8f221d64c8e17a2931f88e39d515f100376d4669
|
7
|
+
data.tar.gz: fe24416b1fe15f747e2912c07f623cd74bd89393899b889fdb2b4697125b73e9aa038bca60d905119c3e119ae83831076727454aaaa11a2d9d1083adffb0f09a
|
Binary file
|
Binary file
|
Binary file
|
data/lib/raygun/apm/tracer.rb
CHANGED
@@ -15,7 +15,7 @@ module Raygun
|
|
15
15
|
# Ignore comments set to false here to account for #<Class: etc. in Rails blacklist
|
16
16
|
add_filters Raygun::Apm::Blacklist.resolve_entries, ignore_comments: false
|
17
17
|
show_filters if config.loglevel == Tracer::LOG_BLACKLIST
|
18
|
-
log_level = config.loglevel
|
18
|
+
self.log_level = config.loglevel
|
19
19
|
ObjectSpace.define_finalizer(self, proc{ disable_tracepoints })
|
20
20
|
# Any fails here is kamikaze for the tracer
|
21
21
|
rescue => e
|
data/lib/raygun/apm/version.rb
CHANGED
data/raygun-apm.gemspec
CHANGED
@@ -4,15 +4,14 @@ require File.expand_path('../lib/raygun/apm/version', __FILE__)
|
|
4
4
|
Gem::Specification.new do |spec|
|
5
5
|
spec.name = "raygun-apm"
|
6
6
|
spec.version = Raygun::Apm::VERSION
|
7
|
-
spec.authors = ["Erkki Eilonen"]
|
8
|
-
spec.email = ["erkki@bearmetal.eu"]
|
9
7
|
|
10
|
-
spec.
|
11
|
-
|
12
|
-
|
8
|
+
spec.authors = ["Raygun", "Erkki Eilonen"]
|
9
|
+
spec.email = ["support@raygun.com", "info@bearmetal.eu"]
|
10
|
+
|
11
|
+
spec.summary = %q{Raygun application performance monitoring core Profiler}
|
12
|
+
spec.homepage = "https://raygun.com/platform/apm"
|
13
|
+
#spec.license = "MIT"
|
13
14
|
|
14
|
-
# Specify which files should be added to the gem when it is released.
|
15
|
-
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
16
15
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|vendor|tools|ext)/}) || f.match(%r{Rakefile|Gemfile|.git}) }
|
17
16
|
spec.files += Dir['lib/raygun/**/{2}*/raygun_ext.*']
|
18
17
|
spec.bindir = "exe"
|
metadata
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: raygun-apm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: x86-linux
|
6
6
|
authors:
|
7
|
+
- Raygun
|
7
8
|
- Erkki Eilonen
|
8
9
|
autorequire:
|
9
10
|
bindir: exe
|
10
11
|
cert_chain: []
|
11
|
-
date: 2020-02-
|
12
|
+
date: 2020-02-26 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: debase-ruby_core_source
|
@@ -110,7 +111,8 @@ dependencies:
|
|
110
111
|
version: 0.15.9
|
111
112
|
description:
|
112
113
|
email:
|
113
|
-
-
|
114
|
+
- support@raygun.com
|
115
|
+
- info@bearmetal.eu
|
114
116
|
executables: []
|
115
117
|
extensions: []
|
116
118
|
extra_rdoc_files: []
|
@@ -130,7 +132,7 @@ files:
|
|
130
132
|
- lib/raygun/apm/tracer.rb
|
131
133
|
- lib/raygun/apm/version.rb
|
132
134
|
- raygun-apm.gemspec
|
133
|
-
homepage:
|
135
|
+
homepage: https://raygun.com/platform/apm
|
134
136
|
licenses: []
|
135
137
|
metadata: {}
|
136
138
|
post_install_message:
|
@@ -155,5 +157,5 @@ requirements: []
|
|
155
157
|
rubygems_version: 3.1.2
|
156
158
|
signing_key:
|
157
159
|
specification_version: 4
|
158
|
-
summary: Raygun application performance monitoring
|
160
|
+
summary: Raygun application performance monitoring core Profiler
|
159
161
|
test_files: []
|