promiscuous-newrelic 0.1.2 → 0.1.3
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.
|
@@ -21,7 +21,7 @@ DependencyDetection.defer do
|
|
|
21
21
|
|
|
22
22
|
# We are not using the subscriber class name, because of polymorphism
|
|
23
23
|
# We only want the parent class basically
|
|
24
|
-
perform_action_with_newrelic_trace(:name => name, :class_name => worker_type,
|
|
24
|
+
perform_action_with_newrelic_trace(:name => name, :class_name => worker_type, :force => true,
|
|
25
25
|
:category => "OtherTransaction/Promiscuous") do
|
|
26
26
|
unit_of_work_without_rpm(type, &block)
|
|
27
27
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: promiscuous-newrelic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -68,8 +68,8 @@ executables: []
|
|
|
68
68
|
extensions: []
|
|
69
69
|
extra_rdoc_files: []
|
|
70
70
|
files:
|
|
71
|
-
- lib/promiscuous/new_relic/version.rb
|
|
72
71
|
- lib/promiscuous/new_relic/instrumentation.rb
|
|
72
|
+
- lib/promiscuous/new_relic/version.rb
|
|
73
73
|
- lib/promiscuous-newrelic.rb
|
|
74
74
|
- README.md
|
|
75
75
|
homepage: http://github.com/crowdtap/promiscuous-newrelic
|