ach-fluent-plugin-sentry 0.0.6 → 0.0.7

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: 48a45a9f94ac66a0f8195c75458853344437bcc60dc1a604c291de56afafcd1b
4
- data.tar.gz: 86d5d174c3fe3d7bd9668a3822126aaca0ae75083c4de43207f5651ee95bd0db
3
+ metadata.gz: b1ff3484b47fa18586d83e051959494c35e343c506c0dd83620887530ac09f96
4
+ data.tar.gz: 4f3b6c75ba0bca9d07b4867f44d261c74fb515c48199ffa9cc244909118dbcf3
5
5
  SHA512:
6
- metadata.gz: 96c5b7fa112111518115c25d3a271a194b26585e924e2a7e5be2588e87d4cd02a78fd1ea36a1f0a4f2d6a30b88dcc319c09fc520d2558d22ec5714819a86b2ec
7
- data.tar.gz: 88c918b369029bd6f567cc408764ef57a39fdb5209377495a60583a97f68e6c42d91f88d766176773b804b23cf5f021412d2c7609eb4055c73b726a6d8dd98a5
6
+ metadata.gz: 3e698c6a34e1653dff9d6d5574ebc417853c3657cc375a0a93b64cd95f12355dd308786b1da8110c09ee9f2bcc018c37ebeebfb1c4dea6ac2231a501918f53a2
7
+ data.tar.gz: 9f4b1669bcfafae3f7c8c150f7d33a456f5adf2d5391542023cec718cd02e0c3aa3e186751cd8670e591ebb9afccb876df853a9d43a88fb3a58cbd6509793cd6
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "ach-fluent-plugin-sentry"
7
- spec.version = "0.0.6"
7
+ spec.version = "0.0.7"
8
8
  spec.authors = ["Kentaro Yoshida"]
9
9
  spec.email = ["y.ken.studio@gmail.com"]
10
10
  spec.summary = %q{Fluentd output plugin that sends aggregated errors/exception events to Sentry. Sentry is a event logging and aggregation platform.}
@@ -65,7 +65,6 @@ class Fluent::SentryOutput < Fluent::BufferedOutput
65
65
  def notify_sentry(tag, time, record)
66
66
  event = Sentry::Event.new(
67
67
  :configuration => @configuration,
68
- :context => Sentry::Context.new,
69
68
  :message => record['message']
70
69
  )
71
70
  event.timestamp = record['timestamp'] || Time.at(time).utc.strftime('%Y-%m-%dT%H:%M:%S')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ach-fluent-plugin-sentry
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kentaro Yoshida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-30 00:00:00.000000000 Z
11
+ date: 2021-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler