eivo-rails-api 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/eivo/concerns/resource.rb +0 -4
- data/config/initializers/sentry.rb +6 -0
- data/eivo-rails-api.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0d11c35c09fde24bffbbb0a5e3e2f0bd2d72b2a1
|
4
|
+
data.tar.gz: c8920b59451954eeddfeaa9cbecd062594f8dbd4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f4e3ca3b6de990d7e3f3c483b6c4b54717645ef783baf9b39ae278e9b7e1153e18d35ae552e3ba9de8d3258e46d4c0e64511a5d55f22376809ff01e37d9b057
|
7
|
+
data.tar.gz: aad0820a78b88d6a50cc2df2371bc860ffd713262aafef00875f79aeae792f5b437c15171a7514f738983a3ff79c6ef3c8020b81b4101f1779fa85db5ba6d3c9
|
@@ -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-api.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eivo-rails-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
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-
|
11
|
+
date: 2019-07-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|