airbrake 5.7.0.rc.1 → 5.7.0
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 +4 -4
- data/lib/airbrake/version.rb +1 -1
- data/lib/generators/airbrake_initializer.rb.erb +5 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 83fccebc6797ffa21e1c7f46ad14f150ab217f9f
|
|
4
|
+
data.tar.gz: 608b7de8a0584830be57c3b7ab382a5882598bde
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '06881217857c0f24d3afedbfe2eefb5b53c40aaa2b37831115b96ba57d54190d87dd88c6bd37f1f7de5e453bf9e77a3208b2bb9e25da048fee4e4cea879fc405'
|
|
7
|
+
data.tar.gz: 678495fc0a9528b6ce8ede5e7f3cc2c07fffc8d63352665e78e8b3dfbc7dac940981530253cb29a55cff4ebf37e62b58c8ea801ba76ce4296a8fcc206ce93d6f
|
data/lib/airbrake/version.rb
CHANGED
|
@@ -60,6 +60,11 @@ Airbrake.configure do |c|
|
|
|
60
60
|
# c.blacklist_keys = Rails.application.config.filter_parameters
|
|
61
61
|
end
|
|
62
62
|
|
|
63
|
+
# A filter that collects request body information. Enable it if you are sure you
|
|
64
|
+
# don't send sensitive information to Airbrake in your body (such as passwords).
|
|
65
|
+
# https://github.com/airbrake/airbrake#requestbodyfilter
|
|
66
|
+
# Airbrake.add_filter(Airbrake::Rack::RequestBodyFilter.new)
|
|
67
|
+
|
|
63
68
|
# If Airbrake doesn't send any expected exceptions, we suggest to uncomment the
|
|
64
69
|
# line below. It might simplify debugging of background Airbrake workers, which
|
|
65
70
|
# can silently die.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: airbrake
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.7.0
|
|
4
|
+
version: 5.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Airbrake Technologies, Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-01-
|
|
11
|
+
date: 2017-01-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: airbrake-ruby
|
|
@@ -257,9 +257,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
257
257
|
version: '2.0'
|
|
258
258
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
259
259
|
requirements:
|
|
260
|
-
- - "
|
|
260
|
+
- - ">="
|
|
261
261
|
- !ruby/object:Gem::Version
|
|
262
|
-
version:
|
|
262
|
+
version: '0'
|
|
263
263
|
requirements: []
|
|
264
264
|
rubyforge_project:
|
|
265
265
|
rubygems_version: 2.6.8
|