zuora_connect 1.4.33 → 1.4.34

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
  SHA1:
3
- metadata.gz: 057d651c398b923edf77fd76fed906828e210da1
4
- data.tar.gz: fc901ffba22dd5418199daa76cacf413a22efc16
3
+ metadata.gz: 9727ef8fc9e711512317fa4993e04a204b1dcf07
4
+ data.tar.gz: ce167102dad69ad734c49580d2566105dabfd87b
5
5
  SHA512:
6
- metadata.gz: 89a44a7f76cf7b0779494908faaa4f97bd00ad2110b4f0a195e0c5746ca70b0475e2380e03ce03bd0b300349119dc6ff73d886f46469ed2c344cbf8e55b20829
7
- data.tar.gz: 387b16ca0eb57a862d607de56423c1613543db564de2b46f760ad575f1f1557f71693e2f88d3952c4914a44b5fd1e53312f46a484f7677b68fd0baf3b3e5beba
6
+ metadata.gz: 4f773f8485aeaac55b9e6b9eea9db8be7717e43aea5fd45467ca52eec9b35cde102bf2e3fbb88e71c5a6155fdaf2c7fa71fad6f0456316739da202b84a7e0410
7
+ data.tar.gz: 2e9c5ff32e27d8ce603d1f09f3ad9d7e92df0fe99414e0b8650255df78e0025d365f69e420f3b075e77555e6d9bfe641658c83775e4933531b89c928d8881b89
@@ -23,6 +23,7 @@ module ZuoraConnect
23
23
  Rails.configuration.lograge.custom_options = lambda do |event|
24
24
  exceptions = %w(controller action format id)
25
25
  {
26
+ appinstance_id: Thread.current[:appinstance].present? ? Thread.current[:appinstance].id : "Unknown",
26
27
  params: event.payload[:params].except(*exceptions),
27
28
  exception: event.payload[:exception],
28
29
  exception_object: event.payload[:exception_object]
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "1.4.33"
2
+ VERSION = "1.4.34"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.33
4
+ version: 1.4.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team