sentry-ruby 4.3.0 → 4.3.1
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/README.md +4 -4
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4699722aa8257fd08d1e3ecec1765538088bf3c3a2e24925fd48686f713284c5
|
|
4
|
+
data.tar.gz: a62e7133447d5245b237ee4bf7c0775e62f8f62e729ffcb13d6f2581aaf68eb0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 268cdfa364a00efdf99cc7f13638f2e79855b142507e52244b25038a036b88a5422e713763a36f983adc66fb067b6439fe691db0574b7417c84c371448303971
|
|
7
|
+
data.tar.gz: 8a3192b84569cb160dd9dbbc2d7b01047688779cbfe89ca6bc395c2ad135750fabaee04c1e329cb78d4d4d38f4e4da445481049ed3e87b4b936f5032082c1d2e
|
data/README.md
CHANGED
|
@@ -72,7 +72,7 @@ end
|
|
|
72
72
|
|
|
73
73
|
### Sentry doesn't report some kinds of data by default
|
|
74
74
|
|
|
75
|
-
**Sentry ignores some exceptions by default** - most of these are related to 404s parameter parsing errors. [For a complete list, see the `IGNORE_DEFAULT` constant](https://github.com/getsentry/sentry-ruby/blob/master/sentry-ruby/lib/sentry/configuration.rb#
|
|
75
|
+
**Sentry ignores some exceptions by default** - most of these are related to 404s parameter parsing errors. [For a complete list, see the `IGNORE_DEFAULT` constant](https://github.com/getsentry/sentry-ruby/blob/master/sentry-ruby/lib/sentry/configuration.rb#L151) and the integration gems' `IGNORE_DEFAULT`, like [`sentry-rails`'s](https://github.com/getsentry/sentry-ruby/blob/master/sentry-rails/lib/sentry/rails/configuration.rb#L12)
|
|
76
76
|
|
|
77
77
|
Sentry doesn't send personally identifiable information (pii) by default, such as request body, user ip or cookies. If you want those information to be sent, you can use the `send_default_pii` config option:
|
|
78
78
|
|
|
@@ -249,8 +249,8 @@ Sentry.capture_exception(exception, tags: {foo: "bar"})
|
|
|
249
249
|
|
|
250
250
|
## More Information
|
|
251
251
|
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
252
|
+
- [Documentation](https://docs.sentry.io/platforms/ruby/)
|
|
253
|
+
- [Bug Tracker](https://github.com/getsentry/sentry-ruby/issues)
|
|
254
|
+
- [Forum](https://forum.sentry.io/)
|
|
255
255
|
- [Discord](https://discord.gg/ez5KZN7)
|
|
256
256
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sentry-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.3.
|
|
4
|
+
version: 4.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sentry Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-03-
|
|
11
|
+
date: 2021-03-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sentry-ruby-core
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 4.3.
|
|
19
|
+
version: 4.3.1
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 4.3.
|
|
26
|
+
version: 4.3.1
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: faraday
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|