sentry-ruby 4.1.4 → 4.1.5.pre.beta.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- metadata +23 -59
- data/.craft.yml +0 -19
- data/.gitignore +0 -11
- data/.rspec +0 -3
- data/.travis.yml +0 -6
- data/CHANGELOG.md +0 -120
- data/CODE_OF_CONDUCT.md +0 -74
- data/Gemfile +0 -16
- data/Rakefile +0 -8
- data/bin/console +0 -14
- data/bin/setup +0 -8
- data/lib/sentry-ruby.rb +0 -190
- data/lib/sentry/background_worker.rb +0 -37
- data/lib/sentry/backtrace.rb +0 -126
- data/lib/sentry/benchmarks/benchmark_transport.rb +0 -14
- data/lib/sentry/breadcrumb.rb +0 -25
- data/lib/sentry/breadcrumb/sentry_logger.rb +0 -87
- data/lib/sentry/breadcrumb_buffer.rb +0 -47
- data/lib/sentry/client.rb +0 -96
- data/lib/sentry/configuration.rb +0 -396
- data/lib/sentry/core_ext/object/deep_dup.rb +0 -57
- data/lib/sentry/core_ext/object/duplicable.rb +0 -153
- data/lib/sentry/dsn.rb +0 -48
- data/lib/sentry/event.rb +0 -171
- data/lib/sentry/hub.rb +0 -143
- data/lib/sentry/integrable.rb +0 -24
- data/lib/sentry/interface.rb +0 -22
- data/lib/sentry/interfaces/exception.rb +0 -11
- data/lib/sentry/interfaces/request.rb +0 -113
- data/lib/sentry/interfaces/single_exception.rb +0 -14
- data/lib/sentry/interfaces/stacktrace.rb +0 -90
- data/lib/sentry/linecache.rb +0 -44
- data/lib/sentry/logger.rb +0 -20
- data/lib/sentry/rack.rb +0 -4
- data/lib/sentry/rack/capture_exceptions.rb +0 -68
- data/lib/sentry/rack/deprecations.rb +0 -19
- data/lib/sentry/rake.rb +0 -17
- data/lib/sentry/scope.rb +0 -210
- data/lib/sentry/span.rb +0 -133
- data/lib/sentry/transaction.rb +0 -157
- data/lib/sentry/transaction_event.rb +0 -29
- data/lib/sentry/transport.rb +0 -88
- data/lib/sentry/transport/configuration.rb +0 -21
- data/lib/sentry/transport/dummy_transport.rb +0 -14
- data/lib/sentry/transport/http_transport.rb +0 -62
- data/lib/sentry/utils/argument_checking_helper.rb +0 -11
- data/lib/sentry/utils/exception_cause_chain.rb +0 -20
- data/lib/sentry/utils/real_ip.rb +0 -70
- data/lib/sentry/utils/request_id.rb +0 -16
- data/lib/sentry/version.rb +0 -3
- data/sentry-ruby.gemspec +0 -27
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 86308e7f3445ce4567e7bf20e9d6d4ded1388fc8b1ddcb38a0b3e75d5c31952f
|
4
|
+
data.tar.gz: c02aa2dee269bf6d5be4518e3c7fdef9003bd57cac8fb80bdb165db81ac96351
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a72d696a63fbe3a766b6d44f75af5dc85dc6f401b3a197c7dbcca10bf13d69510961aa5cc382b3f05caba069b9188dd95abebb2b46fbdf790eb144ff6b85bae7
|
7
|
+
data.tar.gz: dd3cb8715eb0d69d29efa54373ee876182e1688f8bf05d03c7e987ee911995ea5e241720caa8d5b8bfb37adc3b73687a87e807c194f7421f286f6320adacd8f4
|
data/README.md
CHANGED
@@ -65,7 +65,7 @@ end
|
|
65
65
|
|
66
66
|
### Sentry doesn't report some kinds of data by default
|
67
67
|
|
68
|
-
**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#L118) and the integration gems' `IGNORE_DEFAULT`, like [`sentry-rails`'s](https://github.com/getsentry/sentry-ruby/blob/
|
68
|
+
**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#L118) 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)
|
69
69
|
|
70
70
|
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:
|
71
71
|
|
metadata
CHANGED
@@ -1,15 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sentry-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.1.
|
4
|
+
version: 4.1.5.pre.beta.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sentry Team
|
8
8
|
autorequire:
|
9
|
-
bindir:
|
9
|
+
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-01-
|
11
|
+
date: 2021-01-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: sentry-ruby-core
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - '='
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 4.1.5.pre.beta.0
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - '='
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 4.1.5.pre.beta.0
|
13
27
|
- !ruby/object:Gem::Dependency
|
14
28
|
name: faraday
|
15
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -52,65 +66,15 @@ extra_rdoc_files:
|
|
52
66
|
- README.md
|
53
67
|
- LICENSE.txt
|
54
68
|
files:
|
55
|
-
- ".craft.yml"
|
56
|
-
- ".gitignore"
|
57
|
-
- ".rspec"
|
58
|
-
- ".travis.yml"
|
59
|
-
- CHANGELOG.md
|
60
|
-
- CODE_OF_CONDUCT.md
|
61
|
-
- Gemfile
|
62
69
|
- LICENSE.txt
|
63
70
|
- README.md
|
64
|
-
-
|
65
|
-
- bin/console
|
66
|
-
- bin/setup
|
67
|
-
- lib/sentry-ruby.rb
|
68
|
-
- lib/sentry/background_worker.rb
|
69
|
-
- lib/sentry/backtrace.rb
|
70
|
-
- lib/sentry/benchmarks/benchmark_transport.rb
|
71
|
-
- lib/sentry/breadcrumb.rb
|
72
|
-
- lib/sentry/breadcrumb/sentry_logger.rb
|
73
|
-
- lib/sentry/breadcrumb_buffer.rb
|
74
|
-
- lib/sentry/client.rb
|
75
|
-
- lib/sentry/configuration.rb
|
76
|
-
- lib/sentry/core_ext/object/deep_dup.rb
|
77
|
-
- lib/sentry/core_ext/object/duplicable.rb
|
78
|
-
- lib/sentry/dsn.rb
|
79
|
-
- lib/sentry/event.rb
|
80
|
-
- lib/sentry/hub.rb
|
81
|
-
- lib/sentry/integrable.rb
|
82
|
-
- lib/sentry/interface.rb
|
83
|
-
- lib/sentry/interfaces/exception.rb
|
84
|
-
- lib/sentry/interfaces/request.rb
|
85
|
-
- lib/sentry/interfaces/single_exception.rb
|
86
|
-
- lib/sentry/interfaces/stacktrace.rb
|
87
|
-
- lib/sentry/linecache.rb
|
88
|
-
- lib/sentry/logger.rb
|
89
|
-
- lib/sentry/rack.rb
|
90
|
-
- lib/sentry/rack/capture_exceptions.rb
|
91
|
-
- lib/sentry/rack/deprecations.rb
|
92
|
-
- lib/sentry/rake.rb
|
93
|
-
- lib/sentry/scope.rb
|
94
|
-
- lib/sentry/span.rb
|
95
|
-
- lib/sentry/transaction.rb
|
96
|
-
- lib/sentry/transaction_event.rb
|
97
|
-
- lib/sentry/transport.rb
|
98
|
-
- lib/sentry/transport/configuration.rb
|
99
|
-
- lib/sentry/transport/dummy_transport.rb
|
100
|
-
- lib/sentry/transport/http_transport.rb
|
101
|
-
- lib/sentry/utils/argument_checking_helper.rb
|
102
|
-
- lib/sentry/utils/exception_cause_chain.rb
|
103
|
-
- lib/sentry/utils/real_ip.rb
|
104
|
-
- lib/sentry/utils/request_id.rb
|
105
|
-
- lib/sentry/version.rb
|
106
|
-
- sentry-ruby.gemspec
|
107
|
-
homepage: https://github.com/getsentry/raven-ruby
|
71
|
+
homepage: https://github.com/getsentry/sentry-ruby
|
108
72
|
licenses:
|
109
73
|
- Apache-2.0
|
110
74
|
metadata:
|
111
|
-
homepage_uri: https://github.com/getsentry/
|
112
|
-
source_code_uri: https://github.com/getsentry/
|
113
|
-
changelog_uri: https://github.com/getsentry/
|
75
|
+
homepage_uri: https://github.com/getsentry/sentry-ruby
|
76
|
+
source_code_uri: https://github.com/getsentry/sentry-ruby
|
77
|
+
changelog_uri: https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md
|
114
78
|
post_install_message:
|
115
79
|
rdoc_options: []
|
116
80
|
require_paths:
|
@@ -122,9 +86,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
122
86
|
version: '2.4'
|
123
87
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
124
88
|
requirements:
|
125
|
-
- - "
|
89
|
+
- - ">"
|
126
90
|
- !ruby/object:Gem::Version
|
127
|
-
version:
|
91
|
+
version: 1.3.1
|
128
92
|
requirements: []
|
129
93
|
rubygems_version: 3.0.3
|
130
94
|
signing_key:
|
data/.craft.yml
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
minVersion: '0.13.2'
|
2
|
-
github:
|
3
|
-
owner: getsentry
|
4
|
-
repo: sentry-ruby
|
5
|
-
changelogPolicy: simple
|
6
|
-
preReleaseCommand: ruby ../.scripts/bump-version.rb
|
7
|
-
releaseBranchPrefix: release-sentry-ruby
|
8
|
-
statusProvider:
|
9
|
-
name: github
|
10
|
-
artifactProvider:
|
11
|
-
name: github
|
12
|
-
targets:
|
13
|
-
- name: gem
|
14
|
-
- name: github
|
15
|
-
tagPrefix: sentry-ruby-v
|
16
|
-
- name: registry
|
17
|
-
type: sdk
|
18
|
-
config:
|
19
|
-
canonical: 'gem:sentry-ruby'
|
data/.gitignore
DELETED
data/.rspec
DELETED
data/.travis.yml
DELETED
data/CHANGELOG.md
DELETED
@@ -1,120 +0,0 @@
|
|
1
|
-
# Changelog
|
2
|
-
|
3
|
-
## 4.1.4
|
4
|
-
|
5
|
-
- Fix headers serialization for sentry-ruby [#1197](https://github.com/getsentry/sentry-ruby/pull/1197) (by @moofkit)
|
6
|
-
- Support capturing "sentry-trace" header from the middleware [#1205](https://github.com/getsentry/sentry-ruby/pull/1205)
|
7
|
-
- Document public APIs on the Sentry module [#1208](https://github.com/getsentry/sentry-ruby/pull/1208)
|
8
|
-
- Check the argument type of capture_exception and capture_event helpers [#1209](https://github.com/getsentry/sentry-ruby/pull/1209)
|
9
|
-
|
10
|
-
## 4.1.3
|
11
|
-
|
12
|
-
- rm reference to old constant (from Rails v2.2) [#1184](https://github.com/getsentry/sentry-ruby/pull/1184)
|
13
|
-
- Use copied env in events [#1186](https://github.com/getsentry/sentry-ruby/pull/1186)
|
14
|
-
- Fixes [#1183](https://github.com/getsentry/sentry-ruby/issues/1183)
|
15
|
-
- Refactor RequestInterface [#1187](https://github.com/getsentry/sentry-ruby/pull/1187)
|
16
|
-
- Supply event hint to async callback when possible [#1189](https://github.com/getsentry/sentry-ruby/pull/1189)
|
17
|
-
- Fixes [#1188](https://github.com/getsentry/sentry-ruby/issues/1188)
|
18
|
-
- Refactor stacktrace parsing and increase test coverage [#1190](https://github.com/getsentry/sentry-ruby/pull/1190)
|
19
|
-
- Sentry.send_event should also take a hint [#1192](https://github.com/getsentry/sentry-ruby/pull/1192)
|
20
|
-
|
21
|
-
## 4.1.2
|
22
|
-
|
23
|
-
- before_send callback shouldn't be applied to transaction events [#1167](https://github.com/getsentry/sentry-ruby/pull/1167)
|
24
|
-
- Transaction improvements [#1170](https://github.com/getsentry/sentry-ruby/pull/1170)
|
25
|
-
- Support Ruby 3 [#1172](https://github.com/getsentry/sentry-ruby/pull/1172)
|
26
|
-
- Add Integrable module [#1177](https://github.com/getsentry/sentry-ruby/pull/1177)
|
27
|
-
|
28
|
-
## 4.1.1
|
29
|
-
|
30
|
-
- Fix NoMethodError when sending is not allowed [#1161](https://github.com/getsentry/sentry-ruby/pull/1161)
|
31
|
-
- Add notification for users who still use deprecated middlewares [#1160](https://github.com/getsentry/sentry-ruby/pull/1160)
|
32
|
-
- Improve top-level api safety [#1162](https://github.com/getsentry/sentry-ruby/pull/1162)
|
33
|
-
|
34
|
-
## 4.1.0
|
35
|
-
|
36
|
-
- Separate rack integration [#1138](https://github.com/getsentry/sentry-ruby/pull/1138)
|
37
|
-
- Fixes [#1136](https://github.com/getsentry/sentry-ruby/pull/1136)
|
38
|
-
- Fix event sampling [#1144](https://github.com/getsentry/sentry-ruby/pull/1144)
|
39
|
-
- Merge & rename 2 Rack middlewares [#1147](https://github.com/getsentry/sentry-ruby/pull/1147)
|
40
|
-
- Fixes [#1153](https://github.com/getsentry/sentry-ruby/pull/1153)
|
41
|
-
- Removed `Sentry::Rack::Tracing` middleware and renamed `Sentry::Rack::CaptureException` to `Sentry::Rack::CaptureExceptions`.
|
42
|
-
- Deep-copy spans [#1148](https://github.com/getsentry/sentry-ruby/pull/1148)
|
43
|
-
- Move span recorder related code from Span to Transaction [#1149](https://github.com/getsentry/sentry-ruby/pull/1149)
|
44
|
-
- Check SDK initialization before running integrations [#1151](https://github.com/getsentry/sentry-ruby/pull/1151)
|
45
|
-
- Fixes [#1145](https://github.com/getsentry/sentry-ruby/pull/1145)
|
46
|
-
- Refactor transport [#1154](https://github.com/getsentry/sentry-ruby/pull/1154)
|
47
|
-
- Implement non-blocking event sending [#1155](https://github.com/getsentry/sentry-ruby/pull/1155)
|
48
|
-
- Added `background_worker_threads` configuration option.
|
49
|
-
|
50
|
-
### Noticeable Changes
|
51
|
-
|
52
|
-
#### Middleware Changes
|
53
|
-
|
54
|
-
`Sentry::Rack::Tracing` is now removed. And `Sentry::Rack::CaptureException` has been renamed to `Sentry::Rack::CaptureExceptions`.
|
55
|
-
|
56
|
-
#### Events Are Sent Asynchronously
|
57
|
-
|
58
|
-
`sentry-ruby` now sends events asynchronously by default. The functionality works like this:
|
59
|
-
|
60
|
-
1. When the SDK is initialized, a `Sentry::BackgroundWorker` will be initialized too.
|
61
|
-
2. When an event is passed to `Client#capture_event`, instead of sending it directly with `Client#send_event`, we'll let the worker do it.
|
62
|
-
3. The worker will have a number of threads. And the one of the idle threads will pick the job and call `Client#send_event`.
|
63
|
-
- If all the threads are busy, new jobs will be put into a queue, which has a limit of 30.
|
64
|
-
- If the queue size is exceeded, new events will be dropped.
|
65
|
-
|
66
|
-
However, if you still prefer to use your own async approach, that's totally fine. If you have `config.async` set, the worker won't initialize a thread pool and won't be used either.
|
67
|
-
|
68
|
-
This functionality also introduces a new `background_worker_threads` config option. It allows you to decide how many threads should the worker hold. By default, the value will be the number of the processors your machine has. For example, if your machine has 4 processors, the value would be 4.
|
69
|
-
|
70
|
-
Of course, you can always override the value to fit your use cases, like
|
71
|
-
|
72
|
-
```ruby
|
73
|
-
config.background_worker_threads = 5 # the worker will have 5 threads for sending events
|
74
|
-
```
|
75
|
-
|
76
|
-
You can also disable this new non-blocking behaviour by giving a `0` value:
|
77
|
-
|
78
|
-
```ruby
|
79
|
-
config.background_worker_threads = 0 # all events will be sent synchronously
|
80
|
-
```
|
81
|
-
|
82
|
-
## 4.0.1
|
83
|
-
|
84
|
-
- Add rake integration: [1137](https://github.com/getsentry/sentry-ruby/pull/1137)
|
85
|
-
- Make Event's interfaces accessible: [1135](https://github.com/getsentry/sentry-ruby/pull/1135)
|
86
|
-
- ActiveSupportLogger should only record events that has a started time: [1132](https://github.com/getsentry/sentry-ruby/pull/1132)
|
87
|
-
|
88
|
-
## 4.0.0
|
89
|
-
|
90
|
-
- Only documents update for the official release and no API/feature changes.
|
91
|
-
|
92
|
-
## 0.3.0
|
93
|
-
|
94
|
-
- Major API changes: [1123](https://github.com/getsentry/sentry-ruby/pull/1123)
|
95
|
-
- Support event hint: [1122](https://github.com/getsentry/sentry-ruby/pull/1122)
|
96
|
-
- Add request-id tag to events: [1120](https://github.com/getsentry/sentry-ruby/pull/1120) (by @tvec)
|
97
|
-
|
98
|
-
## 0.2.0
|
99
|
-
|
100
|
-
- Multiple fixes and refactorings
|
101
|
-
- Tracing support
|
102
|
-
|
103
|
-
## 0.1.3
|
104
|
-
|
105
|
-
Fix require reference
|
106
|
-
|
107
|
-
## 0.1.2
|
108
|
-
|
109
|
-
- Fix: Fix async callback [1098](https://github.com/getsentry/sentry-ruby/pull/1098)
|
110
|
-
- Refactor: Some code cleanup [1100](https://github.com/getsentry/sentry-ruby/pull/1100)
|
111
|
-
- Refactor: Remove Event options [1101](https://github.com/getsentry/sentry-ruby/pull/1101)
|
112
|
-
|
113
|
-
## 0.1.1
|
114
|
-
|
115
|
-
- Feature: Allow passing custom scope to Hub#capture* helpers [1086](https://github.com/getsentry/sentry-ruby/pull/1086)
|
116
|
-
|
117
|
-
## 0.1.0
|
118
|
-
|
119
|
-
First version
|
120
|
-
|
data/CODE_OF_CONDUCT.md
DELETED
@@ -1,74 +0,0 @@
|
|
1
|
-
# Contributor Covenant Code of Conduct
|
2
|
-
|
3
|
-
## Our Pledge
|
4
|
-
|
5
|
-
In the interest of fostering an open and welcoming environment, we as
|
6
|
-
contributors and maintainers pledge to making participation in our project and
|
7
|
-
our community a harassment-free experience for everyone, regardless of age, body
|
8
|
-
size, disability, ethnicity, gender identity and expression, level of experience,
|
9
|
-
nationality, personal appearance, race, religion, or sexual identity and
|
10
|
-
orientation.
|
11
|
-
|
12
|
-
## Our Standards
|
13
|
-
|
14
|
-
Examples of behavior that contributes to creating a positive environment
|
15
|
-
include:
|
16
|
-
|
17
|
-
* Using welcoming and inclusive language
|
18
|
-
* Being respectful of differing viewpoints and experiences
|
19
|
-
* Gracefully accepting constructive criticism
|
20
|
-
* Focusing on what is best for the community
|
21
|
-
* Showing empathy towards other community members
|
22
|
-
|
23
|
-
Examples of unacceptable behavior by participants include:
|
24
|
-
|
25
|
-
* The use of sexualized language or imagery and unwelcome sexual attention or
|
26
|
-
advances
|
27
|
-
* Trolling, insulting/derogatory comments, and personal or political attacks
|
28
|
-
* Public or private harassment
|
29
|
-
* Publishing others' private information, such as a physical or electronic
|
30
|
-
address, without explicit permission
|
31
|
-
* Other conduct which could reasonably be considered inappropriate in a
|
32
|
-
professional setting
|
33
|
-
|
34
|
-
## Our Responsibilities
|
35
|
-
|
36
|
-
Project maintainers are responsible for clarifying the standards of acceptable
|
37
|
-
behavior and are expected to take appropriate and fair corrective action in
|
38
|
-
response to any instances of unacceptable behavior.
|
39
|
-
|
40
|
-
Project maintainers have the right and responsibility to remove, edit, or
|
41
|
-
reject comments, commits, code, wiki edits, issues, and other contributions
|
42
|
-
that are not aligned to this Code of Conduct, or to ban temporarily or
|
43
|
-
permanently any contributor for other behaviors that they deem inappropriate,
|
44
|
-
threatening, offensive, or harmful.
|
45
|
-
|
46
|
-
## Scope
|
47
|
-
|
48
|
-
This Code of Conduct applies both within project spaces and in public spaces
|
49
|
-
when an individual is representing the project or its community. Examples of
|
50
|
-
representing a project or community include using an official project e-mail
|
51
|
-
address, posting via an official social media account, or acting as an appointed
|
52
|
-
representative at an online or offline event. Representation of a project may be
|
53
|
-
further defined and clarified by project maintainers.
|
54
|
-
|
55
|
-
## Enforcement
|
56
|
-
|
57
|
-
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
58
|
-
reported by contacting the project team at stan001212@gmail.com. All
|
59
|
-
complaints will be reviewed and investigated and will result in a response that
|
60
|
-
is deemed necessary and appropriate to the circumstances. The project team is
|
61
|
-
obligated to maintain confidentiality with regard to the reporter of an incident.
|
62
|
-
Further details of specific enforcement policies may be posted separately.
|
63
|
-
|
64
|
-
Project maintainers who do not follow or enforce the Code of Conduct in good
|
65
|
-
faith may face temporary or permanent repercussions as determined by other
|
66
|
-
members of the project's leadership.
|
67
|
-
|
68
|
-
## Attribution
|
69
|
-
|
70
|
-
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
71
|
-
available at [https://contributor-covenant.org/version/1/4][version]
|
72
|
-
|
73
|
-
[homepage]: https://contributor-covenant.org
|
74
|
-
[version]: https://contributor-covenant.org/version/1/4/
|
data/Gemfile
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
source "https://rubygems.org"
|
2
|
-
|
3
|
-
# Specify your gem's dependencies in sentry-ruby.gemspec
|
4
|
-
gemspec
|
5
|
-
|
6
|
-
gem "rake", "~> 12.0"
|
7
|
-
gem "rspec", "~> 3.0"
|
8
|
-
gem "codecov", "0.2.12"
|
9
|
-
|
10
|
-
gem "pry"
|
11
|
-
gem "rack" unless ENV["WITHOUT_RACK"] == "1"
|
12
|
-
|
13
|
-
gem "benchmark-ips"
|
14
|
-
gem "benchmark_driver"
|
15
|
-
gem "benchmark-ipsa"
|
16
|
-
gem "benchmark-memory"
|
data/Rakefile
DELETED
data/bin/console
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
require "bundler/setup"
|
4
|
-
require "sentry/ruby"
|
5
|
-
|
6
|
-
# You can add fixtures and/or initialization code here to make experimenting
|
7
|
-
# with your gem easier. You can also use a different console, if you like.
|
8
|
-
|
9
|
-
# (If you use this, don't forget to add pry to your Gemfile!)
|
10
|
-
# require "pry"
|
11
|
-
# Pry.start
|
12
|
-
|
13
|
-
require "irb"
|
14
|
-
IRB.start(__FILE__)
|
data/bin/setup
DELETED
data/lib/sentry-ruby.rb
DELETED
@@ -1,190 +0,0 @@
|
|
1
|
-
require "forwardable"
|
2
|
-
require "time"
|
3
|
-
|
4
|
-
require "sentry/version"
|
5
|
-
require "sentry/core_ext/object/deep_dup"
|
6
|
-
require "sentry/utils/argument_checking_helper"
|
7
|
-
require "sentry/configuration"
|
8
|
-
require "sentry/logger"
|
9
|
-
require "sentry/event"
|
10
|
-
require "sentry/transaction_event"
|
11
|
-
require "sentry/span"
|
12
|
-
require "sentry/transaction"
|
13
|
-
require "sentry/hub"
|
14
|
-
require "sentry/background_worker"
|
15
|
-
|
16
|
-
def safely_require(lib)
|
17
|
-
begin
|
18
|
-
require lib
|
19
|
-
rescue LoadError
|
20
|
-
end
|
21
|
-
end
|
22
|
-
|
23
|
-
safely_require "sentry/rake"
|
24
|
-
safely_require "sentry/rack"
|
25
|
-
|
26
|
-
module Sentry
|
27
|
-
class Error < StandardError
|
28
|
-
end
|
29
|
-
|
30
|
-
META = { "name" => "sentry.ruby", "version" => Sentry::VERSION }.freeze
|
31
|
-
|
32
|
-
LOGGER_PROGNAME = "sentry".freeze
|
33
|
-
|
34
|
-
THREAD_LOCAL = :sentry_hub
|
35
|
-
|
36
|
-
def self.sdk_meta
|
37
|
-
META
|
38
|
-
end
|
39
|
-
|
40
|
-
def self.utc_now
|
41
|
-
Time.now.utc
|
42
|
-
end
|
43
|
-
|
44
|
-
class << self
|
45
|
-
# Returns a hash that contains all the integrations that have been registered to the main SDK.
|
46
|
-
def integrations
|
47
|
-
@integrations ||= {}
|
48
|
-
end
|
49
|
-
|
50
|
-
# Registers the SDK integration with its name and version.
|
51
|
-
def register_integration(name, version)
|
52
|
-
meta = { name: "sentry.ruby.#{name}", version: version }.freeze
|
53
|
-
integrations[name.to_s] = meta
|
54
|
-
end
|
55
|
-
end
|
56
|
-
|
57
|
-
class << self
|
58
|
-
extend Forwardable
|
59
|
-
|
60
|
-
def_delegators :get_current_client, :configuration, :send_event
|
61
|
-
def_delegators :get_current_scope, :set_tags, :set_extras, :set_user
|
62
|
-
|
63
|
-
attr_accessor :background_worker
|
64
|
-
|
65
|
-
def init(&block)
|
66
|
-
config = Configuration.new
|
67
|
-
yield(config)
|
68
|
-
client = Client.new(config)
|
69
|
-
scope = Scope.new
|
70
|
-
hub = Hub.new(client, scope)
|
71
|
-
Thread.current[THREAD_LOCAL] = hub
|
72
|
-
@main_hub = hub
|
73
|
-
@background_worker = Sentry::BackgroundWorker.new(config)
|
74
|
-
end
|
75
|
-
|
76
|
-
# Returns the main thread's active hub.
|
77
|
-
def get_main_hub
|
78
|
-
@main_hub
|
79
|
-
end
|
80
|
-
|
81
|
-
# Takes an instance of Sentry::Breadcrumb and stores it to the current active scope.
|
82
|
-
def add_breadcrumb(breadcrumb)
|
83
|
-
get_current_scope.breadcrumbs.record(breadcrumb)
|
84
|
-
end
|
85
|
-
|
86
|
-
# Returns the current active hub.
|
87
|
-
# If the current thread doesn't have an active hub, it will clone the main thread's active hub,
|
88
|
-
# stores it in the current thread, and then returns it.
|
89
|
-
def get_current_hub
|
90
|
-
# we need to assign a hub to the current thread if it doesn't have one yet
|
91
|
-
#
|
92
|
-
# ideally, we should do this proactively whenever a new thread is created
|
93
|
-
# but it's impossible for the SDK to keep track every new thread
|
94
|
-
# so we need to use this rather passive way to make sure the app doesn't crash
|
95
|
-
Thread.current[THREAD_LOCAL] || clone_hub_to_current_thread
|
96
|
-
end
|
97
|
-
|
98
|
-
# Returns the current active client.
|
99
|
-
def get_current_client
|
100
|
-
get_current_hub&.current_client
|
101
|
-
end
|
102
|
-
|
103
|
-
# Returns the current active scope.
|
104
|
-
def get_current_scope
|
105
|
-
get_current_hub&.current_scope
|
106
|
-
end
|
107
|
-
|
108
|
-
# Clones the main thread's active hub and stores it to the current thread.
|
109
|
-
def clone_hub_to_current_thread
|
110
|
-
Thread.current[THREAD_LOCAL] = get_main_hub.clone
|
111
|
-
end
|
112
|
-
|
113
|
-
# Takes a block and yields the current active scope.
|
114
|
-
#
|
115
|
-
# ```ruby
|
116
|
-
# Sentry.configure_scope do |scope|
|
117
|
-
# scope.set_tags(foo: "bar")
|
118
|
-
# end
|
119
|
-
#
|
120
|
-
# Sentry.capture_message("test message") # this event will have tags { foo: "bar" }
|
121
|
-
# ```
|
122
|
-
#
|
123
|
-
def configure_scope(&block)
|
124
|
-
get_current_hub&.configure_scope(&block)
|
125
|
-
end
|
126
|
-
|
127
|
-
# Takes a block and yields a temporary scope.
|
128
|
-
# The temporary scope will inherit all the attributes from the current active scope and replace it to be the active
|
129
|
-
# scope inside the block. For example:
|
130
|
-
#
|
131
|
-
# ```ruby
|
132
|
-
# Sentry.configure_scope do |scope|
|
133
|
-
# scope.set_tags(foo: "bar")
|
134
|
-
# end
|
135
|
-
#
|
136
|
-
# Sentry.capture_message("test message") # this event will have tags { foo: "bar" }
|
137
|
-
#
|
138
|
-
# Sentry.with_scope do |temp_scope|
|
139
|
-
# temp_scope.set_tags(foo: "baz")
|
140
|
-
# Sentry.capture_message("test message 2") # this event will have tags { foo: "baz" }
|
141
|
-
# end
|
142
|
-
#
|
143
|
-
# Sentry.capture_message("test message 3") # this event will have tags { foo: "bar" }
|
144
|
-
# ```
|
145
|
-
#
|
146
|
-
def with_scope(&block)
|
147
|
-
get_current_hub&.with_scope(&block)
|
148
|
-
end
|
149
|
-
|
150
|
-
# Takes an exception and reports it to Sentry via the currently active hub.
|
151
|
-
def capture_exception(exception, **options, &block)
|
152
|
-
get_current_hub&.capture_exception(exception, **options, &block)
|
153
|
-
end
|
154
|
-
|
155
|
-
# Takes a message string and reports it to Sentry via the currently active hub.
|
156
|
-
def capture_message(message, **options, &block)
|
157
|
-
get_current_hub&.capture_message(message, **options, &block)
|
158
|
-
end
|
159
|
-
|
160
|
-
# Takes an instance of Sentry::Event and dispatches it to the currently active hub.
|
161
|
-
def capture_event(event)
|
162
|
-
get_current_hub&.capture_event(event)
|
163
|
-
end
|
164
|
-
|
165
|
-
# Takes or initializes a new Sentry::Transaction and makes a sampling decision for it.
|
166
|
-
def start_transaction(**options)
|
167
|
-
get_current_hub&.start_transaction(**options)
|
168
|
-
end
|
169
|
-
|
170
|
-
# Returns the id of the lastly reported Sentry::Event.
|
171
|
-
def last_event_id
|
172
|
-
get_current_hub&.last_event_id
|
173
|
-
end
|
174
|
-
|
175
|
-
def sys_command(command)
|
176
|
-
result = `#{command} 2>&1` rescue nil
|
177
|
-
return if result.nil? || result.empty? || ($CHILD_STATUS && $CHILD_STATUS.exitstatus != 0)
|
178
|
-
|
179
|
-
result.strip
|
180
|
-
end
|
181
|
-
|
182
|
-
def initialized?
|
183
|
-
!!@main_hub
|
184
|
-
end
|
185
|
-
|
186
|
-
def logger
|
187
|
-
configuration.logger
|
188
|
-
end
|
189
|
-
end
|
190
|
-
end
|