raygun-apm-rails 1.0.31 → 1.0.32

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: cc64498b179d7b145223d29d9b29e94efde431f8c34333adff4286356017ffcf
4
- data.tar.gz: 69acfefe916b6fa270bbeb931bd62391653c49ef7d5a4b71e6cc681019395293
3
+ metadata.gz: cbfeaa5764448f37763271c00efe86f96521db6b3d75ed339769d68b9484e656
4
+ data.tar.gz: 311c208e215c8efa26a10b12981cc6a553f36ecee50241c02b0363f324348548
5
5
  SHA512:
6
- metadata.gz: bf912dd2a346df4d99be75b70495e1312a10bd58873cc34e09529fd8bb6e048b50fc283386be5c47c2d635b44aa1571ef7909439bb5c57e526d4d9e99741dbd2
7
- data.tar.gz: 71a277d594986c86de97a72c2dce6e5f1c0ed10ef3c2033fd9dc3a896548db8ea6aea7bb1717817013fe7a5edf6624658ee7632ed76726f3232d63454e01beac
6
+ metadata.gz: fc0cb6606e7d22c8eda85a20b2bef9a9619b5beac1a6f4245308e5192d61946d9208da387fd751935420b09ff661d217c05a05f96a8491b68b7943d7cdfdf131
7
+ data.tar.gz: 89f6166d481fb5b8172176292c9ba87501f15116e3266b1f8766180bd03a165d0fb33637f055e4e00153227e97b620e9591e73faf6c4865401555321f6567b41
@@ -1,5 +1,9 @@
1
1
  = Changelog
2
2
 
3
+ == 1.0.32 (June 6, 2020)
4
+
5
+ * Move raygun4ruby whitelisting and blacklisting out to profiler core
6
+
3
7
  == 1.0.31 (May 17, 2020)
4
8
 
5
9
  * Remove the Tracer#process_started callback (set on begin transaction command now)
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- raygun-apm-rails (1.0.31)
4
+ raygun-apm-rails (1.0.32)
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.38-universal-darwin)
12
+ raygun-apm (1.0.42-universal-darwin)
13
13
 
14
14
  PLATFORMS
15
15
  ruby
@@ -77,12 +77,8 @@ module Raygun
77
77
  Grape
78
78
  Mustermann
79
79
  Enumeration
80
- Raygun::Breadcrumbs
81
- Raygun::Configuration
82
- Raygun::config
83
80
  +Raygun::Apm::Rails::Middleware::Ruby_APM_profiler_trace
84
81
  +Raygun::Apm::Rails::Middleware::Ruby_APM_request_error
85
- +Raygun::track_exception
86
82
  WebpackHelper
87
83
  Ripper
88
84
  Webpack
@@ -1,7 +1,7 @@
1
1
  module Raygun
2
2
  module Apm
3
3
  module Rails
4
- VERSION = "1.0.31"
4
+ VERSION = "1.0.32"
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.31
4
+ version: 1.0.32
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-17 00:00:00.000000000 Z
12
+ date: 2020-06-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: raygun-apm