fluentd-sentry-output 0.0.6 → 0.0.7

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
  SHA256:
3
- metadata.gz: e1d7234ede2dc996dae9c52b9a28bb13e44f32a11204b4f7402f329829fb4969
4
- data.tar.gz: 9529169229c7b9c88f66b0f3f8c9f82c77e21bf7da3d646bafc1d998ea5a0b5b
3
+ metadata.gz: 91b07b63807d8dd6562b5edd1b15876031c830ed80681da17c98d8f82e1eb417
4
+ data.tar.gz: db88d9236be97c709b65684e1aa27530837b8e91244a061d81bfb9bcc22c90e4
5
5
  SHA512:
6
- metadata.gz: 954764f2706c005b41497e305b7c0a8053c41ef141a339a02a400be5875de6981fd93b82ceb29fbf38884a56904d069da5d48b8ce6a74abf1ab7a5c3b986018e
7
- data.tar.gz: 7b2437bd85a76453e2bf47cf66677de68099c8fbf61c7a80b36c9146bbc18fed70163c907add3197d10b4623128c668825b67d42debd51d65175faf879d606d4
6
+ metadata.gz: 9161edc9a9097bdb24f89d779a99f63c27d2086de8fdbd597ac17327ed494be90a4c0288aa9612d26f9e7afdd412453c2b11501e68bce7adb34c22df425aac68
7
+ data.tar.gz: e89ac56b1542a493a1793e049a9f5ec6908f9d430209609f67d8409c7f0d2e185e560b4d880f6dd3a7e94877c5fcffb169f60c91452f2b502ed9bbc52d967ed1
@@ -13,10 +13,10 @@ class SentryException
13
13
  trace['stacktrace']['frames'] = []
14
14
  values.push(trace)
15
15
 
16
- log.debug 'exception - ', exception
17
-
18
16
  frames = exception['frames']
19
- log.debug 'frames - ', frames
17
+ p exception
18
+ p frames
19
+
20
20
  frames.each do |frame|
21
21
  add_values(frame)
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluentd-sentry-output
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
  - Anirudh Singh