eivo-rails 0.0.1 → 0.0.2

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
  SHA1:
3
- metadata.gz: 4b0b26d128dd6c4795f2f6104c96023fb5a7d956
4
- data.tar.gz: e9b0b4250a33b6b6a08a7c9700afb9553f63092d
3
+ metadata.gz: 19736fcf7ff75794399519ef5c169b2c73b435ff
4
+ data.tar.gz: 41c77bb46237af542639f0b66c6d3d3c2649d022
5
5
  SHA512:
6
- metadata.gz: d05c3a87a47cbb98193da87fc5e581c89061797184aabdc47ca1628825a2efacc07a566a79c51f5cde67f911d1fbc2c216097b06246354611dfe7f19954b9f48
7
- data.tar.gz: d1cffbafa610b523041d31903c87a998f8f3677cf27612fc5cd06ec3060386e9b7bb334764f7272173bc1da9fdd4535c745d2a24135e2fca28b28cc6414a1194
6
+ metadata.gz: 7b5fe633fae1526f119798152cbd3a21586d09f04abc53ca9038c9d7cf883a454a87cc1103815ca00e5b78d87a1ab2aa2c640d5a50c715c858fdff529ddb7fa6
7
+ data.tar.gz: 3290a2a788f92660971218da9efacf681093e1313d2b79deebc5e871f1e93ff84506f4fbf1198436035ff3ee19b797fadd6cd6276426bd259fd88ce6dbc3ffbe
@@ -5,4 +5,10 @@ require 'raven'
5
5
  Raven.configure do |config|
6
6
  config.environments = %w[ staging production ]
7
7
  config.dsn = Rails.application.credentials.dig(:sentry, :dsn)
8
+ config.sanitize_fields = Rails.application.config.filter_parameters.map(&:to_s)
9
+
10
+ config.excluded_exceptions = [
11
+ 'ActionController::RoutingError',
12
+ 'ActionController::InvalidAuthenticityToken'
13
+ ]
8
14
  end
data/eivo-rails.gemspec CHANGED
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = 'eivo-rails'
5
- spec.version = '0.0.1'
5
+ spec.version = '0.0.2'
6
6
  spec.authors = ['Jonathan VUKOVICH-TRIBOUHARET']
7
7
  spec.email = ['jonathan@eivo.co']
8
8
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eivo-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan VUKOVICH-TRIBOUHARET
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-03 00:00:00.000000000 Z
11
+ date: 2019-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor