fluent-plugin-detect-exceptions-with-error 0.0.1a → 0.0.1b

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: f990a4ebc8ca6d1400770d2dbe8441fd1ad1a7b3
4
- data.tar.gz: a517977be1fab5550a25440423d57525b97eed3e
3
+ metadata.gz: 56f8c5c2a44b6a69fcf8a14ad2ef1e6b4458244d
4
+ data.tar.gz: a069e5fe08c29bb2459f5fac8bc507b54bf266c4
5
5
  SHA512:
6
- metadata.gz: c3f2308e263009603dee85e1408573cd69b0328f827f8ef7bd91bb9a5f68cc1f72f0f6d220a5f13189fb5974a96f5e6cefad415c1f79c0552dd22c2c42289bf5
7
- data.tar.gz: dd64c494cec9ba2eddca951a8f40847df9d5948ee78d67c955d146d60d361e502fc73ca61cfc1040dd92b10add583a9c61bab7cc6498ea39e7757f77b4d58276
6
+ metadata.gz: 9cc33954ca9d2845971bc6b84121e538c100223ef19ea3f9748b5f6a09e7569a5d12e51548f481601b5714fd2944db90ee716c056b9b3e2fef38c67fb524c115
7
+ data.tar.gz: 34838dc2b460ff505c3debeff52caff5a9e221be573e8b89d73d120c6d1f503a0db91db0f63fdffe3a594f30f4b59172bdf79e7f77b5262044f8dc85dfca5571
@@ -6,7 +6,7 @@ eos
6
6
  gem.summary = \
7
7
  'fluentd output plugin for combining error messages and stack traces as multi-line JSON logs'
8
8
  gem.license = 'Apache-2.0'
9
- gem.version = '0.0.1a'
9
+ gem.version = '0.0.1b'
10
10
  gem.authors = ['Vincent Vega']
11
11
  gem.required_ruby_version = Gem::Requirement.new('>= 2.0')
12
12
 
@@ -50,7 +50,7 @@ module Fluent
50
50
  end
51
51
 
52
52
  JAVA_RULES = [
53
- rule(:start_state, /(?:ERROR)[:\r\n]/, :java),
53
+ rule(:start_state, /ERROR /, :java),
54
54
  rule(:java, /(?:Exception|Error|Throwable|V8 errors stack trace)[:\r\n]/, :java),
55
55
  rule(:java, /^[\t ]+(?:eval )?at /, :java),
56
56
  rule(:java, /^[\t ]*(?:Caused by|Suppressed):/, :java),
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-detect-exceptions-with-error
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1a
4
+ version: 0.0.1b
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vincent Vega
@@ -75,6 +75,7 @@ extra_rdoc_files: []
75
75
  files:
76
76
  - CONTRIBUTING
77
77
  - fluent-plugin-detect-exceptions-with-error-0.0.1.gem
78
+ - fluent-plugin-detect-exceptions-with-error-0.0.1a.gem
78
79
  - fluent-plugin-detect-exceptions-with-error.gemspec
79
80
  - Gemfile
80
81
  - lib/fluent/plugin/exception_detector.rb