appsignal 0.10.0 → 0.10.1
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.
- data/CHANGELOG.md +3 -0
- data/lib/appsignal/transaction.rb +1 -1
- data/lib/appsignal/version.rb +1 -1
- data/spec/lib/appsignal/transaction_spec.rb +2 -1
- metadata +2 -2
data/CHANGELOG.md
CHANGED
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
return if have_values_been_converted_to_primitives?
|
|
117
117
|
Appsignal::Transaction::ParamsSanitizer.sanitize!(@process_action_event.payload) if @process_action_event
|
|
118
118
|
@events.map do |o|
|
|
119
|
-
Appsignal::Transaction::ParamsSanitizer.sanitize(o.payload)
|
|
119
|
+
Appsignal::Transaction::ParamsSanitizer.sanitize!(o.payload)
|
|
120
120
|
end
|
|
121
121
|
add_sanitized_context!
|
|
122
122
|
@have_values_been_converted_to_primitives = true
|
data/lib/appsignal/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appsignal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ authors:
|
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
|
-
date: 2014-08-
|
|
16
|
+
date: 2014-08-14 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: rack
|