sentry-ruby-core 5.22.4 → 5.24.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.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sentry-ruby-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.22.4
4
+ version: 5.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sentry Team
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-06 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: sentry-ruby
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 5.22.4
18
+ version: 5.24.0
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - '='
24
24
  - !ruby/object:Gem::Version
25
- version: 5.22.4
25
+ version: 5.24.0
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: concurrent-ruby
28
28
  requirement: !ruby/object:Gem::Requirement
@@ -42,8 +42,8 @@ email: accounts@sentry.io
42
42
  executables: []
43
43
  extensions: []
44
44
  extra_rdoc_files:
45
- - README.md
46
45
  - LICENSE.txt
46
+ - README.md
47
47
  files:
48
48
  - ".gitignore"
49
49
  - ".rspec"
@@ -95,6 +95,8 @@ files:
95
95
  - lib/sentry/interfaces/stacktrace_builder.rb
96
96
  - lib/sentry/interfaces/threads.rb
97
97
  - lib/sentry/linecache.rb
98
+ - lib/sentry/log_event.rb
99
+ - lib/sentry/log_event_buffer.rb
98
100
  - lib/sentry/logger.rb
99
101
  - lib/sentry/metrics.rb
100
102
  - lib/sentry/metrics/aggregator.rb
@@ -121,6 +123,7 @@ files:
121
123
  - lib/sentry/session.rb
122
124
  - lib/sentry/session_flusher.rb
123
125
  - lib/sentry/span.rb
126
+ - lib/sentry/structured_logger.rb
124
127
  - lib/sentry/test_helper.rb
125
128
  - lib/sentry/threaded_periodic_worker.rb
126
129
  - lib/sentry/transaction.rb
@@ -139,6 +142,7 @@ files:
139
142
  - lib/sentry/utils/logging_helper.rb
140
143
  - lib/sentry/utils/real_ip.rb
141
144
  - lib/sentry/utils/request_id.rb
145
+ - lib/sentry/utils/uuid.rb
142
146
  - lib/sentry/vernier/output.rb
143
147
  - lib/sentry/vernier/profiler.rb
144
148
  - lib/sentry/version.rb
@@ -165,7 +169,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
165
169
  - !ruby/object:Gem::Version
166
170
  version: '0'
167
171
  requirements: []
168
- rubygems_version: 3.6.2
172
+ rubygems_version: 3.6.7
169
173
  specification_version: 4
170
174
  summary: A gem that provides a client interface for the Sentry error logger
171
175
  test_files: []