sentry-ruby 5.19.0 → 5.20.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/lib/sentry/attachment.rb +3 -5
- data/lib/sentry/backtrace.rb +1 -3
- data/lib/sentry/baggage.rb +6 -6
- data/lib/sentry/breadcrumb/sentry_logger.rb +6 -6
- data/lib/sentry/check_in_event.rb +4 -4
- data/lib/sentry/client.rb +9 -9
- data/lib/sentry/configuration.rb +28 -13
- data/lib/sentry/core_ext/object/deep_dup.rb +1 -1
- data/lib/sentry/cron/monitor_check_ins.rb +1 -1
- data/lib/sentry/cron/monitor_config.rb +1 -1
- data/lib/sentry/dsn.rb +3 -3
- data/lib/sentry/envelope.rb +8 -8
- data/lib/sentry/event.rb +7 -7
- data/lib/sentry/graphql.rb +1 -1
- data/lib/sentry/hub.rb +8 -1
- data/lib/sentry/interfaces/mechanism.rb +1 -1
- data/lib/sentry/interfaces/request.rb +5 -5
- data/lib/sentry/interfaces/single_exception.rb +1 -1
- data/lib/sentry/interfaces/stacktrace.rb +3 -1
- data/lib/sentry/interfaces/stacktrace_builder.rb +15 -2
- data/lib/sentry/logger.rb +1 -1
- data/lib/sentry/metrics/aggregator.rb +12 -12
- data/lib/sentry/metrics/set_metric.rb +2 -2
- data/lib/sentry/metrics.rb +15 -15
- data/lib/sentry/net/http.rb +1 -1
- data/lib/sentry/profiler.rb +19 -20
- data/lib/sentry/propagation_context.rb +1 -1
- data/lib/sentry/rack/capture_exceptions.rb +1 -1
- data/lib/sentry/rack.rb +2 -2
- data/lib/sentry/rake.rb +2 -2
- data/lib/sentry/release_detector.rb +4 -4
- data/lib/sentry/scope.rb +1 -0
- data/lib/sentry/session_flusher.rb +1 -1
- data/lib/sentry/span.rb +6 -0
- data/lib/sentry/test_helper.rb +1 -1
- data/lib/sentry/transaction.rb +2 -2
- data/lib/sentry/transaction_event.rb +1 -1
- data/lib/sentry/transport/http_transport.rb +12 -12
- data/lib/sentry/transport.rb +4 -4
- data/lib/sentry/utils/env_helper.rb +21 -0
- data/lib/sentry/utils/real_ip.rb +1 -1
- data/lib/sentry/version.rb +1 -1
- data/lib/sentry-ruby.rb +1 -1
- data/sentry-ruby-core.gemspec +1 -1
- data/sentry-ruby.gemspec +1 -1
- metadata +9 -8
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: 5.
|
4
|
+
version: 5.20.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: 2024-
|
11
|
+
date: 2024-09-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: concurrent-ruby
|
@@ -135,6 +135,7 @@ files:
|
|
135
135
|
- lib/sentry/utils/argument_checking_helper.rb
|
136
136
|
- lib/sentry/utils/custom_inspection.rb
|
137
137
|
- lib/sentry/utils/encoding_helper.rb
|
138
|
+
- lib/sentry/utils/env_helper.rb
|
138
139
|
- lib/sentry/utils/exception_cause_chain.rb
|
139
140
|
- lib/sentry/utils/http_tracing.rb
|
140
141
|
- lib/sentry/utils/logging_helper.rb
|
@@ -143,15 +144,15 @@ files:
|
|
143
144
|
- lib/sentry/version.rb
|
144
145
|
- sentry-ruby-core.gemspec
|
145
146
|
- sentry-ruby.gemspec
|
146
|
-
homepage: https://github.com/getsentry/sentry-ruby/tree/5.
|
147
|
+
homepage: https://github.com/getsentry/sentry-ruby/tree/5.20.1/sentry-ruby
|
147
148
|
licenses:
|
148
149
|
- MIT
|
149
150
|
metadata:
|
150
|
-
homepage_uri: https://github.com/getsentry/sentry-ruby/tree/5.
|
151
|
-
source_code_uri: https://github.com/getsentry/sentry-ruby/tree/5.
|
152
|
-
changelog_uri: https://github.com/getsentry/sentry-ruby/blob/5.
|
151
|
+
homepage_uri: https://github.com/getsentry/sentry-ruby/tree/5.20.1/sentry-ruby
|
152
|
+
source_code_uri: https://github.com/getsentry/sentry-ruby/tree/5.20.1/sentry-ruby
|
153
|
+
changelog_uri: https://github.com/getsentry/sentry-ruby/blob/5.20.1/CHANGELOG.md
|
153
154
|
bug_tracker_uri: https://github.com/getsentry/sentry-ruby/issues
|
154
|
-
documentation_uri: http://www.rubydoc.info/gems/sentry-ruby/5.
|
155
|
+
documentation_uri: http://www.rubydoc.info/gems/sentry-ruby/5.20.1
|
155
156
|
post_install_message:
|
156
157
|
rdoc_options: []
|
157
158
|
require_paths:
|
@@ -167,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
167
168
|
- !ruby/object:Gem::Version
|
168
169
|
version: '0'
|
169
170
|
requirements: []
|
170
|
-
rubygems_version: 3.5.
|
171
|
+
rubygems_version: 3.5.16
|
171
172
|
signing_key:
|
172
173
|
specification_version: 4
|
173
174
|
summary: A gem that provides a client interface for the Sentry error logger
|