rails-informant 0.3.1 → 0.3.2

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: 9190270b29cd61133c36e5083527afb433de74d02bde6a854c07ba0ee525686d
4
- data.tar.gz: c9240093202eb13ac1fd85993ead95983abcced394efe40a0f49ad5cbe183f7d
3
+ metadata.gz: 76da3bf5c0eb0105ac095478e9d5a4f659fd126516a5b19aed187ced576016df
4
+ data.tar.gz: 26b94c5787654d4f15feda27a10fd2bc7247a56643d9e5e01ef45f18d6dd93a3
5
5
  SHA512:
6
- metadata.gz: 285bebc2912dfda97c99474e5a272a51c0959e7aea2c5739b051ccc3e661da69fca77960472d73e5acfc0d55d3cc5e7c8c56a4b48dd2a032abb0010150b8d2a5
7
- data.tar.gz: 7e11cbeeba65c6e6735c28f3c9b2262a71a8c7a6991d6c5cc31679d2a8062fde7c825e79ea2ca07894328eccc78d58f441c57f2f7d1ebb5c447c573010c4b779
6
+ metadata.gz: 73fdd6e6a8fbac8f9a2d11bc3e6d3647b9db0d14bd5f563959a2fb20fb64f5d228c650f439be5fccceda5250cc2572a4c09bde2a437165c3e29e5291b0f0c97a
7
+ data.tar.gz: 518259a2c96148552ef476ad9b223ec35186dc87a8bb2b41c58503cfb5eab09bebb5a3b7813062ab58518fdc405f0f7a9397da17c910929e2beec983fa3e54da
@@ -21,6 +21,7 @@ module RailsInformant
21
21
  private
22
22
 
23
23
  def record_exception(exception, env:)
24
+ return if RailsInformant.ignored_exception?(exception)
24
25
  return if RailsInformant.already_captured?(exception)
25
26
  RailsInformant.mark_captured!(exception)
26
27
  ErrorRecorder.record(exception, env: env)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-informant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel López Prat