raygun-apm-rails 1.0.1 → 1.0.2

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: 2b75a889dba518fef1ad8ffef121b278e62445caf67ed2dafd6477f3a6ba95e2
4
- data.tar.gz: 23d6c1e974f9700b502e2083f1cc0dcaca584b2de7b4927ecad5ea31385d8efd
3
+ metadata.gz: 972f897c0a6e69018d07c34bfab44aa517ab7900a3bd0aa41ab21c0831c397d8
4
+ data.tar.gz: 51ea730f564db85a57486d2f608fe605f032114282c939b87fb0402dd46b6bb9
5
5
  SHA512:
6
- metadata.gz: aa987252a5b280b13f64a3b8a386d1faa444a04e9e3a351c7dd85af3efced122b0d8de4d70d1f3fef57479228ff2c6b2ae1e0473415e263c0a41eda5fd1ab1f6
7
- data.tar.gz: 15704c84f498cbe2e4a54569990a39a38329a107c5b84b3ab9dbb65541c4a52bcd4ab359986965bbc23926cc40f720604ef3a25ee4c9788846e897b832042437
6
+ metadata.gz: 043f0b6968c4452220d3c6d7447c7ae642cfc4d9c6ebd410da0e80a435332bb3d688008b202380b614e61dd15ab80741338cf9ed7c1d1ee16380b714cf43d7a8
7
+ data.tar.gz: '08f907fbd3d88ee5f731537f80acbd4f4aaef4de60225534deb0bfb1d961671f0889ec7da22d47e056ce63eb027cbf02ece44a9e97865c6938282e5edb31fd21'
@@ -67,7 +67,7 @@ instrument HTTP request / response workloads.
67
67
  The following extended events are captured:
68
68
 
69
69
  * HTTP inbound - the request URI, HTTP verb and other details of the current request
70
+ * HTTP outbound - the URI, HTTP verb and time taken (typically external APIs)
70
71
  * Database queries - SQL statement, provider, database etc.
71
72
 
72
- {Contact us}[https://raygun.com/about/contact] to support other workloads such as
73
- specific background processing frameworks.
73
+ {Contact us}[https://raygun.com/about/contact] to support other specific web frameworks.
@@ -2,7 +2,7 @@ module Raygun
2
2
  module Apm
3
3
  module Rails
4
4
  class Railtie < ::Rails::Railtie
5
- initializer "raygun.apm" do |app|
5
+ initializer "raygun.apm.rails" do |app|
6
6
  require "raygun/apm"
7
7
  require "raygun/apm/rails/middleware"
8
8
  Raygun::Apm::Blacklist.extend_with Raygun::Apm::Rails::BLACKLIST
@@ -1,7 +1,7 @@
1
1
  module Raygun
2
2
  module Apm
3
3
  module Rails
4
- VERSION = "1.0.1"
4
+ VERSION = "1.0.2"
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.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erkki Eilonen