sentry-opentelemetry 6.6.2 → 6.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/README.md +1 -1
- data/bin/test +15 -0
- data/gemfiles/ruby-2.7.gemfile.lock +164 -0
- data/gemfiles/ruby-3.0.gemfile.lock +187 -0
- data/gemfiles/ruby-3.1.gemfile.lock +243 -0
- data/gemfiles/ruby-3.2.gemfile.lock +237 -0
- data/gemfiles/ruby-3.3.gemfile.lock +238 -0
- data/gemfiles/ruby-3.4.gemfile.lock +239 -0
- data/gemfiles/ruby-4.0.gemfile.lock +239 -0
- data/gemfiles/ruby-jruby-9.4.14.0.gemfile.lock +195 -0
- data/lib/sentry/opentelemetry/version.rb +1 -1
- data/sentry-opentelemetry.gemspec +2 -2
- metadata +17 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7fdc6377550b58fc558b7852bf9d21ec92166e8a0d8bdf1a975e6b4759d9cf12
|
|
4
|
+
data.tar.gz: 76ab8b662738a88044f093c5cc4cfeea7231935b12c8e97a39b523972ba08777
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4040e1b4efbfb5d2b4570fba17bcf0db2f38d820fe43f50db4a255d222712bfa53086dd7971eef0e833fac153df32e610eeb17f18bfbf427f8577dd1b6def34
|
|
7
|
+
data.tar.gz: 63eed19d02da7527b7e7fa8842d9d594bc104542c1a4d79eab8aba34b3b73bad87bfd274d921547b0ec897925cfc2b71b0761a4d14dbe3a3386ffe11c4bad57e
|
data/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
[](https://rubygems.org/gems/sentry-opentelemetry)
|
|
14
|
-

|
|
15
15
|
[](https://codecov.io/gh/getsentry/sentry-ruby/branch/master)
|
|
16
16
|
[](https://rubygems.org/gems/sentry-opentelemetry/)
|
|
17
17
|
[](https://dependabot.com/compatibility-score.html?dependency-name=sentry-opentelemetry&package-manager=bundler&version-scheme=semver)
|
data/bin/test
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
#!/usr/bin/env bash
|
|
2
|
+
|
|
3
|
+
# Thin wrapper so you can run this gem's specs from inside its own directory:
|
|
4
|
+
# forwards to the repo-root bin/test scoped to this gem (--gem <thisgem>). All
|
|
5
|
+
# args pass through, so spec paths and flags work as documented there.
|
|
6
|
+
#
|
|
7
|
+
# bin/test # auto-pick the newest installed Ruby cell
|
|
8
|
+
# bin/test spec/.../foo_spec.rb # forward args to rspec
|
|
9
|
+
# bin/test --cell <path> # pin an exact cell
|
|
10
|
+
# bin/test --rake # run `bundle exec rake` like CI
|
|
11
|
+
#
|
|
12
|
+
# See `../../bin/test --help` for the full interface.
|
|
13
|
+
set -euo pipefail
|
|
14
|
+
gem_dir="$(cd "$(dirname "$0")/.." && pwd)"
|
|
15
|
+
exec "$(dirname "$gem_dir")/bin/test" --gem "$(basename "$gem_dir")" "$@"
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
GIT
|
|
2
|
+
remote: https://github.com/ruby/debug.git
|
|
3
|
+
revision: 6510cfbc7496c55ebbefa437a25c17ca58f7c5eb
|
|
4
|
+
specs:
|
|
5
|
+
debug (1.11.1)
|
|
6
|
+
irb (~> 1.10)
|
|
7
|
+
reline (>= 0.3.8)
|
|
8
|
+
|
|
9
|
+
PATH
|
|
10
|
+
remote: ../../sentry-ruby
|
|
11
|
+
specs:
|
|
12
|
+
sentry-ruby (6.6.2)
|
|
13
|
+
bigdecimal
|
|
14
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
15
|
+
logger
|
|
16
|
+
|
|
17
|
+
PATH
|
|
18
|
+
remote: ..
|
|
19
|
+
specs:
|
|
20
|
+
sentry-opentelemetry (6.6.2)
|
|
21
|
+
opentelemetry-sdk (~> 1.0)
|
|
22
|
+
sentry-ruby (~> 6.6.2)
|
|
23
|
+
|
|
24
|
+
GEM
|
|
25
|
+
remote: https://rubygems.org/
|
|
26
|
+
specs:
|
|
27
|
+
bigdecimal (4.1.2)
|
|
28
|
+
cgi (0.5.2)
|
|
29
|
+
concurrent-ruby (1.3.8)
|
|
30
|
+
date (3.5.1)
|
|
31
|
+
diff-lcs (1.6.2)
|
|
32
|
+
docile (1.4.1)
|
|
33
|
+
erb (4.0.4.1)
|
|
34
|
+
cgi (>= 0.3.3)
|
|
35
|
+
google-protobuf (3.25.8)
|
|
36
|
+
google-protobuf (3.25.8-aarch64-linux)
|
|
37
|
+
google-protobuf (3.25.8-x86_64-linux)
|
|
38
|
+
googleapis-common-protos-types (1.18.0)
|
|
39
|
+
google-protobuf (>= 3.18, < 5.a)
|
|
40
|
+
io-console (0.8.2)
|
|
41
|
+
irb (1.18.0)
|
|
42
|
+
pp (>= 0.6.0)
|
|
43
|
+
prism (>= 1.3.0)
|
|
44
|
+
rdoc (>= 4.0.0)
|
|
45
|
+
reline (>= 0.4.2)
|
|
46
|
+
logger (1.7.0)
|
|
47
|
+
opentelemetry-api (1.1.0)
|
|
48
|
+
opentelemetry-common (0.19.7)
|
|
49
|
+
opentelemetry-api (~> 1.0)
|
|
50
|
+
opentelemetry-exporter-otlp (0.24.2)
|
|
51
|
+
google-protobuf (~> 3.19)
|
|
52
|
+
googleapis-common-protos-types (~> 1.3)
|
|
53
|
+
opentelemetry-api (~> 1.1)
|
|
54
|
+
opentelemetry-common (~> 0.19.6)
|
|
55
|
+
opentelemetry-sdk (~> 1.2)
|
|
56
|
+
opentelemetry-semantic_conventions
|
|
57
|
+
opentelemetry-instrumentation-action_pack (0.5.0)
|
|
58
|
+
opentelemetry-api (~> 1.0)
|
|
59
|
+
opentelemetry-instrumentation-base (~> 0.21.0)
|
|
60
|
+
opentelemetry-instrumentation-rack (~> 0.21)
|
|
61
|
+
opentelemetry-instrumentation-action_view (0.4.0)
|
|
62
|
+
opentelemetry-api (~> 1.0)
|
|
63
|
+
opentelemetry-instrumentation-active_support (~> 0.1)
|
|
64
|
+
opentelemetry-instrumentation-base (~> 0.20)
|
|
65
|
+
opentelemetry-instrumentation-active_job (0.4.0)
|
|
66
|
+
opentelemetry-api (~> 1.0)
|
|
67
|
+
opentelemetry-instrumentation-base (~> 0.21.0)
|
|
68
|
+
opentelemetry-instrumentation-active_record (0.5.0)
|
|
69
|
+
opentelemetry-api (~> 1.0)
|
|
70
|
+
opentelemetry-instrumentation-base (~> 0.21.0)
|
|
71
|
+
ruby2_keywords
|
|
72
|
+
opentelemetry-instrumentation-active_support (0.3.0)
|
|
73
|
+
opentelemetry-api (~> 1.0)
|
|
74
|
+
opentelemetry-instrumentation-base (~> 0.21.0)
|
|
75
|
+
opentelemetry-instrumentation-base (0.21.1)
|
|
76
|
+
opentelemetry-api (~> 1.0)
|
|
77
|
+
opentelemetry-registry (~> 0.1)
|
|
78
|
+
opentelemetry-instrumentation-rack (0.22.1)
|
|
79
|
+
opentelemetry-api (~> 1.0)
|
|
80
|
+
opentelemetry-common (~> 0.19.3)
|
|
81
|
+
opentelemetry-instrumentation-base (~> 0.21.0)
|
|
82
|
+
opentelemetry-instrumentation-rails (0.25.0)
|
|
83
|
+
opentelemetry-api (~> 1.0)
|
|
84
|
+
opentelemetry-instrumentation-action_pack (~> 0.5.0)
|
|
85
|
+
opentelemetry-instrumentation-action_view (~> 0.4.0)
|
|
86
|
+
opentelemetry-instrumentation-active_job (~> 0.4.0)
|
|
87
|
+
opentelemetry-instrumentation-active_record (~> 0.5.0)
|
|
88
|
+
opentelemetry-instrumentation-active_support (~> 0.3.0)
|
|
89
|
+
opentelemetry-instrumentation-base (~> 0.21.0)
|
|
90
|
+
opentelemetry-registry (0.2.0)
|
|
91
|
+
opentelemetry-api (~> 1.1)
|
|
92
|
+
opentelemetry-sdk (1.2.1)
|
|
93
|
+
opentelemetry-api (~> 1.1)
|
|
94
|
+
opentelemetry-common (~> 0.19.3)
|
|
95
|
+
opentelemetry-registry (~> 0.2)
|
|
96
|
+
opentelemetry-semantic_conventions
|
|
97
|
+
opentelemetry-semantic_conventions (1.10.0)
|
|
98
|
+
opentelemetry-api (~> 1.0)
|
|
99
|
+
pp (0.6.4)
|
|
100
|
+
prettyprint
|
|
101
|
+
prettyprint (0.2.0)
|
|
102
|
+
prism (1.9.0)
|
|
103
|
+
psych (5.4.0)
|
|
104
|
+
date
|
|
105
|
+
stringio
|
|
106
|
+
rake (12.3.3)
|
|
107
|
+
rdoc (7.2.0)
|
|
108
|
+
erb
|
|
109
|
+
psych (>= 4.0.0)
|
|
110
|
+
tsort
|
|
111
|
+
reline (0.6.3)
|
|
112
|
+
io-console (~> 0.5)
|
|
113
|
+
rexml (3.4.1)
|
|
114
|
+
rspec (3.13.2)
|
|
115
|
+
rspec-core (~> 3.13.0)
|
|
116
|
+
rspec-expectations (~> 3.13.0)
|
|
117
|
+
rspec-mocks (~> 3.13.0)
|
|
118
|
+
rspec-core (3.13.6)
|
|
119
|
+
rspec-support (~> 3.13.0)
|
|
120
|
+
rspec-expectations (3.13.5)
|
|
121
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
122
|
+
rspec-support (~> 3.13.0)
|
|
123
|
+
rspec-mocks (3.13.8)
|
|
124
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
125
|
+
rspec-support (~> 3.13.0)
|
|
126
|
+
rspec-retry (0.6.2)
|
|
127
|
+
rspec-core (> 3.3)
|
|
128
|
+
rspec-support (3.13.7)
|
|
129
|
+
ruby2_keywords (0.0.5)
|
|
130
|
+
simplecov (0.22.0)
|
|
131
|
+
docile (~> 1.1)
|
|
132
|
+
simplecov-html (~> 0.11)
|
|
133
|
+
simplecov_json_formatter (~> 0.1)
|
|
134
|
+
simplecov-cobertura (3.2.0)
|
|
135
|
+
rexml
|
|
136
|
+
simplecov (~> 0.19)
|
|
137
|
+
simplecov-html (0.13.2)
|
|
138
|
+
simplecov_json_formatter (0.1.4)
|
|
139
|
+
stringio (3.2.0)
|
|
140
|
+
tsort (0.2.0)
|
|
141
|
+
|
|
142
|
+
PLATFORMS
|
|
143
|
+
aarch64-linux
|
|
144
|
+
ruby
|
|
145
|
+
x86_64-linux
|
|
146
|
+
|
|
147
|
+
DEPENDENCIES
|
|
148
|
+
cgi
|
|
149
|
+
debug!
|
|
150
|
+
irb
|
|
151
|
+
opentelemetry-exporter-otlp
|
|
152
|
+
opentelemetry-instrumentation-rails
|
|
153
|
+
opentelemetry-sdk
|
|
154
|
+
rake (~> 12.0)
|
|
155
|
+
rexml (= 3.4.1)
|
|
156
|
+
rspec
|
|
157
|
+
rspec-retry
|
|
158
|
+
sentry-opentelemetry!
|
|
159
|
+
sentry-ruby!
|
|
160
|
+
simplecov
|
|
161
|
+
simplecov-cobertura (~> 3.0)
|
|
162
|
+
|
|
163
|
+
BUNDLED WITH
|
|
164
|
+
2.4.22
|
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
GIT
|
|
2
|
+
remote: https://github.com/ruby/debug.git
|
|
3
|
+
revision: 6510cfbc7496c55ebbefa437a25c17ca58f7c5eb
|
|
4
|
+
specs:
|
|
5
|
+
debug (1.11.1)
|
|
6
|
+
irb (~> 1.10)
|
|
7
|
+
reline (>= 0.3.8)
|
|
8
|
+
|
|
9
|
+
PATH
|
|
10
|
+
remote: ../../sentry-ruby
|
|
11
|
+
specs:
|
|
12
|
+
sentry-ruby (6.6.2)
|
|
13
|
+
bigdecimal
|
|
14
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
15
|
+
logger
|
|
16
|
+
|
|
17
|
+
PATH
|
|
18
|
+
remote: ..
|
|
19
|
+
specs:
|
|
20
|
+
sentry-opentelemetry (6.6.2)
|
|
21
|
+
opentelemetry-sdk (~> 1.0)
|
|
22
|
+
sentry-ruby (~> 6.6.2)
|
|
23
|
+
|
|
24
|
+
GEM
|
|
25
|
+
remote: https://rubygems.org/
|
|
26
|
+
specs:
|
|
27
|
+
bigdecimal (4.1.2)
|
|
28
|
+
cgi (0.5.2)
|
|
29
|
+
concurrent-ruby (1.3.8)
|
|
30
|
+
date (3.5.1)
|
|
31
|
+
diff-lcs (1.6.2)
|
|
32
|
+
docile (1.4.1)
|
|
33
|
+
erb (4.0.4.1)
|
|
34
|
+
cgi (>= 0.3.3)
|
|
35
|
+
google-protobuf (3.25.8)
|
|
36
|
+
google-protobuf (3.25.8-aarch64-linux)
|
|
37
|
+
google-protobuf (3.25.8-arm64-darwin)
|
|
38
|
+
google-protobuf (3.25.8-x86-linux)
|
|
39
|
+
google-protobuf (3.25.8-x86_64-darwin)
|
|
40
|
+
google-protobuf (3.25.8-x86_64-linux)
|
|
41
|
+
googleapis-common-protos-types (1.19.0)
|
|
42
|
+
google-protobuf (>= 3.18, < 5.a)
|
|
43
|
+
io-console (0.8.2)
|
|
44
|
+
irb (1.18.0)
|
|
45
|
+
pp (>= 0.6.0)
|
|
46
|
+
prism (>= 1.3.0)
|
|
47
|
+
rdoc (>= 4.0.0)
|
|
48
|
+
reline (>= 0.4.2)
|
|
49
|
+
language_server-protocol (3.17.0.6)
|
|
50
|
+
logger (1.7.0)
|
|
51
|
+
opentelemetry-api (1.4.0)
|
|
52
|
+
opentelemetry-common (0.21.0)
|
|
53
|
+
opentelemetry-api (~> 1.0)
|
|
54
|
+
opentelemetry-exporter-otlp (0.29.1)
|
|
55
|
+
google-protobuf (>= 3.18)
|
|
56
|
+
googleapis-common-protos-types (~> 1.3)
|
|
57
|
+
opentelemetry-api (~> 1.1)
|
|
58
|
+
opentelemetry-common (~> 0.20)
|
|
59
|
+
opentelemetry-sdk (~> 1.2)
|
|
60
|
+
opentelemetry-semantic_conventions
|
|
61
|
+
opentelemetry-instrumentation-action_mailer (0.3.0)
|
|
62
|
+
opentelemetry-api (~> 1.0)
|
|
63
|
+
opentelemetry-instrumentation-active_support (~> 0.7)
|
|
64
|
+
opentelemetry-instrumentation-base (~> 0.22.1)
|
|
65
|
+
opentelemetry-instrumentation-action_pack (0.10.0)
|
|
66
|
+
opentelemetry-api (~> 1.0)
|
|
67
|
+
opentelemetry-instrumentation-base (~> 0.22.1)
|
|
68
|
+
opentelemetry-instrumentation-rack (~> 0.21)
|
|
69
|
+
opentelemetry-instrumentation-action_view (0.8.0)
|
|
70
|
+
opentelemetry-api (~> 1.0)
|
|
71
|
+
opentelemetry-instrumentation-active_support (~> 0.7)
|
|
72
|
+
opentelemetry-instrumentation-base (~> 0.22.1)
|
|
73
|
+
opentelemetry-instrumentation-active_job (0.7.8)
|
|
74
|
+
opentelemetry-api (~> 1.0)
|
|
75
|
+
opentelemetry-instrumentation-base (~> 0.22.1)
|
|
76
|
+
opentelemetry-instrumentation-active_record (0.8.1)
|
|
77
|
+
opentelemetry-api (~> 1.0)
|
|
78
|
+
opentelemetry-instrumentation-base (~> 0.22.1)
|
|
79
|
+
opentelemetry-instrumentation-active_support (0.7.0)
|
|
80
|
+
opentelemetry-api (~> 1.0)
|
|
81
|
+
opentelemetry-instrumentation-base (~> 0.22.1)
|
|
82
|
+
opentelemetry-instrumentation-base (0.22.6)
|
|
83
|
+
opentelemetry-api (~> 1.0)
|
|
84
|
+
opentelemetry-common (~> 0.21)
|
|
85
|
+
opentelemetry-registry (~> 0.1)
|
|
86
|
+
opentelemetry-instrumentation-concurrent_ruby (0.21.4)
|
|
87
|
+
opentelemetry-api (~> 1.0)
|
|
88
|
+
opentelemetry-instrumentation-base (~> 0.22.1)
|
|
89
|
+
opentelemetry-instrumentation-rack (0.25.0)
|
|
90
|
+
opentelemetry-api (~> 1.0)
|
|
91
|
+
opentelemetry-instrumentation-base (~> 0.22.1)
|
|
92
|
+
opentelemetry-instrumentation-rails (0.34.1)
|
|
93
|
+
opentelemetry-api (~> 1.0)
|
|
94
|
+
opentelemetry-instrumentation-action_mailer (~> 0.3.0)
|
|
95
|
+
opentelemetry-instrumentation-action_pack (~> 0.10.0)
|
|
96
|
+
opentelemetry-instrumentation-action_view (~> 0.8.0)
|
|
97
|
+
opentelemetry-instrumentation-active_job (~> 0.7.0)
|
|
98
|
+
opentelemetry-instrumentation-active_record (~> 0.8.0)
|
|
99
|
+
opentelemetry-instrumentation-active_support (~> 0.7.0)
|
|
100
|
+
opentelemetry-instrumentation-base (~> 0.22.1)
|
|
101
|
+
opentelemetry-instrumentation-concurrent_ruby (~> 0.21.4)
|
|
102
|
+
opentelemetry-registry (0.3.1)
|
|
103
|
+
opentelemetry-api (~> 1.1)
|
|
104
|
+
opentelemetry-sdk (1.7.0)
|
|
105
|
+
opentelemetry-api (~> 1.1)
|
|
106
|
+
opentelemetry-common (~> 0.20)
|
|
107
|
+
opentelemetry-registry (~> 0.2)
|
|
108
|
+
opentelemetry-semantic_conventions
|
|
109
|
+
opentelemetry-semantic_conventions (1.10.1)
|
|
110
|
+
opentelemetry-api (~> 1.0)
|
|
111
|
+
pp (0.6.4)
|
|
112
|
+
prettyprint
|
|
113
|
+
prettyprint (0.2.0)
|
|
114
|
+
prism (1.9.0)
|
|
115
|
+
psych (5.4.0)
|
|
116
|
+
date
|
|
117
|
+
stringio
|
|
118
|
+
rake (12.3.3)
|
|
119
|
+
rbs (3.6.1)
|
|
120
|
+
logger
|
|
121
|
+
rdoc (7.2.0)
|
|
122
|
+
erb
|
|
123
|
+
psych (>= 4.0.0)
|
|
124
|
+
tsort
|
|
125
|
+
reline (0.6.3)
|
|
126
|
+
io-console (~> 0.5)
|
|
127
|
+
rexml (3.4.1)
|
|
128
|
+
rspec (3.13.2)
|
|
129
|
+
rspec-core (~> 3.13.0)
|
|
130
|
+
rspec-expectations (~> 3.13.0)
|
|
131
|
+
rspec-mocks (~> 3.13.0)
|
|
132
|
+
rspec-core (3.13.6)
|
|
133
|
+
rspec-support (~> 3.13.0)
|
|
134
|
+
rspec-expectations (3.13.5)
|
|
135
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
136
|
+
rspec-support (~> 3.13.0)
|
|
137
|
+
rspec-mocks (3.13.8)
|
|
138
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
139
|
+
rspec-support (~> 3.13.0)
|
|
140
|
+
rspec-retry (0.6.2)
|
|
141
|
+
rspec-core (> 3.3)
|
|
142
|
+
rspec-support (3.13.7)
|
|
143
|
+
ruby-lsp (0.26.10)
|
|
144
|
+
language_server-protocol (~> 3.17.0)
|
|
145
|
+
prism (>= 1.2, < 2.0)
|
|
146
|
+
rbs (>= 3, < 5)
|
|
147
|
+
ruby-lsp-rspec (0.1.29)
|
|
148
|
+
ruby-lsp (~> 0.26.0)
|
|
149
|
+
simplecov (0.22.0)
|
|
150
|
+
docile (~> 1.1)
|
|
151
|
+
simplecov-html (~> 0.11)
|
|
152
|
+
simplecov_json_formatter (~> 0.1)
|
|
153
|
+
simplecov-cobertura (3.2.0)
|
|
154
|
+
rexml
|
|
155
|
+
simplecov (~> 0.19)
|
|
156
|
+
simplecov-html (0.13.2)
|
|
157
|
+
simplecov_json_formatter (0.1.4)
|
|
158
|
+
stringio (3.2.0)
|
|
159
|
+
tsort (0.2.0)
|
|
160
|
+
|
|
161
|
+
PLATFORMS
|
|
162
|
+
aarch64-linux
|
|
163
|
+
arm64-darwin
|
|
164
|
+
ruby
|
|
165
|
+
x86-linux
|
|
166
|
+
x86_64-darwin
|
|
167
|
+
x86_64-linux
|
|
168
|
+
|
|
169
|
+
DEPENDENCIES
|
|
170
|
+
cgi
|
|
171
|
+
debug!
|
|
172
|
+
irb
|
|
173
|
+
opentelemetry-exporter-otlp
|
|
174
|
+
opentelemetry-instrumentation-rails
|
|
175
|
+
opentelemetry-sdk
|
|
176
|
+
rake (~> 12.0)
|
|
177
|
+
rexml (= 3.4.1)
|
|
178
|
+
rspec
|
|
179
|
+
rspec-retry
|
|
180
|
+
ruby-lsp-rspec
|
|
181
|
+
sentry-opentelemetry!
|
|
182
|
+
sentry-ruby!
|
|
183
|
+
simplecov
|
|
184
|
+
simplecov-cobertura (~> 3.0)
|
|
185
|
+
|
|
186
|
+
BUNDLED WITH
|
|
187
|
+
2.5.23
|
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
GIT
|
|
2
|
+
remote: https://github.com/ruby/debug.git
|
|
3
|
+
revision: 6510cfbc7496c55ebbefa437a25c17ca58f7c5eb
|
|
4
|
+
specs:
|
|
5
|
+
debug (1.11.1)
|
|
6
|
+
irb (~> 1.10)
|
|
7
|
+
reline (>= 0.3.8)
|
|
8
|
+
|
|
9
|
+
PATH
|
|
10
|
+
remote: ../../sentry-ruby
|
|
11
|
+
specs:
|
|
12
|
+
sentry-ruby (6.6.2)
|
|
13
|
+
bigdecimal
|
|
14
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
15
|
+
logger
|
|
16
|
+
|
|
17
|
+
PATH
|
|
18
|
+
remote: ..
|
|
19
|
+
specs:
|
|
20
|
+
sentry-opentelemetry (6.6.2)
|
|
21
|
+
opentelemetry-sdk (~> 1.0)
|
|
22
|
+
sentry-ruby (~> 6.6.2)
|
|
23
|
+
|
|
24
|
+
GEM
|
|
25
|
+
remote: https://rubygems.org/
|
|
26
|
+
specs:
|
|
27
|
+
bigdecimal (4.1.2)
|
|
28
|
+
cgi (0.5.2)
|
|
29
|
+
concurrent-ruby (1.3.8)
|
|
30
|
+
date (3.5.1)
|
|
31
|
+
diff-lcs (1.6.2)
|
|
32
|
+
docile (1.4.1)
|
|
33
|
+
erb (4.0.4.1)
|
|
34
|
+
cgi (>= 0.3.3)
|
|
35
|
+
google-protobuf (3.25.8)
|
|
36
|
+
google-protobuf (3.25.8-aarch64-linux)
|
|
37
|
+
google-protobuf (3.25.8-arm64-darwin)
|
|
38
|
+
google-protobuf (3.25.8-x86-linux)
|
|
39
|
+
google-protobuf (3.25.8-x86_64-darwin)
|
|
40
|
+
google-protobuf (3.25.8-x86_64-linux)
|
|
41
|
+
googleapis-common-protos-types (1.20.0)
|
|
42
|
+
google-protobuf (>= 3.18, < 5.a)
|
|
43
|
+
io-console (0.8.2)
|
|
44
|
+
irb (1.18.0)
|
|
45
|
+
pp (>= 0.6.0)
|
|
46
|
+
prism (>= 1.3.0)
|
|
47
|
+
rdoc (>= 4.0.0)
|
|
48
|
+
reline (>= 0.4.2)
|
|
49
|
+
language_server-protocol (3.17.0.6)
|
|
50
|
+
logger (1.7.0)
|
|
51
|
+
opentelemetry-api (1.8.0)
|
|
52
|
+
logger
|
|
53
|
+
opentelemetry-common (0.23.0)
|
|
54
|
+
opentelemetry-api (~> 1.0)
|
|
55
|
+
opentelemetry-exporter-otlp (0.32.0)
|
|
56
|
+
google-protobuf (>= 3.18)
|
|
57
|
+
googleapis-common-protos-types (~> 1.3)
|
|
58
|
+
opentelemetry-api (~> 1.1)
|
|
59
|
+
opentelemetry-common (~> 0.20)
|
|
60
|
+
opentelemetry-sdk (~> 1.10)
|
|
61
|
+
opentelemetry-semantic_conventions
|
|
62
|
+
opentelemetry-instrumentation-action_mailer (0.5.0)
|
|
63
|
+
opentelemetry-instrumentation-active_support (~> 0.7)
|
|
64
|
+
opentelemetry-instrumentation-action_pack (0.14.1)
|
|
65
|
+
opentelemetry-instrumentation-rack (~> 0.21)
|
|
66
|
+
opentelemetry-instrumentation-action_view (0.10.0)
|
|
67
|
+
opentelemetry-instrumentation-active_support (~> 0.7)
|
|
68
|
+
opentelemetry-instrumentation-active_job (0.9.2)
|
|
69
|
+
opentelemetry-instrumentation-base (~> 0.24)
|
|
70
|
+
opentelemetry-instrumentation-active_record (0.10.1)
|
|
71
|
+
opentelemetry-instrumentation-base (~> 0.24)
|
|
72
|
+
opentelemetry-instrumentation-active_storage (0.2.0)
|
|
73
|
+
opentelemetry-instrumentation-active_support (~> 0.7)
|
|
74
|
+
opentelemetry-instrumentation-active_support (0.9.1)
|
|
75
|
+
opentelemetry-instrumentation-base (~> 0.24)
|
|
76
|
+
opentelemetry-instrumentation-base (0.24.0)
|
|
77
|
+
opentelemetry-api (~> 1.7)
|
|
78
|
+
opentelemetry-common (~> 0.21)
|
|
79
|
+
opentelemetry-registry (~> 0.1)
|
|
80
|
+
opentelemetry-instrumentation-concurrent_ruby (0.23.1)
|
|
81
|
+
opentelemetry-instrumentation-base (~> 0.24)
|
|
82
|
+
opentelemetry-instrumentation-rack (0.28.2)
|
|
83
|
+
opentelemetry-instrumentation-base (~> 0.24)
|
|
84
|
+
opentelemetry-instrumentation-rails (0.38.0)
|
|
85
|
+
opentelemetry-instrumentation-action_mailer (~> 0.4)
|
|
86
|
+
opentelemetry-instrumentation-action_pack (~> 0.13)
|
|
87
|
+
opentelemetry-instrumentation-action_view (~> 0.9)
|
|
88
|
+
opentelemetry-instrumentation-active_job (~> 0.8)
|
|
89
|
+
opentelemetry-instrumentation-active_record (~> 0.9)
|
|
90
|
+
opentelemetry-instrumentation-active_storage (~> 0.1)
|
|
91
|
+
opentelemetry-instrumentation-active_support (~> 0.8)
|
|
92
|
+
opentelemetry-instrumentation-concurrent_ruby (~> 0.22)
|
|
93
|
+
opentelemetry-registry (0.4.0)
|
|
94
|
+
opentelemetry-api (~> 1.1)
|
|
95
|
+
opentelemetry-sdk (1.10.0)
|
|
96
|
+
opentelemetry-api (~> 1.1)
|
|
97
|
+
opentelemetry-common (~> 0.20)
|
|
98
|
+
opentelemetry-registry (~> 0.2)
|
|
99
|
+
opentelemetry-semantic_conventions
|
|
100
|
+
opentelemetry-semantic_conventions (1.36.0)
|
|
101
|
+
opentelemetry-api (~> 1.0)
|
|
102
|
+
pp (0.6.4)
|
|
103
|
+
prettyprint
|
|
104
|
+
prettyprint (0.2.0)
|
|
105
|
+
prism (1.9.0)
|
|
106
|
+
psych (5.4.0)
|
|
107
|
+
date
|
|
108
|
+
stringio
|
|
109
|
+
rake (12.3.3)
|
|
110
|
+
rbs (3.10.4)
|
|
111
|
+
logger
|
|
112
|
+
tsort
|
|
113
|
+
rdoc (7.2.0)
|
|
114
|
+
erb
|
|
115
|
+
psych (>= 4.0.0)
|
|
116
|
+
tsort
|
|
117
|
+
reline (0.6.3)
|
|
118
|
+
io-console (~> 0.5)
|
|
119
|
+
rexml (3.4.1)
|
|
120
|
+
rspec (3.13.2)
|
|
121
|
+
rspec-core (~> 3.13.0)
|
|
122
|
+
rspec-expectations (~> 3.13.0)
|
|
123
|
+
rspec-mocks (~> 3.13.0)
|
|
124
|
+
rspec-core (3.13.6)
|
|
125
|
+
rspec-support (~> 3.13.0)
|
|
126
|
+
rspec-expectations (3.13.5)
|
|
127
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
128
|
+
rspec-support (~> 3.13.0)
|
|
129
|
+
rspec-mocks (3.13.8)
|
|
130
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
131
|
+
rspec-support (~> 3.13.0)
|
|
132
|
+
rspec-retry (0.6.2)
|
|
133
|
+
rspec-core (> 3.3)
|
|
134
|
+
rspec-support (3.13.7)
|
|
135
|
+
ruby-lsp (0.26.10)
|
|
136
|
+
language_server-protocol (~> 3.17.0)
|
|
137
|
+
prism (>= 1.2, < 2.0)
|
|
138
|
+
rbs (>= 3, < 5)
|
|
139
|
+
ruby-lsp-rspec (0.1.29)
|
|
140
|
+
ruby-lsp (~> 0.26.0)
|
|
141
|
+
simplecov (0.22.0)
|
|
142
|
+
docile (~> 1.1)
|
|
143
|
+
simplecov-html (~> 0.11)
|
|
144
|
+
simplecov_json_formatter (~> 0.1)
|
|
145
|
+
simplecov-cobertura (3.2.0)
|
|
146
|
+
rexml
|
|
147
|
+
simplecov (~> 0.19)
|
|
148
|
+
simplecov-html (0.13.2)
|
|
149
|
+
simplecov_json_formatter (0.1.4)
|
|
150
|
+
stringio (3.2.0)
|
|
151
|
+
tsort (0.2.0)
|
|
152
|
+
|
|
153
|
+
PLATFORMS
|
|
154
|
+
aarch64-linux
|
|
155
|
+
arm64-darwin
|
|
156
|
+
ruby
|
|
157
|
+
x86-linux
|
|
158
|
+
x86_64-darwin
|
|
159
|
+
x86_64-linux
|
|
160
|
+
x86_64-linux-gnu
|
|
161
|
+
|
|
162
|
+
DEPENDENCIES
|
|
163
|
+
cgi
|
|
164
|
+
debug!
|
|
165
|
+
irb
|
|
166
|
+
opentelemetry-exporter-otlp
|
|
167
|
+
opentelemetry-instrumentation-rails
|
|
168
|
+
opentelemetry-sdk
|
|
169
|
+
rake (~> 12.0)
|
|
170
|
+
rexml (= 3.4.1)
|
|
171
|
+
rspec
|
|
172
|
+
rspec-retry
|
|
173
|
+
ruby-lsp-rspec
|
|
174
|
+
sentry-opentelemetry!
|
|
175
|
+
sentry-ruby!
|
|
176
|
+
simplecov
|
|
177
|
+
simplecov-cobertura (~> 3.0)
|
|
178
|
+
|
|
179
|
+
CHECKSUMS
|
|
180
|
+
bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
|
|
181
|
+
cgi (0.5.2) sha256=61ca30298171190fd4fa0d8018e57ada456eae9b7a2b78526debf7f0a0e6f8bb
|
|
182
|
+
concurrent-ruby (1.3.8) sha256=b2f1be836e968ccc78ccfce277ea79c72a88633f22306782c16ff23fb415d1e1
|
|
183
|
+
date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
|
|
184
|
+
debug (1.11.1)
|
|
185
|
+
diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
|
|
186
|
+
docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
|
|
187
|
+
erb (4.0.4.1) sha256=47e2a70922ba4cec8c23c2304ad7e581665c37a297cb9a22a860162c7727ee24
|
|
188
|
+
google-protobuf (3.25.8) sha256=102c8500502e224a5daa7447bdd2c458a25a6c7b0bf5d8496a559ada131952b7
|
|
189
|
+
google-protobuf (3.25.8-aarch64-linux) sha256=5869d1a31f39ee3361e85f3ef3db0512c19f0e0c75cd69d7303c177e17590044
|
|
190
|
+
google-protobuf (3.25.8-arm64-darwin) sha256=e294affc4fb25c8bc7edd264f0ba490d42dce3afff08db1e08fb7bb44cc57488
|
|
191
|
+
google-protobuf (3.25.8-x86-linux) sha256=288ffaaec53c9f666582cd0a5d42395fea6b7c15458c1f9d64a295ca174c0233
|
|
192
|
+
google-protobuf (3.25.8-x86_64-darwin) sha256=9c9e8c1c760eeb314fd6bcba1b0fb1e64c473fc9e2040c8992df61874974c108
|
|
193
|
+
google-protobuf (3.25.8-x86_64-linux) sha256=07783d910635e2a60eaf929fe3e45ea4d657d023be3816bda99a21c14f7be959
|
|
194
|
+
googleapis-common-protos-types (1.20.0) sha256=5e374b06bcfc7e13556e7c0d87b99f1fa3d42de6396a1de3d8fc13aefb4dd07f
|
|
195
|
+
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
|
|
196
|
+
irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
|
|
197
|
+
language_server-protocol (3.17.0.6) sha256=5ef2c0c138f8267e1bc631d3328347d354f96724b0af22f2c79516120443b7f0
|
|
198
|
+
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
199
|
+
opentelemetry-api (1.8.0) sha256=3af51183daf0f56a164bc1579782245be70a40678566b9a393cbe5af28ea87c6
|
|
200
|
+
opentelemetry-common (0.23.0) sha256=da721190479d57bae0ad2207468f47f3e2c3b9a91024b5bc32c9d280183eb32c
|
|
201
|
+
opentelemetry-exporter-otlp (0.32.0) sha256=fd4c77a07bb96919e8ff8bbd19ed96d07cac1e368d8e920af2bf2ab02bfb1ec3
|
|
202
|
+
opentelemetry-instrumentation-action_mailer (0.5.0) sha256=c6b2311a6b687a0e7601c69a9c31ba7de2d35b9b82c5ed1a36dc0d5356c2386a
|
|
203
|
+
opentelemetry-instrumentation-action_pack (0.14.1) sha256=c6ec48256e33bc4d5ca22d65676476ed1b35db6071c7e4391fb3cd30ed2d5924
|
|
204
|
+
opentelemetry-instrumentation-action_view (0.10.0) sha256=da91f6e48286d3904246fbd9b445111471d46dd212206bb554914d679928b377
|
|
205
|
+
opentelemetry-instrumentation-active_job (0.9.2) sha256=b2c54bbf34950e05d39aa5fdde7df69d4c3b2390821aef43815a7e98f57fbdb8
|
|
206
|
+
opentelemetry-instrumentation-active_record (0.10.1) sha256=47fdd3dcc27d2c1a9335be7a393980a28eb532df127ab39966c8777e866d1afb
|
|
207
|
+
opentelemetry-instrumentation-active_storage (0.2.0) sha256=d8aff194b7469f3beb63a707d5fb3179fd24a02c84ee5ba4d428367e86764d66
|
|
208
|
+
opentelemetry-instrumentation-active_support (0.9.1) sha256=deab7f8583c30a50220452e2f5fa3e84d3f6eb5941f6f950d623a5e7db99b1e1
|
|
209
|
+
opentelemetry-instrumentation-base (0.24.0) sha256=38bc93fcb399bd3b06dcb04395ca617576de16cd1acc26594aec17529b2a0dab
|
|
210
|
+
opentelemetry-instrumentation-concurrent_ruby (0.23.1) sha256=b34f0f63b6396af6e35b2d2997d0edb66ad8f7e3918f0e3aed50bf1aa2c42801
|
|
211
|
+
opentelemetry-instrumentation-rack (0.28.2) sha256=f207d70fd23022ffa227fae0c24f81cd4975a61e879912029c7e713740a81e3d
|
|
212
|
+
opentelemetry-instrumentation-rails (0.38.0) sha256=c1aec7b854cfc873747495c4375cf8dbedbe2c30e2e86d44c0860bf993bdd1af
|
|
213
|
+
opentelemetry-registry (0.4.0) sha256=903fa6bfaa29eac1c1d73a4fdd29b850977b5353b84b8cdff11222c00ad2968f
|
|
214
|
+
opentelemetry-sdk (1.10.0) sha256=43719949be8df24dcaeb86ebbf75636cda87d51a01af2729499b92a48b80521a
|
|
215
|
+
opentelemetry-semantic_conventions (1.36.0) sha256=c1b1607dbc7853aac7f9e23f6e8b76969c45b07f2b812a4aa4383c19a3b0f617
|
|
216
|
+
pp (0.6.4) sha256=dfcb0fce700c41456265922884f9fe195d7fbb0674a3578e6c0f69588e82b570
|
|
217
|
+
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
|
|
218
|
+
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
|
|
219
|
+
psych (5.4.0) sha256=14f72d69a611af663d7d70e4a7b67d9eb1f3ae9f8d916b478961d5a0075ba5b7
|
|
220
|
+
rake (12.3.3) sha256=f7694adb4fe638da35452300cee6c545e9c377a0e3190018ac04d590b3c26ab3
|
|
221
|
+
rbs (3.10.4) sha256=b17d7c4be4bb31a11a3b529830f0aa206a807ca42f2e7921a3027dfc6b7e5ce8
|
|
222
|
+
rdoc (7.2.0) sha256=8650f76cd4009c3b54955eb5d7e3a075c60a57276766ebf36f9085e8c9f23192
|
|
223
|
+
reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
|
|
224
|
+
rexml (3.4.1) sha256=c74527a9a0a04b4ec31dbe0dc4ed6004b960af943d8db42e539edde3a871abca
|
|
225
|
+
rspec (3.13.2) sha256=206284a08ad798e61f86d7ca3e376718d52c0bc944626b2349266f239f820587
|
|
226
|
+
rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d
|
|
227
|
+
rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
|
|
228
|
+
rspec-mocks (3.13.8) sha256=086ad3d3d17533f4237643de0b5c42f04b66348c28bf6b9c2d3f4a3b01af1d47
|
|
229
|
+
rspec-retry (0.6.2) sha256=6101ba23a38809811ae3484acde4ab481c54d846ac66d5037ccb40131a60d858
|
|
230
|
+
rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
|
|
231
|
+
ruby-lsp (0.26.10) sha256=e67284af94423531f6b9a583350596421b5a6a4dd93083f1c2ba03da7c23bbed
|
|
232
|
+
ruby-lsp-rspec (0.1.29) sha256=798be579723376cd56b17d32373288fb1163e4cfe2024c7d068516a1cf214ee5
|
|
233
|
+
sentry-opentelemetry (6.6.2)
|
|
234
|
+
sentry-ruby (6.6.2)
|
|
235
|
+
simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
|
|
236
|
+
simplecov-cobertura (3.2.0) sha256=70d702658677fcb20e5aceb6915ccf8bc62ff2ccd38b62b3ad5c9db5c0888740
|
|
237
|
+
simplecov-html (0.13.2) sha256=bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246
|
|
238
|
+
simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
|
|
239
|
+
stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
|
|
240
|
+
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
|
|
241
|
+
|
|
242
|
+
BUNDLED WITH
|
|
243
|
+
2.6.9
|