alchemrest-sentry 1.0.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.
Files changed (122) hide show
  1. checksums.yaml +7 -0
  2. data/.rspec +3 -0
  3. data/.rubocop.yml +22 -0
  4. data/.rubocop_todo.yml +20 -0
  5. data/.ruby-version +1 -0
  6. data/Appraisals +9 -0
  7. data/Gemfile +8 -0
  8. data/Gemfile.lock +385 -0
  9. data/README.md +30 -0
  10. data/Rakefile +29 -0
  11. data/alchemrest-sentry.gemspec +53 -0
  12. data/coach.yml +5 -0
  13. data/gemfiles/rails_7_0.gemfile.lock +341 -0
  14. data/gemfiles/rails_7_2.gemfile +8 -0
  15. data/gemfiles/rails_7_2.gemfile.lock +376 -0
  16. data/gemfiles/rails_8_0.gemfile +8 -0
  17. data/gemfiles/rails_8_0.gemfile.lock +377 -0
  18. data/lib/alchemrest/sentry/version.rb +7 -0
  19. data/lib/alchemrest/sentry.rb +54 -0
  20. data/lib/alchemrest_sentry.rb +5 -0
  21. data/mutant.yml +16 -0
  22. data/sorbet/config +5 -0
  23. data/sorbet/rbi/gems/.gitattributes +1 -0
  24. data/sorbet/rbi/gems/abstract_type@0.0.7.rbi +41 -0
  25. data/sorbet/rbi/gems/actionpack@8.0.2.rbi +9 -0
  26. data/sorbet/rbi/gems/actionview@8.0.2.rbi +9 -0
  27. data/sorbet/rbi/gems/activemodel@8.0.2.rbi +2891 -0
  28. data/sorbet/rbi/gems/activesupport@8.0.2.rbi +9301 -0
  29. data/sorbet/rbi/gems/adamantium@0.2.0.rbi +144 -0
  30. data/sorbet/rbi/gems/addressable@2.8.7.rbi +779 -0
  31. data/sorbet/rbi/gems/alchemrest@3.1.0.rbi +2455 -0
  32. data/sorbet/rbi/gems/anima@0.3.2.rbi +103 -0
  33. data/sorbet/rbi/gems/ast@2.4.3.rbi +107 -0
  34. data/sorbet/rbi/gems/base64@0.3.0.rbi +52 -0
  35. data/sorbet/rbi/gems/benchmark@0.4.1.rbi +147 -0
  36. data/sorbet/rbi/gems/bigdecimal@3.2.0.rbi +29 -0
  37. data/sorbet/rbi/gems/builder@3.3.0.rbi +9 -0
  38. data/sorbet/rbi/gems/circuitbox@2.0.0.rbi +297 -0
  39. data/sorbet/rbi/gems/concord@0.1.6.rbi +51 -0
  40. data/sorbet/rbi/gems/concurrent-ruby@1.3.5.rbi +4716 -0
  41. data/sorbet/rbi/gems/connection_pool@2.5.3.rbi +9 -0
  42. data/sorbet/rbi/gems/crack@1.0.0.rbi +110 -0
  43. data/sorbet/rbi/gems/crass@1.0.6.rbi +9 -0
  44. data/sorbet/rbi/gems/date@3.4.1.rbi +58 -0
  45. data/sorbet/rbi/gems/drb@2.2.3.rbi +639 -0
  46. data/sorbet/rbi/gems/equalizer@0.0.11.rbi +38 -0
  47. data/sorbet/rbi/gems/erb@5.0.1.rbi +306 -0
  48. data/sorbet/rbi/gems/erubi@1.13.1.rbi +85 -0
  49. data/sorbet/rbi/gems/faraday-net_http@3.4.2.rbi +143 -0
  50. data/sorbet/rbi/gems/faraday@2.14.1.rbi +1797 -0
  51. data/sorbet/rbi/gems/hansi@0.2.1.rbi +392 -0
  52. data/sorbet/rbi/gems/hashdiff@1.2.0.rbi +174 -0
  53. data/sorbet/rbi/gems/i18n@1.14.7.rbi +1328 -0
  54. data/sorbet/rbi/gems/ice_nine@0.11.2.rbi +145 -0
  55. data/sorbet/rbi/gems/io-console@0.8.0.rbi +9 -0
  56. data/sorbet/rbi/gems/json@2.18.1.rbi +363 -0
  57. data/sorbet/rbi/gems/language_server-protocol@3.17.0.5.rbi +9 -0
  58. data/sorbet/rbi/gems/lint_roller@1.1.0.rbi +103 -0
  59. data/sorbet/rbi/gems/logger@1.7.0.rbi +260 -0
  60. data/sorbet/rbi/gems/loofah@2.24.1.rbi +9 -0
  61. data/sorbet/rbi/gems/memoizable@0.4.2.rbi +131 -0
  62. data/sorbet/rbi/gems/memosa@0.8.3.rbi +185 -0
  63. data/sorbet/rbi/gems/minitest@5.25.5.rbi +824 -0
  64. data/sorbet/rbi/gems/money@6.19.0.rbi +815 -0
  65. data/sorbet/rbi/gems/morpher@0.4.2.rbi +388 -0
  66. data/sorbet/rbi/gems/mprelude@0.1.0.rbi +140 -0
  67. data/sorbet/rbi/gems/multi_json@1.15.0.rbi +180 -0
  68. data/sorbet/rbi/gems/mustermann-contrib@3.0.3.rbi +658 -0
  69. data/sorbet/rbi/gems/mustermann@3.0.3.rbi +809 -0
  70. data/sorbet/rbi/gems/net-http@0.9.1.rbi +1012 -0
  71. data/sorbet/rbi/gems/netrc@0.11.0.rbi +112 -0
  72. data/sorbet/rbi/gems/nokogiri@1.19.1.rbi +9 -0
  73. data/sorbet/rbi/gems/parallel@1.27.0.rbi +234 -0
  74. data/sorbet/rbi/gems/parser@3.3.8.0.rbi +4883 -0
  75. data/sorbet/rbi/gems/pp@0.6.2.rbi +176 -0
  76. data/sorbet/rbi/gems/prettyprint@0.2.0.rbi +155 -0
  77. data/sorbet/rbi/gems/prism@1.4.0.rbi +26357 -0
  78. data/sorbet/rbi/gems/procto@0.0.3.rbi +9 -0
  79. data/sorbet/rbi/gems/psych@5.2.6.rbi +1173 -0
  80. data/sorbet/rbi/gems/public_suffix@6.0.2.rbi +267 -0
  81. data/sorbet/rbi/gems/racc@1.8.1.rbi +122 -0
  82. data/sorbet/rbi/gems/rack-session@2.1.1.rbi +9 -0
  83. data/sorbet/rbi/gems/rack-test@2.2.0.rbi +9 -0
  84. data/sorbet/rbi/gems/rack@3.1.20.rbi +2801 -0
  85. data/sorbet/rbi/gems/rackup@2.2.1.rbi +132 -0
  86. data/sorbet/rbi/gems/rails-dom-testing@2.3.0.rbi +9 -0
  87. data/sorbet/rbi/gems/rails-html-sanitizer@1.6.2.rbi +9 -0
  88. data/sorbet/rbi/gems/railties@8.0.2.rbi +568 -0
  89. data/sorbet/rbi/gems/rainbow@3.1.1.rbi +333 -0
  90. data/sorbet/rbi/gems/rake@13.3.0.rbi +1955 -0
  91. data/sorbet/rbi/gems/rbi@0.3.3.rbi +4551 -0
  92. data/sorbet/rbi/gems/rbs@3.9.4.rbi +5583 -0
  93. data/sorbet/rbi/gems/rdoc@6.14.0.rbi +6843 -0
  94. data/sorbet/rbi/gems/regexp_parser@2.11.3.rbi +3020 -0
  95. data/sorbet/rbi/gems/reline@0.6.1.rbi +9 -0
  96. data/sorbet/rbi/gems/rexml@3.4.1.rbi +1931 -0
  97. data/sorbet/rbi/gems/rubocop-ast@1.44.1.rbi +5236 -0
  98. data/sorbet/rbi/gems/rubocop@1.75.8.rbi +32674 -0
  99. data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +980 -0
  100. data/sorbet/rbi/gems/ruby2_keywords@0.0.5.rbi +9 -0
  101. data/sorbet/rbi/gems/securerandom@0.4.1.rbi +33 -0
  102. data/sorbet/rbi/gems/sentry-ruby@5.24.0.rbi +4076 -0
  103. data/sorbet/rbi/gems/spoom@1.6.3.rbi +4612 -0
  104. data/sorbet/rbi/gems/stringio@3.1.7.rbi +9 -0
  105. data/sorbet/rbi/gems/tapioca@0.16.11.rbi +3417 -0
  106. data/sorbet/rbi/gems/thor@1.4.0.rbi +2015 -0
  107. data/sorbet/rbi/gems/thread_safe@0.3.6.rbi +711 -0
  108. data/sorbet/rbi/gems/timeout@0.4.3.rbi +80 -0
  109. data/sorbet/rbi/gems/tzinfo@2.0.6.rbi +1677 -0
  110. data/sorbet/rbi/gems/unicode-display_width@3.1.4.rbi +106 -0
  111. data/sorbet/rbi/gems/unicode-emoji@4.0.4.rbi +178 -0
  112. data/sorbet/rbi/gems/uri@1.1.1.rbi +760 -0
  113. data/sorbet/rbi/gems/useragent@0.16.11.rbi +9 -0
  114. data/sorbet/rbi/gems/webmock@3.25.1.rbi +1368 -0
  115. data/sorbet/rbi/gems/yard-sorbet@0.9.0.rbi +345 -0
  116. data/sorbet/rbi/gems/yard@0.9.37.rbi +8762 -0
  117. data/sorbet/rbi/gems/zeitwerk@2.7.3.rbi +9 -0
  118. data/sorbet/tapioca/config.yml +45 -0
  119. data/sorbet/tapioca/require.rb +2 -0
  120. data/sorbet/tapioca/sorbet/rbi/dsl/.gitattributes +1 -0
  121. data/sorbet/tapioca/sorbet/rbi/dsl/active_support/callbacks.rbi +23 -0
  122. metadata +379 -0
@@ -0,0 +1,4076 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `sentry-ruby` gem.
5
+ # Please instead update this file by running `bin/tapioca gem sentry-ruby`.
6
+
7
+
8
+ # source://sentry-ruby//lib/sentry/core_ext/object/deep_dup.rb#26
9
+ class Array
10
+ include ::Enumerable
11
+ end
12
+
13
+ # source://sentry-ruby//lib/sentry/core_ext/object/duplicable.rb#109
14
+ class BigDecimal < ::Numeric
15
+ # source://sentry-ruby//lib/sentry/core_ext/object/duplicable.rb#114
16
+ def duplicable?; end
17
+ end
18
+
19
+ # source://sentry-ruby//lib/sentry/core_ext/object/deep_dup.rb#40
20
+ class Hash
21
+ include ::Enumerable
22
+ end
23
+
24
+ # source://sentry-ruby//lib/sentry/core_ext/object/duplicable.rb#94
25
+ class Numeric
26
+ include ::Comparable
27
+ end
28
+
29
+ # source://sentry-ruby//lib/sentry/core_ext/object/duplicable.rb#27
30
+ class Object < ::BasicObject
31
+ include ::Kernel
32
+ include ::PP::ObjectMixin
33
+ end
34
+
35
+ # source://sentry-ruby//lib/sentry/rake.rb#26
36
+ module Rake
37
+ extend ::FileUtils::StreamUtils_
38
+ extend ::FileUtils
39
+ end
40
+
41
+ # source://sentry-ruby//lib/sentry/rake.rb#27
42
+ class Rake::Application
43
+ include ::Sentry::Rake::Application
44
+
45
+ # source://rake/13.3.0/lib/rake/application.rb#49
46
+ def initialize; end
47
+
48
+ # source://rake/13.3.0/lib/rake/application.rb#800
49
+ def add_import(fn); end
50
+
51
+ # source://rake/13.3.0/lib/rake/application.rb#161
52
+ def add_loader(ext, loader); end
53
+
54
+ # source://rake/13.3.0/lib/rake/application.rb#781
55
+ def collect_command_line_tasks(args); end
56
+
57
+ # source://rake/13.3.0/lib/rake/application.rb#795
58
+ def default_task_name; end
59
+
60
+ # source://rake/13.3.0/lib/rake/application.rb#288
61
+ def deprecate(old_usage, new_usage, call_site); end
62
+
63
+ # source://rake/13.3.0/lib/rake/application.rb#250
64
+ def display_cause_details(ex); end
65
+
66
+ # source://sentry-ruby//lib/sentry/rake.rb#10
67
+ def display_error_message(ex); end
68
+
69
+ # source://rake/13.3.0/lib/rake/application.rb#275
70
+ def display_exception_backtrace(ex); end
71
+
72
+ # source://rake/13.3.0/lib/rake/application.rb#242
73
+ def display_exception_details(ex); end
74
+
75
+ # source://rake/13.3.0/lib/rake/application.rb#257
76
+ def display_exception_details_seen; end
77
+
78
+ # source://rake/13.3.0/lib/rake/application.rb#265
79
+ def display_exception_message_details(ex); end
80
+
81
+ # source://rake/13.3.0/lib/rake/application.rb#411
82
+ def display_prerequisites; end
83
+
84
+ # source://rake/13.3.0/lib/rake/application.rb#328
85
+ def display_tasks_and_comments; end
86
+
87
+ # source://rake/13.3.0/lib/rake/application.rb#379
88
+ def dynamic_width; end
89
+
90
+ # source://rake/13.3.0/lib/rake/application.rb#383
91
+ def dynamic_width_stty; end
92
+
93
+ # source://rake/13.3.0/lib/rake/application.rb#387
94
+ def dynamic_width_tput; end
95
+
96
+ # source://rake/13.3.0/lib/rake/application.rb#229
97
+ def exit_because_of_exception(ex); end
98
+
99
+ # source://rake/13.3.0/lib/rake/application.rb#708
100
+ def find_rakefile_location; end
101
+
102
+ # source://rake/13.3.0/lib/rake/application.rb#674
103
+ def handle_options(argv); end
104
+
105
+ # source://rake/13.3.0/lib/rake/application.rb#261
106
+ def has_cause?(ex); end
107
+
108
+ # source://rake/13.3.0/lib/rake/application.rb#304
109
+ def have_rakefile; end
110
+
111
+ # source://rake/13.3.0/lib/rake/application.rb#88
112
+ def init(app_name = T.unsafe(nil), argv = T.unsafe(nil)); end
113
+
114
+ # source://rake/13.3.0/lib/rake/application.rb#185
115
+ def invoke_task(task_string); end
116
+
117
+ # source://rake/13.3.0/lib/rake/application.rb#805
118
+ def load_imports; end
119
+
120
+ # source://rake/13.3.0/lib/rake/application.rb#124
121
+ def load_rakefile; end
122
+
123
+ # source://rake/13.3.0/lib/rake/application.rb#24
124
+ def name; end
125
+
126
+ # source://rake/13.3.0/lib/rake/application.rb#167
127
+ def options; end
128
+
129
+ # source://rake/13.3.0/lib/rake/application.rb#27
130
+ def original_dir; end
131
+
132
+ # source://rake/13.3.0/lib/rake/application.rb#191
133
+ def parse_task_string(string); end
134
+
135
+ # source://rake/13.3.0/lib/rake/application.rb#720
136
+ def print_rakefile_directory(location); end
137
+
138
+ # source://rake/13.3.0/lib/rake/application.rb#694
139
+ def rake_require(file_name, paths = T.unsafe(nil), loaded = T.unsafe(nil)); end
140
+
141
+ # source://rake/13.3.0/lib/rake/application.rb#30
142
+ def rakefile; end
143
+
144
+ # source://rake/13.3.0/lib/rake/application.rb#821
145
+ def rakefile_location(backtrace = T.unsafe(nil)); end
146
+
147
+ # source://rake/13.3.0/lib/rake/application.rb#725
148
+ def raw_load_rakefile; end
149
+
150
+ # source://rake/13.3.0/lib/rake/application.rb#79
151
+ def run(argv = T.unsafe(nil)); end
152
+
153
+ # source://rake/13.3.0/lib/rake/application.rb#144
154
+ def run_with_threads; end
155
+
156
+ # source://rake/13.3.0/lib/rake/application.rb#830
157
+ def set_default_options; end
158
+
159
+ # source://rake/13.3.0/lib/rake/application.rb#213
160
+ def standard_exception_handling; end
161
+
162
+ # source://rake/13.3.0/lib/rake/application.rb#432
163
+ def standard_rake_options; end
164
+
165
+ # source://rake/13.3.0/lib/rake/application.rb#757
166
+ def system_dir; end
167
+
168
+ # source://rake/13.3.0/lib/rake/application.rb#33
169
+ def terminal_columns; end
170
+
171
+ # source://rake/13.3.0/lib/rake/application.rb#33
172
+ def terminal_columns=(_arg0); end
173
+
174
+ # source://rake/13.3.0/lib/rake/application.rb#367
175
+ def terminal_width; end
176
+
177
+ # source://rake/13.3.0/lib/rake/application.rb#178
178
+ def thread_pool; end
179
+
180
+ # source://rake/13.3.0/lib/rake/application.rb#131
181
+ def top_level; end
182
+
183
+ # source://rake/13.3.0/lib/rake/application.rb#36
184
+ def top_level_tasks; end
185
+
186
+ # source://rake/13.3.0/lib/rake/application.rb#418
187
+ def trace(*strings); end
188
+
189
+ # source://rake/13.3.0/lib/rake/application.rb#400
190
+ def truncate(string, width); end
191
+
192
+ # source://rake/13.3.0/lib/rake/application.rb#323
193
+ def truncate_output?; end
194
+
195
+ # source://rake/13.3.0/lib/rake/application.rb#39
196
+ def tty_output=(_arg0); end
197
+
198
+ # source://rake/13.3.0/lib/rake/application.rb#317
199
+ def tty_output?; end
200
+
201
+ # source://rake/13.3.0/lib/rake/application.rb#391
202
+ def unix?; end
203
+
204
+ # source://rake/13.3.0/lib/rake/application.rb#396
205
+ def windows?; end
206
+
207
+ private
208
+
209
+ # source://rake/13.3.0/lib/rake/application.rb#751
210
+ def glob(path, &block); end
211
+
212
+ # source://rake/13.3.0/lib/rake/application.rb#297
213
+ def has_chain?(exception); end
214
+
215
+ # source://rake/13.3.0/lib/rake/application.rb#102
216
+ def load_debug_at_stop_feature; end
217
+
218
+ # source://rake/13.3.0/lib/rake/application.rb#650
219
+ def select_tasks_to_show(options, show_tasks, value); end
220
+
221
+ # source://rake/13.3.0/lib/rake/application.rb#657
222
+ def select_trace_output(options, trace_option, value); end
223
+
224
+ # source://rake/13.3.0/lib/rake/application.rb#423
225
+ def sort_options(options); end
226
+
227
+ # source://rake/13.3.0/lib/rake/application.rb#767
228
+ def standard_system_dir; end
229
+ end
230
+
231
+ # source://sentry-ruby//lib/sentry/version.rb#3
232
+ module Sentry
233
+ class << self
234
+ # source://sentry-ruby//lib/sentry-ruby.rb#228
235
+ def add_attachment(**opts); end
236
+
237
+ # source://sentry-ruby//lib/sentry-ruby.rb#330
238
+ def add_breadcrumb(breadcrumb, **options); end
239
+
240
+ # source://sentry-ruby//lib/sentry-ruby.rb#568
241
+ def add_global_event_processor(&block); end
242
+
243
+ # source://sentry-ruby//lib/sentry-ruby.rb#116
244
+ def apply_patches(config); end
245
+
246
+ # source://sentry-ruby//lib/sentry-ruby.rb#84
247
+ def background_worker; end
248
+
249
+ # source://sentry-ruby//lib/sentry-ruby.rb#84
250
+ def background_worker=(_arg0); end
251
+
252
+ # source://sentry-ruby//lib/sentry-ruby.rb#92
253
+ def backpressure_monitor; end
254
+
255
+ # source://sentry-ruby//lib/sentry-ruby.rb#489
256
+ def capture_check_in(slug, status, **options); end
257
+
258
+ # source://sentry-ruby//lib/sentry-ruby.rb#473
259
+ def capture_event(event); end
260
+
261
+ # source://sentry-ruby//lib/sentry-ruby.rb#437
262
+ def capture_exception(exception, **options, &block); end
263
+
264
+ # source://sentry-ruby//lib/sentry-ruby.rb#508
265
+ def capture_log(message, **options); end
266
+
267
+ # source://sentry-ruby//lib/sentry-ruby.rb#465
268
+ def capture_message(message, **options, &block); end
269
+
270
+ # source://sentry-ruby//lib/sentry-ruby.rb#367
271
+ def clone_hub_to_current_thread; end
272
+
273
+ # source://sentry-ruby//lib/sentry-ruby.rb#263
274
+ def close; end
275
+
276
+ # source://sentry-ruby//lib/sentry-ruby.rb#168
277
+ def configuration; end
278
+
279
+ # source://sentry-ruby//lib/sentry-ruby.rb#383
280
+ def configure_scope(&block); end
281
+
282
+ # source://sentry-ruby//lib/sentry-ruby.rb#612
283
+ def continue_trace(env, **options); end
284
+
285
+ # source://sentry-ruby//lib/sentry-ruby.rb#312
286
+ def csp_report_uri; end
287
+
288
+ # source://sentry-ruby//lib/sentry-ruby.rb#680
289
+ def dependency_installed?(name); end
290
+
291
+ # source://sentry-ruby//lib/sentry-ruby.rb#550
292
+ def exception_captured?(exc); end
293
+
294
+ # source://sentry-ruby//lib/sentry-ruby.rb#66
295
+ def exception_locals_tp; end
296
+
297
+ # source://sentry-ruby//lib/sentry-ruby.rb#585
298
+ def get_baggage; end
299
+
300
+ # source://sentry-ruby//lib/sentry-ruby.rb#351
301
+ def get_current_client; end
302
+
303
+ # source://sentry-ruby//lib/sentry-ruby.rb#340
304
+ def get_current_hub; end
305
+
306
+ # source://sentry-ruby//lib/sentry-ruby.rb#359
307
+ def get_current_scope; end
308
+
309
+ # source://sentry-ruby//lib/sentry-ruby.rb#320
310
+ def get_main_hub; end
311
+
312
+ # source://sentry-ruby//lib/sentry-ruby.rb#594
313
+ def get_trace_propagation_headers; end
314
+
315
+ # source://sentry-ruby//lib/sentry-ruby.rb#603
316
+ def get_trace_propagation_meta; end
317
+
318
+ # source://sentry-ruby//lib/sentry-ruby.rb#576
319
+ def get_traceparent; end
320
+
321
+ # source://sentry-ruby//lib/sentry-ruby.rb#239
322
+ def init(&block); end
323
+
324
+ # source://sentry-ruby//lib/sentry-ruby.rb#300
325
+ def initialized?; end
326
+
327
+ # source://sentry-ruby//lib/sentry-ruby.rb#132
328
+ def integrations; end
329
+
330
+ # source://sentry-ruby//lib/sentry-ruby.rb#542
331
+ def last_event_id; end
332
+
333
+ # source://sentry-ruby//lib/sentry-ruby.rb#637
334
+ def logger; end
335
+
336
+ # source://sentry-ruby//lib/sentry-ruby.rb#96
337
+ def metrics_aggregator; end
338
+
339
+ # source://sentry-ruby//lib/sentry-ruby.rb#140
340
+ def register_integration(name, version); end
341
+
342
+ # source://sentry-ruby//lib/sentry-ruby.rb#101
343
+ def register_patch(key, patch = T.unsafe(nil), target = T.unsafe(nil), &block); end
344
+
345
+ # source://sentry-ruby//lib/sentry-ruby.rb#123
346
+ def registered_patches; end
347
+
348
+ # source://sentry-ruby//lib/sentry-ruby.rb#665
349
+ def sdk_logger; end
350
+
351
+ # source://sentry-ruby//lib/sentry-ruby.rb#670
352
+ def sdk_meta; end
353
+
354
+ # source://sentry-ruby//lib/sentry-ruby.rb#175
355
+ def send_event(*args); end
356
+
357
+ # source://sentry-ruby//lib/sentry-ruby.rb#88
358
+ def session_flusher; end
359
+
360
+ # source://sentry-ruby//lib/sentry-ruby.rb#221
361
+ def set_context(*args); end
362
+
363
+ # source://sentry-ruby//lib/sentry-ruby.rb#207
364
+ def set_extras(*args); end
365
+
366
+ # source://sentry-ruby//lib/sentry-ruby.rb#200
367
+ def set_tags(*args); end
368
+
369
+ # source://sentry-ruby//lib/sentry-ruby.rb#214
370
+ def set_user(*args); end
371
+
372
+ # source://sentry-ruby//lib/sentry-ruby.rb#516
373
+ def start_transaction(**options); end
374
+
375
+ # source://sentry-ruby//lib/sentry-ruby.rb#657
376
+ def sys_command(command); end
377
+
378
+ # source://sentry-ruby//lib/sentry-ruby.rb#675
379
+ def utc_now; end
380
+
381
+ # source://sentry-ruby//lib/sentry-ruby.rb#534
382
+ def with_child_span(**attributes, &block); end
383
+
384
+ # source://sentry-ruby//lib/sentry-ruby.rb#454
385
+ def with_exception_captured(**options, &block); end
386
+
387
+ # source://sentry-ruby//lib/sentry-ruby.rb#408
388
+ def with_scope(&block); end
389
+
390
+ # source://sentry-ruby//lib/sentry-ruby.rb#428
391
+ def with_session_tracking(&block); end
392
+ end
393
+ end
394
+
395
+ # source://sentry-ruby//lib/sentry/utils/argument_checking_helper.rb#4
396
+ module Sentry::ArgumentCheckingHelper
397
+ private
398
+
399
+ # source://sentry-ruby//lib/sentry/utils/argument_checking_helper.rb#13
400
+ def check_argument_includes!(argument, values); end
401
+
402
+ # source://sentry-ruby//lib/sentry/utils/argument_checking_helper.rb#7
403
+ def check_argument_type!(argument, *expected_types); end
404
+
405
+ # source://sentry-ruby//lib/sentry/utils/argument_checking_helper.rb#19
406
+ def check_callable!(name, value); end
407
+ end
408
+
409
+ # source://sentry-ruby//lib/sentry/attachment.rb#4
410
+ class Sentry::Attachment
411
+ # source://sentry-ruby//lib/sentry/attachment.rb#9
412
+ def initialize(bytes: T.unsafe(nil), filename: T.unsafe(nil), content_type: T.unsafe(nil), path: T.unsafe(nil)); end
413
+
414
+ # source://sentry-ruby//lib/sentry/attachment.rb#7
415
+ def bytes; end
416
+
417
+ # source://sentry-ruby//lib/sentry/attachment.rb#7
418
+ def content_type; end
419
+
420
+ # source://sentry-ruby//lib/sentry/attachment.rb#7
421
+ def filename; end
422
+
423
+ # source://sentry-ruby//lib/sentry/attachment.rb#7
424
+ def path; end
425
+
426
+ # source://sentry-ruby//lib/sentry/attachment.rb#20
427
+ def payload; end
428
+
429
+ # source://sentry-ruby//lib/sentry/attachment.rb#16
430
+ def to_envelope_headers; end
431
+
432
+ private
433
+
434
+ # source://sentry-ruby//lib/sentry/attachment.rb#32
435
+ def infer_filename(path); end
436
+ end
437
+
438
+ # source://sentry-ruby//lib/sentry/attachment.rb#5
439
+ class Sentry::Attachment::PathNotFoundError < ::StandardError; end
440
+
441
+ # source://sentry-ruby//lib/sentry-ruby.rb#49
442
+ Sentry::BAGGAGE_HEADER_NAME = T.let(T.unsafe(nil), String)
443
+
444
+ # source://sentry-ruby//lib/sentry/background_worker.rb#8
445
+ class Sentry::BackgroundWorker
446
+ include ::Sentry::LoggingHelper
447
+
448
+ # source://sentry-ruby//lib/sentry/background_worker.rb#17
449
+ def initialize(configuration); end
450
+
451
+ # source://sentry-ruby//lib/sentry/background_worker.rb#67
452
+ def full?; end
453
+
454
+ # source://sentry-ruby//lib/sentry/background_worker.rb#11
455
+ def max_queue; end
456
+
457
+ # source://sentry-ruby//lib/sentry/background_worker.rb#11
458
+ def number_of_threads; end
459
+
460
+ # source://sentry-ruby//lib/sentry/background_worker.rb#52
461
+ def perform(&block); end
462
+
463
+ # source://sentry-ruby//lib/sentry/background_worker.rb#62
464
+ def shutdown; end
465
+
466
+ # source://sentry-ruby//lib/sentry/background_worker.rb#13
467
+ def shutdown_timeout; end
468
+
469
+ # source://sentry-ruby//lib/sentry/background_worker.rb#13
470
+ def shutdown_timeout=(_arg0); end
471
+
472
+ private
473
+
474
+ # source://sentry-ruby//lib/sentry/background_worker.rb#74
475
+ def _perform(&block); end
476
+ end
477
+
478
+ # source://sentry-ruby//lib/sentry/background_worker.rb#15
479
+ Sentry::BackgroundWorker::DEFAULT_MAX_QUEUE = T.let(T.unsafe(nil), Integer)
480
+
481
+ # source://sentry-ruby//lib/sentry/backpressure_monitor.rb#4
482
+ class Sentry::BackpressureMonitor < ::Sentry::ThreadedPeriodicWorker
483
+ # source://sentry-ruby//lib/sentry/backpressure_monitor.rb#8
484
+ def initialize(configuration, client, interval: T.unsafe(nil)); end
485
+
486
+ # source://sentry-ruby//lib/sentry/backpressure_monitor.rb#31
487
+ def check_health; end
488
+
489
+ # source://sentry-ruby//lib/sentry/backpressure_monitor.rb#21
490
+ def downsample_factor; end
491
+
492
+ # source://sentry-ruby//lib/sentry/backpressure_monitor.rb#16
493
+ def healthy?; end
494
+
495
+ # source://sentry-ruby//lib/sentry/backpressure_monitor.rb#26
496
+ def run; end
497
+
498
+ # source://sentry-ruby//lib/sentry/backpressure_monitor.rb#35
499
+ def set_downsample_factor; end
500
+ end
501
+
502
+ # source://sentry-ruby//lib/sentry/backpressure_monitor.rb#5
503
+ Sentry::BackpressureMonitor::DEFAULT_INTERVAL = T.let(T.unsafe(nil), Integer)
504
+
505
+ # source://sentry-ruby//lib/sentry/backpressure_monitor.rb#6
506
+ Sentry::BackpressureMonitor::MAX_DOWNSAMPLE_FACTOR = T.let(T.unsafe(nil), Integer)
507
+
508
+ # source://sentry-ruby//lib/sentry/backtrace.rb#7
509
+ class Sentry::Backtrace
510
+ # source://sentry-ruby//lib/sentry/backtrace.rb#103
511
+ def initialize(lines); end
512
+
513
+ # source://sentry-ruby//lib/sentry/backtrace.rb#119
514
+ def ==(other); end
515
+
516
+ # source://sentry-ruby//lib/sentry/backtrace.rb#107
517
+ def inspect; end
518
+
519
+ # source://sentry-ruby//lib/sentry/backtrace.rb#85
520
+ def lines; end
521
+
522
+ # source://sentry-ruby//lib/sentry/backtrace.rb#111
523
+ def to_s; end
524
+
525
+ class << self
526
+ # source://sentry-ruby//lib/sentry/backtrace.rb#87
527
+ def parse(backtrace, project_root, app_dirs_pattern, &backtrace_cleanup_callback); end
528
+ end
529
+ end
530
+
531
+ # source://sentry-ruby//lib/sentry/backtrace.rb#9
532
+ class Sentry::Backtrace::Line
533
+ # source://sentry-ruby//lib/sentry/backtrace.rb#52
534
+ def initialize(file, number, method, module_name, in_app_pattern); end
535
+
536
+ # source://sentry-ruby//lib/sentry/backtrace.rb#75
537
+ def ==(other); end
538
+
539
+ # source://sentry-ruby//lib/sentry/backtrace.rb#22
540
+ def file; end
541
+
542
+ # source://sentry-ruby//lib/sentry/backtrace.rb#60
543
+ def in_app; end
544
+
545
+ # source://sentry-ruby//lib/sentry/backtrace.rb#33
546
+ def in_app_pattern; end
547
+
548
+ # source://sentry-ruby//lib/sentry/backtrace.rb#79
549
+ def inspect; end
550
+
551
+ # source://sentry-ruby//lib/sentry/backtrace.rb#28
552
+ def method; end
553
+
554
+ # source://sentry-ruby//lib/sentry/backtrace.rb#31
555
+ def module_name; end
556
+
557
+ # source://sentry-ruby//lib/sentry/backtrace.rb#25
558
+ def number; end
559
+
560
+ # source://sentry-ruby//lib/sentry/backtrace.rb#71
561
+ def to_s; end
562
+
563
+ class << self
564
+ # source://sentry-ruby//lib/sentry/backtrace.rb#38
565
+ def parse(unparsed_line, in_app_pattern = T.unsafe(nil)); end
566
+ end
567
+ end
568
+
569
+ # source://sentry-ruby//lib/sentry/backtrace.rb#19
570
+ Sentry::Backtrace::Line::JAVA_INPUT_FORMAT = T.let(T.unsafe(nil), Regexp)
571
+
572
+ # source://sentry-ruby//lib/sentry/backtrace.rb#10
573
+ Sentry::Backtrace::Line::RB_EXTENSION = T.let(T.unsafe(nil), String)
574
+
575
+ # source://sentry-ruby//lib/sentry/backtrace.rb#12
576
+ Sentry::Backtrace::Line::RUBY_INPUT_FORMAT = T.let(T.unsafe(nil), Regexp)
577
+
578
+ # source://sentry-ruby//lib/sentry/baggage.rb#7
579
+ class Sentry::Baggage
580
+ # source://sentry-ruby//lib/sentry/baggage.rb#17
581
+ def initialize(items, mutable: T.unsafe(nil)); end
582
+
583
+ # source://sentry-ruby//lib/sentry/baggage.rb#59
584
+ def dynamic_sampling_context; end
585
+
586
+ # source://sentry-ruby//lib/sentry/baggage.rb#52
587
+ def freeze!; end
588
+
589
+ # source://sentry-ruby//lib/sentry/baggage.rb#12
590
+ def items; end
591
+
592
+ # source://sentry-ruby//lib/sentry/baggage.rb#15
593
+ def mutable; end
594
+
595
+ # source://sentry-ruby//lib/sentry/baggage.rb#65
596
+ def serialize; end
597
+
598
+ class << self
599
+ # source://sentry-ruby//lib/sentry/baggage.rb#29
600
+ def from_incoming_header(header); end
601
+ end
602
+ end
603
+
604
+ # source://sentry-ruby//lib/sentry/baggage.rb#8
605
+ Sentry::Baggage::SENTRY_PREFIX = T.let(T.unsafe(nil), String)
606
+
607
+ # source://sentry-ruby//lib/sentry/baggage.rb#9
608
+ Sentry::Baggage::SENTRY_PREFIX_REGEX = T.let(T.unsafe(nil), Regexp)
609
+
610
+ # source://sentry-ruby//lib/sentry/breadcrumb.rb#4
611
+ class Sentry::Breadcrumb
612
+ # source://sentry-ruby//lib/sentry/breadcrumb.rb#27
613
+ def initialize(category: T.unsafe(nil), data: T.unsafe(nil), message: T.unsafe(nil), timestamp: T.unsafe(nil), level: T.unsafe(nil), type: T.unsafe(nil)); end
614
+
615
+ # source://sentry-ruby//lib/sentry/breadcrumb.rb#9
616
+ def category; end
617
+
618
+ # source://sentry-ruby//lib/sentry/breadcrumb.rb#9
619
+ def category=(_arg0); end
620
+
621
+ # source://sentry-ruby//lib/sentry/breadcrumb.rb#11
622
+ def data; end
623
+
624
+ # source://sentry-ruby//lib/sentry/breadcrumb.rb#11
625
+ def data=(_arg0); end
626
+
627
+ # source://sentry-ruby//lib/sentry/breadcrumb.rb#13
628
+ def level; end
629
+
630
+ # source://sentry-ruby//lib/sentry/breadcrumb.rb#56
631
+ def level=(level); end
632
+
633
+ # source://sentry-ruby//lib/sentry/breadcrumb.rb#19
634
+ def message; end
635
+
636
+ # source://sentry-ruby//lib/sentry/breadcrumb.rb#50
637
+ def message=(message); end
638
+
639
+ # source://sentry-ruby//lib/sentry/breadcrumb.rb#15
640
+ def timestamp; end
641
+
642
+ # source://sentry-ruby//lib/sentry/breadcrumb.rb#15
643
+ def timestamp=(_arg0); end
644
+
645
+ # source://sentry-ruby//lib/sentry/breadcrumb.rb#37
646
+ def to_hash; end
647
+
648
+ # source://sentry-ruby//lib/sentry/breadcrumb.rb#17
649
+ def type; end
650
+
651
+ # source://sentry-ruby//lib/sentry/breadcrumb.rb#17
652
+ def type=(_arg0); end
653
+
654
+ private
655
+
656
+ # source://sentry-ruby//lib/sentry/breadcrumb.rb#62
657
+ def serialized_data; end
658
+ end
659
+
660
+ # source://sentry-ruby//lib/sentry/breadcrumb.rb#6
661
+ Sentry::Breadcrumb::DATA_SERIALIZATION_ERROR_MESSAGE = T.let(T.unsafe(nil), String)
662
+
663
+ # source://sentry-ruby//lib/sentry/breadcrumb.rb#5
664
+ Sentry::Breadcrumb::MAX_NESTING = T.let(T.unsafe(nil), Integer)
665
+
666
+ # source://sentry-ruby//lib/sentry/breadcrumb_buffer.rb#6
667
+ class Sentry::BreadcrumbBuffer
668
+ include ::Enumerable
669
+
670
+ # source://sentry-ruby//lib/sentry/breadcrumb_buffer.rb#14
671
+ def initialize(size = T.unsafe(nil)); end
672
+
673
+ # source://sentry-ruby//lib/sentry/breadcrumb_buffer.rb#11
674
+ def buffer; end
675
+
676
+ # source://sentry-ruby//lib/sentry/breadcrumb_buffer.rb#11
677
+ def buffer=(_arg0); end
678
+
679
+ # source://sentry-ruby//lib/sentry/breadcrumb_buffer.rb#58
680
+ def dup; end
681
+
682
+ # source://sentry-ruby//lib/sentry/breadcrumb_buffer.rb#41
683
+ def each(&block); end
684
+
685
+ # source://sentry-ruby//lib/sentry/breadcrumb_buffer.rb#46
686
+ def empty?; end
687
+
688
+ # source://sentry-ruby//lib/sentry/breadcrumb_buffer.rb#27
689
+ def members; end
690
+
691
+ # source://sentry-ruby//lib/sentry/breadcrumb_buffer.rb#33
692
+ def peek; end
693
+
694
+ # source://sentry-ruby//lib/sentry/breadcrumb_buffer.rb#20
695
+ def record(crumb); end
696
+
697
+ # source://sentry-ruby//lib/sentry/breadcrumb_buffer.rb#51
698
+ def to_hash; end
699
+ end
700
+
701
+ # source://sentry-ruby//lib/sentry/breadcrumb_buffer.rb#7
702
+ Sentry::BreadcrumbBuffer::DEFAULT_SIZE = T.let(T.unsafe(nil), Integer)
703
+
704
+ # source://sentry-ruby//lib/sentry-ruby.rb#43
705
+ Sentry::CAPTURED_SIGNATURE = T.let(T.unsafe(nil), Symbol)
706
+
707
+ # source://sentry-ruby//lib/sentry/check_in_event.rb#8
708
+ class Sentry::CheckInEvent < ::Sentry::Event
709
+ # source://sentry-ruby//lib/sentry/check_in_event.rb#33
710
+ def initialize(slug:, status:, duration: T.unsafe(nil), monitor_config: T.unsafe(nil), check_in_id: T.unsafe(nil), **options); end
711
+
712
+ # source://sentry-ruby//lib/sentry/check_in_event.rb#13
713
+ def check_in_id; end
714
+
715
+ # source://sentry-ruby//lib/sentry/check_in_event.rb#13
716
+ def check_in_id=(_arg0); end
717
+
718
+ # source://sentry-ruby//lib/sentry/check_in_event.rb#21
719
+ def duration; end
720
+
721
+ # source://sentry-ruby//lib/sentry/check_in_event.rb#21
722
+ def duration=(_arg0); end
723
+
724
+ # source://sentry-ruby//lib/sentry/check_in_event.rb#25
725
+ def monitor_config; end
726
+
727
+ # source://sentry-ruby//lib/sentry/check_in_event.rb#25
728
+ def monitor_config=(_arg0); end
729
+
730
+ # source://sentry-ruby//lib/sentry/check_in_event.rb#17
731
+ def monitor_slug; end
732
+
733
+ # source://sentry-ruby//lib/sentry/check_in_event.rb#17
734
+ def monitor_slug=(_arg0); end
735
+
736
+ # source://sentry-ruby//lib/sentry/check_in_event.rb#29
737
+ def status; end
738
+
739
+ # source://sentry-ruby//lib/sentry/check_in_event.rb#29
740
+ def status=(_arg0); end
741
+
742
+ # source://sentry-ruby//lib/sentry/check_in_event.rb#51
743
+ def to_hash; end
744
+ end
745
+
746
+ # source://sentry-ruby//lib/sentry/check_in_event.rb#9
747
+ Sentry::CheckInEvent::TYPE = T.let(T.unsafe(nil), String)
748
+
749
+ # source://sentry-ruby//lib/sentry/check_in_event.rb#31
750
+ Sentry::CheckInEvent::VALID_STATUSES = T.let(T.unsafe(nil), Array)
751
+
752
+ # source://sentry-ruby//lib/sentry/client.rb#8
753
+ class Sentry::Client
754
+ include ::Sentry::LoggingHelper
755
+
756
+ # source://sentry-ruby//lib/sentry/client.rb#26
757
+ def initialize(configuration); end
758
+
759
+ # source://sentry-ruby//lib/sentry/client.rb#98
760
+ def buffer_log_event(event, scope); end
761
+
762
+ # source://sentry-ruby//lib/sentry/client.rb#107
763
+ def capture_envelope(envelope); end
764
+
765
+ # source://sentry-ruby//lib/sentry/client.rb#52
766
+ def capture_event(event, scope, hint = T.unsafe(nil)); end
767
+
768
+ # source://sentry-ruby//lib/sentry/client.rb#23
769
+ def configuration; end
770
+
771
+ # source://sentry-ruby//lib/sentry/client.rb#163
772
+ def event_from_check_in(slug, status, hint = T.unsafe(nil), duration: T.unsafe(nil), monitor_config: T.unsafe(nil), check_in_id: T.unsafe(nil)); end
773
+
774
+ # source://sentry-ruby//lib/sentry/client.rb#123
775
+ def event_from_exception(exception, hint = T.unsafe(nil)); end
776
+
777
+ # source://sentry-ruby//lib/sentry/client.rb#192
778
+ def event_from_log(message, level:, **options); end
779
+
780
+ # source://sentry-ruby//lib/sentry/client.rb#143
781
+ def event_from_message(message, hint = T.unsafe(nil), backtrace: T.unsafe(nil)); end
782
+
783
+ # source://sentry-ruby//lib/sentry/client.rb#208
784
+ def event_from_transaction(transaction); end
785
+
786
+ # source://sentry-ruby//lib/sentry/client.rb#113
787
+ def flush; end
788
+
789
+ # source://sentry-ruby//lib/sentry/client.rb#311
790
+ def generate_baggage(span); end
791
+
792
+ # source://sentry-ruby//lib/sentry/client.rb#297
793
+ def generate_sentry_trace(span); end
794
+
795
+ # source://sentry-ruby//lib/sentry/client.rb#20
796
+ def log_event_buffer; end
797
+
798
+ # source://sentry-ruby//lib/sentry/client.rb#278
799
+ def send_envelope(envelope); end
800
+
801
+ # source://sentry-ruby//lib/sentry/client.rb#213
802
+ def send_event(event, hint = T.unsafe(nil)); end
803
+
804
+ # source://sentry-ruby//lib/sentry/client.rb#17
805
+ def spotlight_transport; end
806
+
807
+ # source://sentry-ruby//lib/sentry/client.rb#13
808
+ def transport; end
809
+
810
+ private
811
+
812
+ # source://sentry-ruby//lib/sentry/client.rb#331
813
+ def dispatch_async_event(async_block, event, hint); end
814
+
815
+ # source://sentry-ruby//lib/sentry/client.rb#325
816
+ def dispatch_background_event(event, hint); end
817
+ end
818
+
819
+ # source://sentry-ruby//lib/sentry/configuration.rb#19
820
+ class Sentry::Configuration
821
+ include ::Sentry::CustomInspection
822
+ include ::Sentry::LoggingHelper
823
+ include ::Sentry::ArgumentCheckingHelper
824
+
825
+ # source://sentry-ruby//lib/sentry/configuration.rb#427
826
+ def initialize; end
827
+
828
+ # source://sentry-ruby//lib/sentry/configuration.rb#31
829
+ def app_dirs_pattern; end
830
+
831
+ # source://sentry-ruby//lib/sentry/configuration.rb#31
832
+ def app_dirs_pattern=(_arg0); end
833
+
834
+ # source://sentry-ruby//lib/sentry/configuration.rb#38
835
+ def async; end
836
+
837
+ # source://sentry-ruby//lib/sentry/configuration.rb#515
838
+ def async=(value); end
839
+
840
+ # source://sentry-ruby//lib/sentry/configuration.rb#296
841
+ def auto_session_tracking; end
842
+
843
+ # source://sentry-ruby//lib/sentry/configuration.rb#296
844
+ def auto_session_tracking=(_arg0); end
845
+
846
+ # source://sentry-ruby//lib/sentry/configuration.rb#55
847
+ def background_worker_max_queue; end
848
+
849
+ # source://sentry-ruby//lib/sentry/configuration.rb#55
850
+ def background_worker_max_queue=(_arg0); end
851
+
852
+ # source://sentry-ruby//lib/sentry/configuration.rb#48
853
+ def background_worker_threads; end
854
+
855
+ # source://sentry-ruby//lib/sentry/configuration.rb#48
856
+ def background_worker_threads=(_arg0); end
857
+
858
+ # source://sentry-ruby//lib/sentry/configuration.rb#66
859
+ def backtrace_cleanup_callback; end
860
+
861
+ # source://sentry-ruby//lib/sentry/configuration.rb#66
862
+ def backtrace_cleanup_callback=(_arg0); end
863
+
864
+ # source://sentry-ruby//lib/sentry/configuration.rb#75
865
+ def before_breadcrumb; end
866
+
867
+ # source://sentry-ruby//lib/sentry/configuration.rb#556
868
+ def before_breadcrumb=(value); end
869
+
870
+ # source://sentry-ruby//lib/sentry/configuration.rb#89
871
+ def before_send; end
872
+
873
+ # source://sentry-ruby//lib/sentry/configuration.rb#544
874
+ def before_send=(value); end
875
+
876
+ # source://sentry-ruby//lib/sentry/configuration.rb#102
877
+ def before_send_transaction; end
878
+
879
+ # source://sentry-ruby//lib/sentry/configuration.rb#550
880
+ def before_send_transaction=(value); end
881
+
882
+ # source://sentry-ruby//lib/sentry/configuration.rb#114
883
+ def breadcrumbs_logger; end
884
+
885
+ # source://sentry-ruby//lib/sentry/configuration.rb#531
886
+ def breadcrumbs_logger=(logger); end
887
+
888
+ # source://sentry-ruby//lib/sentry/configuration.rb#157
889
+ def capture_exception_frame_locals; end
890
+
891
+ # source://sentry-ruby//lib/sentry/configuration.rb#171
892
+ def capture_exception_frame_locals=(value); end
893
+
894
+ # source://sentry-ruby//lib/sentry/configuration.rb#122
895
+ def context_lines; end
896
+
897
+ # source://sentry-ruby//lib/sentry/configuration.rb#122
898
+ def context_lines=(_arg0); end
899
+
900
+ # source://sentry-ruby//lib/sentry/configuration.rb#259
901
+ def cron; end
902
+
903
+ # source://sentry-ruby//lib/sentry/configuration.rb#655
904
+ def csp_report_uri; end
905
+
906
+ # source://sentry-ruby//lib/sentry/configuration.rb#131
907
+ def debug; end
908
+
909
+ # source://sentry-ruby//lib/sentry/configuration.rb#131
910
+ def debug=(_arg0); end
911
+
912
+ # source://sentry-ruby//lib/sentry/configuration.rb#677
913
+ def detect_release; end
914
+
915
+ # source://sentry-ruby//lib/sentry/configuration.rb#135
916
+ def dsn; end
917
+
918
+ # source://sentry-ruby//lib/sentry/configuration.rb#503
919
+ def dsn=(value); end
920
+
921
+ # source://sentry-ruby//lib/sentry/configuration.rb#302
922
+ def enable_backpressure_handling; end
923
+
924
+ # source://sentry-ruby//lib/sentry/configuration.rb#302
925
+ def enable_backpressure_handling=(_arg0); end
926
+
927
+ # source://sentry-ruby//lib/sentry/configuration.rb#281
928
+ def enable_logs; end
929
+
930
+ # source://sentry-ruby//lib/sentry/configuration.rb#281
931
+ def enable_logs=(_arg0); end
932
+
933
+ # source://sentry-ruby//lib/sentry/configuration.rb#287
934
+ def enable_tracing; end
935
+
936
+ # source://sentry-ruby//lib/sentry/configuration.rb#570
937
+ def enable_tracing=(enable_tracing); end
938
+
939
+ # source://sentry-ruby//lib/sentry/configuration.rb#139
940
+ def enabled_environments; end
941
+
942
+ # source://sentry-ruby//lib/sentry/configuration.rb#139
943
+ def enabled_environments=(_arg0); end
944
+
945
+ # source://sentry-ruby//lib/sentry/configuration.rb#633
946
+ def enabled_in_current_env?; end
947
+
948
+ # source://sentry-ruby//lib/sentry/configuration.rb#326
949
+ def enabled_patches; end
950
+
951
+ # source://sentry-ruby//lib/sentry/configuration.rb#326
952
+ def enabled_patches=(_arg0); end
953
+
954
+ # source://sentry-ruby//lib/sentry/configuration.rb#126
955
+ def environment; end
956
+
957
+ # source://sentry-ruby//lib/sentry/configuration.rb#562
958
+ def environment=(environment); end
959
+
960
+ # source://sentry-ruby//lib/sentry/configuration.rb#690
961
+ def error_messages; end
962
+
963
+ # source://sentry-ruby//lib/sentry/configuration.rb#334
964
+ def errors; end
965
+
966
+ # source://sentry-ruby//lib/sentry/configuration.rb#620
967
+ def exception_class_allowed?(exc); end
968
+
969
+ # source://sentry-ruby//lib/sentry/configuration.rb#143
970
+ def exclude_loggers; end
971
+
972
+ # source://sentry-ruby//lib/sentry/configuration.rb#143
973
+ def exclude_loggers=(_arg0); end
974
+
975
+ # source://sentry-ruby//lib/sentry/configuration.rb#148
976
+ def excluded_exceptions; end
977
+
978
+ # source://sentry-ruby//lib/sentry/configuration.rb#148
979
+ def excluded_exceptions=(_arg0); end
980
+
981
+ # source://sentry-ruby//lib/sentry/configuration.rb#334
982
+ def gem_specs; end
983
+
984
+ # source://sentry-ruby//lib/sentry/configuration.rb#157
985
+ def include_local_variables; end
986
+
987
+ # source://sentry-ruby//lib/sentry/configuration.rb#157
988
+ def include_local_variables=(_arg0); end
989
+
990
+ # source://sentry-ruby//lib/sentry/configuration.rb#152
991
+ def inspect_exception_causes_for_exclusion; end
992
+
993
+ # source://sentry-ruby//lib/sentry/configuration.rb#152
994
+ def inspect_exception_causes_for_exclusion=(_arg0); end
995
+
996
+ # source://sentry-ruby//lib/sentry/configuration.rb#152
997
+ def inspect_exception_causes_for_exclusion?; end
998
+
999
+ # source://sentry-ruby//lib/sentry/configuration.rb#311
1000
+ def instrumenter; end
1001
+
1002
+ # source://sentry-ruby//lib/sentry/configuration.rb#566
1003
+ def instrumenter=(instrumenter); end
1004
+
1005
+ # source://sentry-ruby//lib/sentry/configuration.rb#183
1006
+ def linecache; end
1007
+
1008
+ # source://sentry-ruby//lib/sentry/configuration.rb#183
1009
+ def linecache=(_arg0); end
1010
+
1011
+ # source://sentry-ruby//lib/sentry/configuration.rb#197
1012
+ def logger; end
1013
+
1014
+ # source://sentry-ruby//lib/sentry/configuration.rb#191
1015
+ def logger=(logger); end
1016
+
1017
+ # source://sentry-ruby//lib/sentry/configuration.rb#118
1018
+ def max_breadcrumbs; end
1019
+
1020
+ # source://sentry-ruby//lib/sentry/configuration.rb#118
1021
+ def max_breadcrumbs=(_arg0); end
1022
+
1023
+ # source://sentry-ruby//lib/sentry/configuration.rb#330
1024
+ def max_log_events; end
1025
+
1026
+ # source://sentry-ruby//lib/sentry/configuration.rb#330
1027
+ def max_log_events=(_arg0); end
1028
+
1029
+ # source://sentry-ruby//lib/sentry/configuration.rb#263
1030
+ def metrics; end
1031
+
1032
+ # source://sentry-ruby//lib/sentry/configuration.rb#315
1033
+ def profiler_class; end
1034
+
1035
+ # source://sentry-ruby//lib/sentry/configuration.rb#589
1036
+ def profiler_class=(profiler_class); end
1037
+
1038
+ # source://sentry-ruby//lib/sentry/configuration.rb#321
1039
+ def profiles_sample_rate; end
1040
+
1041
+ # source://sentry-ruby//lib/sentry/configuration.rb#585
1042
+ def profiles_sample_rate=(profiles_sample_rate); end
1043
+
1044
+ # source://sentry-ruby//lib/sentry/configuration.rb#648
1045
+ def profiling_enabled?; end
1046
+
1047
+ # source://sentry-ruby//lib/sentry/configuration.rb#205
1048
+ def project_root; end
1049
+
1050
+ # source://sentry-ruby//lib/sentry/configuration.rb#205
1051
+ def project_root=(_arg0); end
1052
+
1053
+ # source://sentry-ruby//lib/sentry/configuration.rb#214
1054
+ def propagate_traces; end
1055
+
1056
+ # source://sentry-ruby//lib/sentry/configuration.rb#214
1057
+ def propagate_traces=(_arg0); end
1058
+
1059
+ # source://sentry-ruby//lib/sentry/configuration.rb#218
1060
+ def rack_env_whitelist; end
1061
+
1062
+ # source://sentry-ruby//lib/sentry/configuration.rb#218
1063
+ def rack_env_whitelist=(_arg0); end
1064
+
1065
+ # source://sentry-ruby//lib/sentry/configuration.rb#223
1066
+ def release; end
1067
+
1068
+ # source://sentry-ruby//lib/sentry/configuration.rb#509
1069
+ def release=(value); end
1070
+
1071
+ # source://sentry-ruby//lib/sentry/configuration.rb#610
1072
+ def sample_allowed?; end
1073
+
1074
+ # source://sentry-ruby//lib/sentry/configuration.rb#228
1075
+ def sample_rate; end
1076
+
1077
+ # source://sentry-ruby//lib/sentry/configuration.rb#228
1078
+ def sample_rate=(_arg0); end
1079
+
1080
+ # source://sentry-ruby//lib/sentry/configuration.rb#188
1081
+ def sdk_logger; end
1082
+
1083
+ # source://sentry-ruby//lib/sentry/configuration.rb#188
1084
+ def sdk_logger=(_arg0); end
1085
+
1086
+ # source://sentry-ruby//lib/sentry/configuration.rb#292
1087
+ def send_client_reports; end
1088
+
1089
+ # source://sentry-ruby//lib/sentry/configuration.rb#292
1090
+ def send_client_reports=(_arg0); end
1091
+
1092
+ # source://sentry-ruby//lib/sentry/configuration.rb#241
1093
+ def send_default_pii; end
1094
+
1095
+ # source://sentry-ruby//lib/sentry/configuration.rb#241
1096
+ def send_default_pii=(_arg0); end
1097
+
1098
+ # source://sentry-ruby//lib/sentry/configuration.rb#232
1099
+ def send_modules; end
1100
+
1101
+ # source://sentry-ruby//lib/sentry/configuration.rb#232
1102
+ def send_modules=(_arg0); end
1103
+
1104
+ # source://sentry-ruby//lib/sentry/configuration.rb#600
1105
+ def sending_allowed?; end
1106
+
1107
+ # source://sentry-ruby//lib/sentry/configuration.rb#604
1108
+ def sending_to_dsn_allowed?; end
1109
+
1110
+ # source://sentry-ruby//lib/sentry/configuration.rb#503
1111
+ def server=(value); end
1112
+
1113
+ # source://sentry-ruby//lib/sentry/configuration.rb#251
1114
+ def server_name; end
1115
+
1116
+ # source://sentry-ruby//lib/sentry/configuration.rb#251
1117
+ def server_name=(_arg0); end
1118
+
1119
+ # source://sentry-ruby//lib/sentry/configuration.rb#616
1120
+ def session_tracking?; end
1121
+
1122
+ # source://sentry-ruby//lib/sentry/configuration.rb#245
1123
+ def skip_rake_integration; end
1124
+
1125
+ # source://sentry-ruby//lib/sentry/configuration.rb#245
1126
+ def skip_rake_integration=(_arg0); end
1127
+
1128
+ # source://sentry-ruby//lib/sentry/configuration.rb#165
1129
+ def spotlight; end
1130
+
1131
+ # source://sentry-ruby//lib/sentry/configuration.rb#165
1132
+ def spotlight=(_arg0); end
1133
+
1134
+ # source://sentry-ruby//lib/sentry/configuration.rb#665
1135
+ def stacktrace_builder; end
1136
+
1137
+ # source://sentry-ruby//lib/sentry/configuration.rb#210
1138
+ def strip_backtrace_load_path; end
1139
+
1140
+ # source://sentry-ruby//lib/sentry/configuration.rb#210
1141
+ def strip_backtrace_load_path=(_arg0); end
1142
+
1143
+ # source://sentry-ruby//lib/sentry/configuration.rb#307
1144
+ def trace_propagation_targets; end
1145
+
1146
+ # source://sentry-ruby//lib/sentry/configuration.rb#307
1147
+ def trace_propagation_targets=(_arg0); end
1148
+
1149
+ # source://sentry-ruby//lib/sentry/configuration.rb#267
1150
+ def traces_sample_rate; end
1151
+
1152
+ # source://sentry-ruby//lib/sentry/configuration.rb#581
1153
+ def traces_sample_rate=(traces_sample_rate); end
1154
+
1155
+ # source://sentry-ruby//lib/sentry/configuration.rb#277
1156
+ def traces_sampler; end
1157
+
1158
+ # source://sentry-ruby//lib/sentry/configuration.rb#277
1159
+ def traces_sampler=(_arg0); end
1160
+
1161
+ # source://sentry-ruby//lib/sentry/configuration.rb#642
1162
+ def tracing_enabled?; end
1163
+
1164
+ # source://sentry-ruby//lib/sentry/configuration.rb#255
1165
+ def transport; end
1166
+
1167
+ # source://sentry-ruby//lib/sentry/configuration.rb#248
1168
+ def trusted_proxies; end
1169
+
1170
+ # source://sentry-ruby//lib/sentry/configuration.rb#248
1171
+ def trusted_proxies=(_arg0); end
1172
+
1173
+ # source://sentry-ruby//lib/sentry/configuration.rb#637
1174
+ def valid_sample_rate?(sample_rate); end
1175
+
1176
+ # source://sentry-ruby//lib/sentry/configuration.rb#485
1177
+ def validate; end
1178
+
1179
+ private
1180
+
1181
+ # source://sentry-ruby//lib/sentry/configuration.rb#732
1182
+ def capture_in_environment?; end
1183
+
1184
+ # source://sentry-ruby//lib/sentry/configuration.rb#748
1185
+ def environment_from_env; end
1186
+
1187
+ # source://sentry-ruby//lib/sentry/configuration.rb#703
1188
+ def excluded_exception?(incoming_exception); end
1189
+
1190
+ # source://sentry-ruby//lib/sentry/configuration.rb#709
1191
+ def excluded_exception_classes; end
1192
+
1193
+ # source://sentry-ruby//lib/sentry/configuration.rb#713
1194
+ def get_exception_class(x); end
1195
+
1196
+ # source://sentry-ruby//lib/sentry/configuration.rb#697
1197
+ def init_dsn(dsn_string); end
1198
+
1199
+ # source://sentry-ruby//lib/sentry/configuration.rb#717
1200
+ def matches_exception?(excluded_exception_class, incoming_exception); end
1201
+
1202
+ # source://sentry-ruby//lib/sentry/configuration.rb#772
1203
+ def processor_count; end
1204
+
1205
+ # source://sentry-ruby//lib/sentry/configuration.rb#766
1206
+ def run_post_initialization_callbacks; end
1207
+
1208
+ # source://sentry-ruby//lib/sentry/configuration.rb#762
1209
+ def running_on_heroku?; end
1210
+
1211
+ # source://sentry-ruby//lib/sentry/configuration.rb#725
1212
+ def safe_const_get(x); end
1213
+
1214
+ # source://sentry-ruby//lib/sentry/configuration.rb#752
1215
+ def server_name_from_env; end
1216
+
1217
+ # source://sentry-ruby//lib/sentry/configuration.rb#739
1218
+ def valid?; end
1219
+
1220
+ class << self
1221
+ # source://sentry-ruby//lib/sentry/configuration.rb#383
1222
+ def add_post_initialization_callback(&block); end
1223
+
1224
+ # source://sentry-ruby//lib/sentry/configuration.rb#378
1225
+ def post_initialization_callbacks; end
1226
+
1227
+ # source://sentry-ruby//lib/sentry/configuration.rb#391
1228
+ def validate(attribute, optional: T.unsafe(nil), type: T.unsafe(nil)); end
1229
+
1230
+ # source://sentry-ruby//lib/sentry/configuration.rb#387
1231
+ def validations; end
1232
+
1233
+ private
1234
+
1235
+ # source://sentry-ruby//lib/sentry/configuration.rb#401
1236
+ def build_validation_proc(optional, type); end
1237
+ end
1238
+ end
1239
+
1240
+ # source://sentry-ruby//lib/sentry/configuration.rb#373
1241
+ Sentry::Configuration::APP_DIRS_PATTERN = T.let(T.unsafe(nil), Regexp)
1242
+
1243
+ # source://sentry-ruby//lib/sentry/configuration.rb#371
1244
+ Sentry::Configuration::DEFAULT_PATCHES = T.let(T.unsafe(nil), Array)
1245
+
1246
+ # source://sentry-ruby//lib/sentry/configuration.rb#360
1247
+ Sentry::Configuration::HEROKU_DYNO_METADATA_MESSAGE = T.let(T.unsafe(nil), String)
1248
+
1249
+ # source://sentry-ruby//lib/sentry/configuration.rb#347
1250
+ Sentry::Configuration::IGNORE_DEFAULT = T.let(T.unsafe(nil), Array)
1251
+
1252
+ # source://sentry-ruby//lib/sentry/configuration.rb#367
1253
+ Sentry::Configuration::INSTRUMENTERS = T.let(T.unsafe(nil), Array)
1254
+
1255
+ # source://sentry-ruby//lib/sentry/configuration.rb#363
1256
+ Sentry::Configuration::LOG_PREFIX = T.let(T.unsafe(nil), String)
1257
+
1258
+ # source://sentry-ruby//lib/sentry/configuration.rb#364
1259
+ Sentry::Configuration::MODULE_SEPARATOR = T.let(T.unsafe(nil), String)
1260
+
1261
+ # source://sentry-ruby//lib/sentry/configuration.rb#369
1262
+ Sentry::Configuration::PROPAGATION_TARGETS_MATCH_ALL = T.let(T.unsafe(nil), Regexp)
1263
+
1264
+ # source://sentry-ruby//lib/sentry/configuration.rb#339
1265
+ Sentry::Configuration::PUMA_IGNORE_DEFAULT = T.let(T.unsafe(nil), Array)
1266
+
1267
+ # source://sentry-ruby//lib/sentry/configuration.rb#354
1268
+ Sentry::Configuration::RACK_ENV_WHITELIST_DEFAULT = T.let(T.unsafe(nil), Array)
1269
+
1270
+ # source://sentry-ruby//lib/sentry/configuration.rb#365
1271
+ Sentry::Configuration::SKIP_INSPECTION_ATTRIBUTES = T.let(T.unsafe(nil), Array)
1272
+
1273
+ # source://sentry-ruby//lib/sentry/cron/configuration.rb#4
1274
+ module Sentry::Cron; end
1275
+
1276
+ # source://sentry-ruby//lib/sentry/cron/configuration.rb#5
1277
+ class Sentry::Cron::Configuration
1278
+ # source://sentry-ruby//lib/sentry/cron/configuration.rb#11
1279
+ def default_checkin_margin; end
1280
+
1281
+ # source://sentry-ruby//lib/sentry/cron/configuration.rb#11
1282
+ def default_checkin_margin=(_arg0); end
1283
+
1284
+ # source://sentry-ruby//lib/sentry/cron/configuration.rb#16
1285
+ def default_max_runtime; end
1286
+
1287
+ # source://sentry-ruby//lib/sentry/cron/configuration.rb#16
1288
+ def default_max_runtime=(_arg0); end
1289
+
1290
+ # source://sentry-ruby//lib/sentry/cron/configuration.rb#20
1291
+ def default_timezone; end
1292
+
1293
+ # source://sentry-ruby//lib/sentry/cron/configuration.rb#20
1294
+ def default_timezone=(_arg0); end
1295
+ end
1296
+
1297
+ # source://sentry-ruby//lib/sentry/cron/monitor_check_ins.rb#5
1298
+ module Sentry::Cron::MonitorCheckIns
1299
+ mixes_in_class_methods ::Sentry::Cron::MonitorCheckIns::ClassMethods
1300
+
1301
+ class << self
1302
+ # source://sentry-ruby//lib/sentry/cron/monitor_check_ins.rb#72
1303
+ def included(base); end
1304
+ end
1305
+ end
1306
+
1307
+ # source://sentry-ruby//lib/sentry/cron/monitor_check_ins.rb#45
1308
+ module Sentry::Cron::MonitorCheckIns::ClassMethods
1309
+ # source://sentry-ruby//lib/sentry/cron/monitor_check_ins.rb#46
1310
+ def sentry_monitor_check_ins(slug: T.unsafe(nil), monitor_config: T.unsafe(nil)); end
1311
+
1312
+ # source://sentry-ruby//lib/sentry/cron/monitor_check_ins.rb#67
1313
+ def sentry_monitor_config; end
1314
+
1315
+ # source://sentry-ruby//lib/sentry/cron/monitor_check_ins.rb#60
1316
+ def sentry_monitor_slug(name: T.unsafe(nil)); end
1317
+ end
1318
+
1319
+ # source://sentry-ruby//lib/sentry/cron/monitor_check_ins.rb#6
1320
+ Sentry::Cron::MonitorCheckIns::MAX_SLUG_LENGTH = T.let(T.unsafe(nil), Integer)
1321
+
1322
+ # source://sentry-ruby//lib/sentry/cron/monitor_check_ins.rb#8
1323
+ module Sentry::Cron::MonitorCheckIns::Patch
1324
+ # source://sentry-ruby//lib/sentry/cron/monitor_check_ins.rb#9
1325
+ def perform(*args, **opts); end
1326
+ end
1327
+
1328
+ # source://sentry-ruby//lib/sentry/cron/monitor_config.rb#7
1329
+ class Sentry::Cron::MonitorConfig
1330
+ # source://sentry-ruby//lib/sentry/cron/monitor_config.rb#26
1331
+ def initialize(schedule, checkin_margin: T.unsafe(nil), max_runtime: T.unsafe(nil), timezone: T.unsafe(nil)); end
1332
+
1333
+ # source://sentry-ruby//lib/sentry/cron/monitor_config.rb#15
1334
+ def checkin_margin; end
1335
+
1336
+ # source://sentry-ruby//lib/sentry/cron/monitor_config.rb#15
1337
+ def checkin_margin=(_arg0); end
1338
+
1339
+ # source://sentry-ruby//lib/sentry/cron/monitor_config.rb#20
1340
+ def max_runtime; end
1341
+
1342
+ # source://sentry-ruby//lib/sentry/cron/monitor_config.rb#20
1343
+ def max_runtime=(_arg0); end
1344
+
1345
+ # source://sentry-ruby//lib/sentry/cron/monitor_config.rb#10
1346
+ def schedule; end
1347
+
1348
+ # source://sentry-ruby//lib/sentry/cron/monitor_config.rb#10
1349
+ def schedule=(_arg0); end
1350
+
1351
+ # source://sentry-ruby//lib/sentry/cron/monitor_config.rb#24
1352
+ def timezone; end
1353
+
1354
+ # source://sentry-ruby//lib/sentry/cron/monitor_config.rb#24
1355
+ def timezone=(_arg0); end
1356
+
1357
+ # source://sentry-ruby//lib/sentry/cron/monitor_config.rb#43
1358
+ def to_hash; end
1359
+
1360
+ class << self
1361
+ # source://sentry-ruby//lib/sentry/cron/monitor_config.rb#33
1362
+ def from_crontab(crontab, **options); end
1363
+
1364
+ # source://sentry-ruby//lib/sentry/cron/monitor_config.rb#37
1365
+ def from_interval(num, unit, **options); end
1366
+ end
1367
+ end
1368
+
1369
+ # source://sentry-ruby//lib/sentry/cron/monitor_schedule.rb#5
1370
+ module Sentry::Cron::MonitorSchedule; end
1371
+
1372
+ # source://sentry-ruby//lib/sentry/cron/monitor_schedule.rb#6
1373
+ class Sentry::Cron::MonitorSchedule::Crontab
1374
+ # source://sentry-ruby//lib/sentry/cron/monitor_schedule.rb#11
1375
+ def initialize(value); end
1376
+
1377
+ # source://sentry-ruby//lib/sentry/cron/monitor_schedule.rb#15
1378
+ def to_hash; end
1379
+
1380
+ # source://sentry-ruby//lib/sentry/cron/monitor_schedule.rb#9
1381
+ def value; end
1382
+
1383
+ # source://sentry-ruby//lib/sentry/cron/monitor_schedule.rb#9
1384
+ def value=(_arg0); end
1385
+ end
1386
+
1387
+ # source://sentry-ruby//lib/sentry/cron/monitor_schedule.rb#20
1388
+ class Sentry::Cron::MonitorSchedule::Interval
1389
+ # source://sentry-ruby//lib/sentry/cron/monitor_schedule.rb#31
1390
+ def initialize(value, unit); end
1391
+
1392
+ # source://sentry-ruby//lib/sentry/cron/monitor_schedule.rb#36
1393
+ def to_hash; end
1394
+
1395
+ # source://sentry-ruby//lib/sentry/cron/monitor_schedule.rb#27
1396
+ def unit; end
1397
+
1398
+ # source://sentry-ruby//lib/sentry/cron/monitor_schedule.rb#27
1399
+ def unit=(_arg0); end
1400
+
1401
+ # source://sentry-ruby//lib/sentry/cron/monitor_schedule.rb#23
1402
+ def value; end
1403
+
1404
+ # source://sentry-ruby//lib/sentry/cron/monitor_schedule.rb#23
1405
+ def value=(_arg0); end
1406
+ end
1407
+
1408
+ # source://sentry-ruby//lib/sentry/cron/monitor_schedule.rb#29
1409
+ Sentry::Cron::MonitorSchedule::Interval::VALID_UNITS = T.let(T.unsafe(nil), Array)
1410
+
1411
+ # source://sentry-ruby//lib/sentry/utils/custom_inspection.rb#4
1412
+ module Sentry::CustomInspection
1413
+ # source://sentry-ruby//lib/sentry/utils/custom_inspection.rb#5
1414
+ def inspect; end
1415
+ end
1416
+
1417
+ # source://sentry-ruby//lib/sentry/dsn.rb#6
1418
+ class Sentry::DSN
1419
+ # source://sentry-ruby//lib/sentry/dsn.rb#12
1420
+ def initialize(dsn_string); end
1421
+
1422
+ # source://sentry-ruby//lib/sentry/dsn.rb#45
1423
+ def csp_report_uri; end
1424
+
1425
+ # source://sentry-ruby//lib/sentry/dsn.rb#49
1426
+ def envelope_endpoint; end
1427
+
1428
+ # source://sentry-ruby//lib/sentry/dsn.rb#10
1429
+ def host; end
1430
+
1431
+ # source://sentry-ruby//lib/sentry/dsn.rb#10
1432
+ def path; end
1433
+
1434
+ # source://sentry-ruby//lib/sentry/dsn.rb#10
1435
+ def port; end
1436
+
1437
+ # source://sentry-ruby//lib/sentry/dsn.rb#10
1438
+ def project_id; end
1439
+
1440
+ # source://sentry-ruby//lib/sentry/dsn.rb#10
1441
+ def public_key; end
1442
+
1443
+ # source://sentry-ruby//lib/sentry/dsn.rb#10
1444
+ def scheme; end
1445
+
1446
+ # source://sentry-ruby//lib/sentry/dsn.rb#10
1447
+ def secret_key; end
1448
+
1449
+ # source://sentry-ruby//lib/sentry/dsn.rb#39
1450
+ def server; end
1451
+
1452
+ # source://sentry-ruby//lib/sentry/dsn.rb#35
1453
+ def to_s; end
1454
+
1455
+ # source://sentry-ruby//lib/sentry/dsn.rb#31
1456
+ def valid?; end
1457
+ end
1458
+
1459
+ # source://sentry-ruby//lib/sentry/dsn.rb#7
1460
+ Sentry::DSN::PORT_MAP = T.let(T.unsafe(nil), Hash)
1461
+
1462
+ # source://sentry-ruby//lib/sentry/dsn.rb#8
1463
+ Sentry::DSN::REQUIRED_ATTRIBUTES = T.let(T.unsafe(nil), Array)
1464
+
1465
+ # source://sentry-ruby//lib/sentry/transport/dummy_transport.rb#4
1466
+ class Sentry::DummyTransport < ::Sentry::Transport
1467
+ # source://sentry-ruby//lib/sentry/transport/dummy_transport.rb#7
1468
+ def initialize(*_arg0); end
1469
+
1470
+ # source://sentry-ruby//lib/sentry/transport/dummy_transport.rb#5
1471
+ def envelopes; end
1472
+
1473
+ # source://sentry-ruby//lib/sentry/transport/dummy_transport.rb#5
1474
+ def envelopes=(_arg0); end
1475
+
1476
+ # source://sentry-ruby//lib/sentry/transport/dummy_transport.rb#5
1477
+ def events; end
1478
+
1479
+ # source://sentry-ruby//lib/sentry/transport/dummy_transport.rb#5
1480
+ def events=(_arg0); end
1481
+
1482
+ # source://sentry-ruby//lib/sentry/transport/dummy_transport.rb#17
1483
+ def send_envelope(envelope); end
1484
+
1485
+ # source://sentry-ruby//lib/sentry/transport/dummy_transport.rb#13
1486
+ def send_event(event); end
1487
+ end
1488
+
1489
+ # source://sentry-ruby//lib/sentry/envelope.rb#5
1490
+ class Sentry::Envelope
1491
+ # source://sentry-ruby//lib/sentry/envelope.rb#8
1492
+ def initialize(headers = T.unsafe(nil)); end
1493
+
1494
+ # source://sentry-ruby//lib/sentry/envelope.rb#13
1495
+ def add_item(headers, payload); end
1496
+
1497
+ # source://sentry-ruby//lib/sentry/envelope.rb#21
1498
+ def event_id; end
1499
+
1500
+ # source://sentry-ruby//lib/sentry/envelope.rb#6
1501
+ def headers; end
1502
+
1503
+ # source://sentry-ruby//lib/sentry/envelope.rb#6
1504
+ def headers=(_arg0); end
1505
+
1506
+ # source://sentry-ruby//lib/sentry/envelope.rb#17
1507
+ def item_types; end
1508
+
1509
+ # source://sentry-ruby//lib/sentry/envelope.rb#6
1510
+ def items; end
1511
+
1512
+ # source://sentry-ruby//lib/sentry/envelope.rb#6
1513
+ def items=(_arg0); end
1514
+ end
1515
+
1516
+ # source://sentry-ruby//lib/sentry/envelope/item.rb#5
1517
+ class Sentry::Envelope::Item
1518
+ # source://sentry-ruby//lib/sentry/envelope/item.rb#28
1519
+ def initialize(headers, payload); end
1520
+
1521
+ # source://sentry-ruby//lib/sentry/envelope/item.rb#13
1522
+ def data_category; end
1523
+
1524
+ # source://sentry-ruby//lib/sentry/envelope/item.rb#13
1525
+ def headers; end
1526
+
1527
+ # source://sentry-ruby//lib/sentry/envelope/item.rb#13
1528
+ def payload; end
1529
+
1530
+ # source://sentry-ruby//lib/sentry/envelope/item.rb#40
1531
+ def serialize; end
1532
+
1533
+ # source://sentry-ruby//lib/sentry/envelope/item.rb#56
1534
+ def size_breakdown; end
1535
+
1536
+ # source://sentry-ruby//lib/sentry/envelope/item.rb#13
1537
+ def size_limit; end
1538
+
1539
+ # source://sentry-ruby//lib/sentry/envelope/item.rb#36
1540
+ def to_s; end
1541
+
1542
+ # source://sentry-ruby//lib/sentry/envelope/item.rb#13
1543
+ def type; end
1544
+
1545
+ private
1546
+
1547
+ # source://sentry-ruby//lib/sentry/envelope/item.rb#72
1548
+ def reduce_stacktrace!; end
1549
+
1550
+ # source://sentry-ruby//lib/sentry/envelope/item.rb#64
1551
+ def remove_breadcrumbs!; end
1552
+
1553
+ class << self
1554
+ # source://sentry-ruby//lib/sentry/envelope/item.rb#16
1555
+ def data_category(type); end
1556
+ end
1557
+ end
1558
+
1559
+ # source://sentry-ruby//lib/sentry/envelope/item.rb#7
1560
+ Sentry::Envelope::Item::MAX_SERIALIZED_PAYLOAD_SIZE = T.let(T.unsafe(nil), Integer)
1561
+
1562
+ # source://sentry-ruby//lib/sentry/envelope/item.rb#9
1563
+ Sentry::Envelope::Item::SIZE_LIMITS = T.let(T.unsafe(nil), Hash)
1564
+
1565
+ # source://sentry-ruby//lib/sentry/envelope/item.rb#6
1566
+ Sentry::Envelope::Item::STACKTRACE_FRAME_LIMIT_ON_OVERSIZED_PAYLOAD = T.let(T.unsafe(nil), Integer)
1567
+
1568
+ # source://sentry-ruby//lib/sentry/exceptions.rb#4
1569
+ class Sentry::Error < ::StandardError; end
1570
+
1571
+ # source://sentry-ruby//lib/sentry/error_event.rb#5
1572
+ class Sentry::ErrorEvent < ::Sentry::Event
1573
+ # source://sentry-ruby//lib/sentry/error_event.rb#30
1574
+ def add_exception_interface(exception, mechanism:); end
1575
+
1576
+ # source://sentry-ruby//lib/sentry/error_event.rb#21
1577
+ def add_threads_interface(backtrace: T.unsafe(nil), **options); end
1578
+
1579
+ # source://sentry-ruby//lib/sentry/error_event.rb#7
1580
+ def exception; end
1581
+
1582
+ # source://sentry-ruby//lib/sentry/error_event.rb#10
1583
+ def threads; end
1584
+
1585
+ # source://sentry-ruby//lib/sentry/error_event.rb#13
1586
+ def to_hash; end
1587
+ end
1588
+
1589
+ # source://sentry-ruby//lib/sentry/event.rb#15
1590
+ class Sentry::Event
1591
+ include ::Sentry::CustomInspection
1592
+
1593
+ # source://sentry-ruby//lib/sentry/event.rb#52
1594
+ def initialize(configuration:, integration_meta: T.unsafe(nil), message: T.unsafe(nil)); end
1595
+
1596
+ # source://sentry-ruby//lib/sentry/event.rb#47
1597
+ def attachments; end
1598
+
1599
+ # source://sentry-ruby//lib/sentry/event.rb#47
1600
+ def attachments=(_arg0); end
1601
+
1602
+ # source://sentry-ruby//lib/sentry/event.rb#36
1603
+ def breadcrumbs; end
1604
+
1605
+ # source://sentry-ruby//lib/sentry/event.rb#35
1606
+ def breadcrumbs=(_arg0); end
1607
+
1608
+ # source://sentry-ruby//lib/sentry/event.rb#86
1609
+ def configuration; end
1610
+
1611
+ # source://sentry-ruby//lib/sentry/event.rb#36
1612
+ def contexts; end
1613
+
1614
+ # source://sentry-ruby//lib/sentry/event.rb#35
1615
+ def contexts=(_arg0); end
1616
+
1617
+ # source://sentry-ruby//lib/sentry/event.rb#44
1618
+ def dynamic_sampling_context; end
1619
+
1620
+ # source://sentry-ruby//lib/sentry/event.rb#44
1621
+ def dynamic_sampling_context=(_arg0); end
1622
+
1623
+ # source://sentry-ruby//lib/sentry/event.rb#36
1624
+ def environment; end
1625
+
1626
+ # source://sentry-ruby//lib/sentry/event.rb#35
1627
+ def environment=(_arg0); end
1628
+
1629
+ # source://sentry-ruby//lib/sentry/event.rb#36
1630
+ def event_id; end
1631
+
1632
+ # source://sentry-ruby//lib/sentry/event.rb#35
1633
+ def event_id=(_arg0); end
1634
+
1635
+ # source://sentry-ruby//lib/sentry/event.rb#36
1636
+ def extra; end
1637
+
1638
+ # source://sentry-ruby//lib/sentry/event.rb#35
1639
+ def extra=(_arg0); end
1640
+
1641
+ # source://sentry-ruby//lib/sentry/event.rb#36
1642
+ def fingerprint; end
1643
+
1644
+ # source://sentry-ruby//lib/sentry/event.rb#35
1645
+ def fingerprint=(_arg0); end
1646
+
1647
+ # source://sentry-ruby//lib/sentry/event.rb#36
1648
+ def level; end
1649
+
1650
+ # source://sentry-ruby//lib/sentry/event.rb#100
1651
+ def level=(level); end
1652
+
1653
+ # source://sentry-ruby//lib/sentry/event.rb#36
1654
+ def message; end
1655
+
1656
+ # source://sentry-ruby//lib/sentry/event.rb#35
1657
+ def message=(_arg0); end
1658
+
1659
+ # source://sentry-ruby//lib/sentry/event.rb#36
1660
+ def modules; end
1661
+
1662
+ # source://sentry-ruby//lib/sentry/event.rb#35
1663
+ def modules=(_arg0); end
1664
+
1665
+ # source://sentry-ruby//lib/sentry/event.rb#36
1666
+ def platform; end
1667
+
1668
+ # source://sentry-ruby//lib/sentry/event.rb#35
1669
+ def platform=(_arg0); end
1670
+
1671
+ # source://sentry-ruby//lib/sentry/event.rb#108
1672
+ def rack_env=(env); end
1673
+
1674
+ # source://sentry-ruby//lib/sentry/event.rb#36
1675
+ def release; end
1676
+
1677
+ # source://sentry-ruby//lib/sentry/event.rb#35
1678
+ def release=(_arg0); end
1679
+
1680
+ # source://sentry-ruby//lib/sentry/event.rb#39
1681
+ def request; end
1682
+
1683
+ # source://sentry-ruby//lib/sentry/event.rb#36
1684
+ def sdk; end
1685
+
1686
+ # source://sentry-ruby//lib/sentry/event.rb#35
1687
+ def sdk=(_arg0); end
1688
+
1689
+ # source://sentry-ruby//lib/sentry/event.rb#36
1690
+ def server_name; end
1691
+
1692
+ # source://sentry-ruby//lib/sentry/event.rb#35
1693
+ def server_name=(_arg0); end
1694
+
1695
+ # source://sentry-ruby//lib/sentry/event.rb#36
1696
+ def tags; end
1697
+
1698
+ # source://sentry-ruby//lib/sentry/event.rb#35
1699
+ def tags=(_arg0); end
1700
+
1701
+ # source://sentry-ruby//lib/sentry/event.rb#36
1702
+ def timestamp; end
1703
+
1704
+ # source://sentry-ruby//lib/sentry/event.rb#93
1705
+ def timestamp=(time); end
1706
+
1707
+ # source://sentry-ruby//lib/sentry/event.rb#121
1708
+ def to_hash; end
1709
+
1710
+ # source://sentry-ruby//lib/sentry/event.rb#129
1711
+ def to_json_compatible; end
1712
+
1713
+ # source://sentry-ruby//lib/sentry/event.rb#36
1714
+ def transaction; end
1715
+
1716
+ # source://sentry-ruby//lib/sentry/event.rb#35
1717
+ def transaction=(_arg0); end
1718
+
1719
+ # source://sentry-ruby//lib/sentry/event.rb#36
1720
+ def transaction_info; end
1721
+
1722
+ # source://sentry-ruby//lib/sentry/event.rb#35
1723
+ def transaction_info=(_arg0); end
1724
+
1725
+ # source://sentry-ruby//lib/sentry/event.rb#36
1726
+ def type; end
1727
+
1728
+ # source://sentry-ruby//lib/sentry/event.rb#36
1729
+ def user; end
1730
+
1731
+ # source://sentry-ruby//lib/sentry/event.rb#35
1732
+ def user=(_arg0); end
1733
+
1734
+ private
1735
+
1736
+ # source://sentry-ruby//lib/sentry/event.rb#135
1737
+ def add_request_interface(env); end
1738
+
1739
+ # source://sentry-ruby//lib/sentry/event.rb#149
1740
+ def calculate_real_ip_from_rack(env); end
1741
+
1742
+ # source://sentry-ruby//lib/sentry/event.rb#139
1743
+ def serialize_attributes; end
1744
+ end
1745
+
1746
+ # source://sentry-ruby//lib/sentry/event.rb#29
1747
+ Sentry::Event::MAX_MESSAGE_SIZE_IN_BYTES = T.let(T.unsafe(nil), Integer)
1748
+
1749
+ # source://sentry-ruby//lib/sentry/event.rb#18
1750
+ Sentry::Event::SERIALIZEABLE_ATTRIBUTES = T.let(T.unsafe(nil), Array)
1751
+
1752
+ # source://sentry-ruby//lib/sentry/event.rb#31
1753
+ Sentry::Event::SKIP_INSPECTION_ATTRIBUTES = T.let(T.unsafe(nil), Array)
1754
+
1755
+ # source://sentry-ruby//lib/sentry/event.rb#16
1756
+ Sentry::Event::TYPE = T.let(T.unsafe(nil), String)
1757
+
1758
+ # source://sentry-ruby//lib/sentry/event.rb#27
1759
+ Sentry::Event::WRITER_ATTRIBUTES = T.let(T.unsafe(nil), Array)
1760
+
1761
+ # source://sentry-ruby//lib/sentry/interfaces/exception.rb#6
1762
+ class Sentry::ExceptionInterface < ::Sentry::Interface
1763
+ # source://sentry-ruby//lib/sentry/interfaces/exception.rb#11
1764
+ def initialize(exceptions:); end
1765
+
1766
+ # source://sentry-ruby//lib/sentry/interfaces/exception.rb#16
1767
+ def to_hash; end
1768
+
1769
+ # source://sentry-ruby//lib/sentry/interfaces/exception.rb#8
1770
+ def values; end
1771
+
1772
+ class << self
1773
+ # source://sentry-ruby//lib/sentry/interfaces/exception.rb#29
1774
+ def build(exception:, stacktrace_builder:, mechanism:); end
1775
+ end
1776
+ end
1777
+
1778
+ # source://sentry-ruby//lib/sentry/exceptions.rb#7
1779
+ class Sentry::ExternalError < ::Sentry::Error; end
1780
+
1781
+ # source://sentry-ruby//lib/sentry/faraday.rb#4
1782
+ module Sentry::Faraday; end
1783
+
1784
+ # source://sentry-ruby//lib/sentry/faraday.rb#7
1785
+ module Sentry::Faraday::Connection
1786
+ # source://sentry-ruby//lib/sentry/faraday.rb#12
1787
+ def initialize(url = T.unsafe(nil), options = T.unsafe(nil)); end
1788
+ end
1789
+
1790
+ # source://sentry-ruby//lib/sentry/faraday.rb#25
1791
+ class Sentry::Faraday::Instrumenter
1792
+ include ::Sentry::Utils::HttpTracing
1793
+
1794
+ # source://sentry-ruby//lib/sentry/faraday.rb#31
1795
+ def instrument(op_name, env, &block); end
1796
+
1797
+ private
1798
+
1799
+ # source://sentry-ruby//lib/sentry/faraday.rb#58
1800
+ def extract_request_info(env); end
1801
+ end
1802
+
1803
+ # source://sentry-ruby//lib/sentry/faraday.rb#27
1804
+ Sentry::Faraday::Instrumenter::BREADCRUMB_CATEGORY = T.let(T.unsafe(nil), String)
1805
+
1806
+ # source://sentry-ruby//lib/sentry/faraday.rb#26
1807
+ Sentry::Faraday::Instrumenter::SPAN_ORIGIN = T.let(T.unsafe(nil), String)
1808
+
1809
+ # source://sentry-ruby//lib/sentry/faraday.rb#5
1810
+ Sentry::Faraday::OP_NAME = T.let(T.unsafe(nil), String)
1811
+
1812
+ # source://sentry-ruby//lib/sentry-ruby.rb#55
1813
+ Sentry::GLOBALS = T.let(T.unsafe(nil), Array)
1814
+
1815
+ # source://sentry-ruby//lib/sentry/transport/http_transport.rb#7
1816
+ class Sentry::HTTPTransport < ::Sentry::Transport
1817
+ # source://sentry-ruby//lib/sentry/transport/http_transport.rb#26
1818
+ def initialize(*args); end
1819
+
1820
+ # source://sentry-ruby//lib/sentry/transport/http_transport.rb#89
1821
+ def conn; end
1822
+
1823
+ # source://sentry-ruby//lib/sentry/transport/http_transport.rb#71
1824
+ def endpoint; end
1825
+
1826
+ # source://sentry-ruby//lib/sentry/transport/http_transport.rb#75
1827
+ def generate_auth_header; end
1828
+
1829
+ # source://sentry-ruby//lib/sentry/transport/http_transport.rb#31
1830
+ def send_data(data); end
1831
+
1832
+ private
1833
+
1834
+ # source://sentry-ruby//lib/sentry/transport/http_transport.rb#120
1835
+ def handle_rate_limited_response(headers); end
1836
+
1837
+ # source://sentry-ruby//lib/sentry/transport/http_transport.rb#116
1838
+ def has_rate_limited_header?(headers); end
1839
+
1840
+ # source://sentry-ruby//lib/sentry/transport/http_transport.rb#181
1841
+ def normalize_proxy(proxy); end
1842
+
1843
+ # source://sentry-ruby//lib/sentry/transport/http_transport.rb#146
1844
+ def parse_rate_limit_header(rate_limit_header); end
1845
+
1846
+ # source://sentry-ruby//lib/sentry/transport/http_transport.rb#174
1847
+ def should_compress?(data); end
1848
+
1849
+ # source://sentry-ruby//lib/sentry/transport/http_transport.rb#195
1850
+ def ssl_configuration; end
1851
+ end
1852
+
1853
+ # source://sentry-ruby//lib/sentry/transport/http_transport.rb#10
1854
+ Sentry::HTTPTransport::CONTENT_TYPE = T.let(T.unsafe(nil), String)
1855
+
1856
+ # source://sentry-ruby//lib/sentry/transport/http_transport.rb#12
1857
+ Sentry::HTTPTransport::DEFAULT_DELAY = T.let(T.unsafe(nil), Integer)
1858
+
1859
+ # source://sentry-ruby//lib/sentry/transport/http_transport.rb#8
1860
+ Sentry::HTTPTransport::GZIP_ENCODING = T.let(T.unsafe(nil), String)
1861
+
1862
+ # source://sentry-ruby//lib/sentry/transport/http_transport.rb#9
1863
+ Sentry::HTTPTransport::GZIP_THRESHOLD = T.let(T.unsafe(nil), Integer)
1864
+
1865
+ # source://sentry-ruby//lib/sentry/transport/http_transport.rb#19
1866
+ Sentry::HTTPTransport::HTTP_ERRORS = T.let(T.unsafe(nil), Array)
1867
+
1868
+ # source://sentry-ruby//lib/sentry/transport/http_transport.rb#14
1869
+ Sentry::HTTPTransport::RATE_LIMIT_HEADER = T.let(T.unsafe(nil), String)
1870
+
1871
+ # source://sentry-ruby//lib/sentry/transport/http_transport.rb#13
1872
+ Sentry::HTTPTransport::RETRY_AFTER_HEADER = T.let(T.unsafe(nil), String)
1873
+
1874
+ # source://sentry-ruby//lib/sentry/transport/http_transport.rb#15
1875
+ Sentry::HTTPTransport::USER_AGENT = T.let(T.unsafe(nil), String)
1876
+
1877
+ # source://sentry-ruby//lib/sentry/hub.rb#8
1878
+ class Sentry::Hub
1879
+ include ::Sentry::ArgumentCheckingHelper
1880
+
1881
+ # source://sentry-ruby//lib/sentry/hub.rb#17
1882
+ def initialize(client, scope); end
1883
+
1884
+ # source://sentry-ruby//lib/sentry/hub.rb#262
1885
+ def add_breadcrumb(breadcrumb, hint: T.unsafe(nil)); end
1886
+
1887
+ # source://sentry-ruby//lib/sentry/hub.rb#75
1888
+ def bind_client(client); end
1889
+
1890
+ # source://sentry-ruby//lib/sentry/hub.rb#195
1891
+ def capture_check_in(slug, status, **options); end
1892
+
1893
+ # source://sentry-ruby//lib/sentry/hub.rb#229
1894
+ def capture_event(event, **options, &block); end
1895
+
1896
+ # source://sentry-ruby//lib/sentry/hub.rb#154
1897
+ def capture_exception(exception, **options, &block); end
1898
+
1899
+ # source://sentry-ruby//lib/sentry/hub.rb#219
1900
+ def capture_log_event(message, **options); end
1901
+
1902
+ # source://sentry-ruby//lib/sentry/hub.rb#180
1903
+ def capture_message(message, **options, &block); end
1904
+
1905
+ # source://sentry-ruby//lib/sentry/hub.rb#65
1906
+ def clone; end
1907
+
1908
+ # source://sentry-ruby//lib/sentry/hub.rb#57
1909
+ def configuration; end
1910
+
1911
+ # source://sentry-ruby//lib/sentry/hub.rb#83
1912
+ def configure_scope(&block); end
1913
+
1914
+ # source://sentry-ruby//lib/sentry/hub.rb#346
1915
+ def continue_trace(env, **options); end
1916
+
1917
+ # source://sentry-ruby//lib/sentry/hub.rb#53
1918
+ def current_client; end
1919
+
1920
+ # source://sentry-ruby//lib/sentry/hub.rb#15
1921
+ def current_profiler; end
1922
+
1923
+ # source://sentry-ruby//lib/sentry/hub.rb#61
1924
+ def current_scope; end
1925
+
1926
+ # source://sentry-ruby//lib/sentry/hub.rb#291
1927
+ def end_session; end
1928
+
1929
+ # source://sentry-ruby//lib/sentry/hub.rb#321
1930
+ def get_baggage; end
1931
+
1932
+ # source://sentry-ruby//lib/sentry/hub.rb#328
1933
+ def get_trace_propagation_headers; end
1934
+
1935
+ # source://sentry-ruby//lib/sentry/hub.rb#340
1936
+ def get_trace_propagation_meta; end
1937
+
1938
+ # source://sentry-ruby//lib/sentry/hub.rb#314
1939
+ def get_traceparent; end
1940
+
1941
+ # source://sentry-ruby//lib/sentry/hub.rb#13
1942
+ def last_event_id; end
1943
+
1944
+ # source://sentry-ruby//lib/sentry/hub.rb#49
1945
+ def new_from_top; end
1946
+
1947
+ # source://sentry-ruby//lib/sentry/hub.rb#105
1948
+ def pop_scope; end
1949
+
1950
+ # source://sentry-ruby//lib/sentry/hub.rb#43
1951
+ def profiler_running?; end
1952
+
1953
+ # source://sentry-ruby//lib/sentry/hub.rb#94
1954
+ def push_scope; end
1955
+
1956
+ # source://sentry-ruby//lib/sentry/hub.rb#26
1957
+ def start_profiler!(transaction); end
1958
+
1959
+ # source://sentry-ruby//lib/sentry/hub.rb#286
1960
+ def start_session; end
1961
+
1962
+ # source://sentry-ruby//lib/sentry/hub.rb#115
1963
+ def start_transaction(transaction: T.unsafe(nil), custom_sampling_context: T.unsafe(nil), instrumenter: T.unsafe(nil), **options); end
1964
+
1965
+ # source://sentry-ruby//lib/sentry/hub.rb#35
1966
+ def stop_profiler!(transaction); end
1967
+
1968
+ # source://sentry-ruby//lib/sentry/hub.rb#277
1969
+ def with_background_worker_disabled(&block); end
1970
+
1971
+ # source://sentry-ruby//lib/sentry/hub.rb#134
1972
+ def with_child_span(instrumenter: T.unsafe(nil), **attributes, &block); end
1973
+
1974
+ # source://sentry-ruby//lib/sentry/hub.rb#87
1975
+ def with_scope(&block); end
1976
+
1977
+ # source://sentry-ruby//lib/sentry/hub.rb#305
1978
+ def with_session_tracking(&block); end
1979
+
1980
+ private
1981
+
1982
+ # source://sentry-ruby//lib/sentry/hub.rb#366
1983
+ def current_layer; end
1984
+ end
1985
+
1986
+ # source://sentry-ruby//lib/sentry/hub.rb#370
1987
+ class Sentry::Hub::Layer
1988
+ # source://sentry-ruby//lib/sentry/hub.rb#374
1989
+ def initialize(client, scope); end
1990
+
1991
+ # source://sentry-ruby//lib/sentry/hub.rb#371
1992
+ def client; end
1993
+
1994
+ # source://sentry-ruby//lib/sentry/hub.rb#371
1995
+ def client=(_arg0); end
1996
+
1997
+ # source://sentry-ruby//lib/sentry/hub.rb#372
1998
+ def scope; end
1999
+ end
2000
+
2001
+ # source://sentry-ruby//lib/sentry/hub.rb#11
2002
+ Sentry::Hub::MUTEX = T.let(T.unsafe(nil), Thread::Mutex)
2003
+
2004
+ # source://sentry-ruby//lib/sentry/interface.rb#4
2005
+ class Sentry::Interface
2006
+ # source://sentry-ruby//lib/sentry/interface.rb#6
2007
+ def to_hash; end
2008
+ end
2009
+
2010
+ # source://sentry-ruby//lib/sentry-ruby.rb#45
2011
+ Sentry::LOGGER_PROGNAME = T.let(T.unsafe(nil), String)
2012
+
2013
+ # source://sentry-ruby//lib/sentry/linecache.rb#5
2014
+ class Sentry::LineCache
2015
+ # source://sentry-ruby//lib/sentry/linecache.rb#6
2016
+ def initialize; end
2017
+
2018
+ # source://sentry-ruby//lib/sentry/linecache.rb#14
2019
+ def get_file_context(filename, lineno, context); end
2020
+
2021
+ private
2022
+
2023
+ # source://sentry-ruby//lib/sentry/linecache.rb#38
2024
+ def getline(path, n); end
2025
+
2026
+ # source://sentry-ruby//lib/sentry/linecache.rb#30
2027
+ def getlines(path); end
2028
+
2029
+ # source://sentry-ruby//lib/sentry/linecache.rb#25
2030
+ def valid_path?(path); end
2031
+ end
2032
+
2033
+ # source://sentry-ruby//lib/sentry/log_event.rb#7
2034
+ class Sentry::LogEvent < ::Sentry::Event
2035
+ # source://sentry-ruby//lib/sentry/log_event.rb#36
2036
+ def initialize(configuration: T.unsafe(nil), **options); end
2037
+
2038
+ # source://sentry-ruby//lib/sentry/log_event.rb#34
2039
+ def attributes; end
2040
+
2041
+ # source://sentry-ruby//lib/sentry/log_event.rb#34
2042
+ def attributes=(_arg0); end
2043
+
2044
+ # source://sentry-ruby//lib/sentry/log_event.rb#34
2045
+ def body; end
2046
+
2047
+ # source://sentry-ruby//lib/sentry/log_event.rb#34
2048
+ def body=(_arg0); end
2049
+
2050
+ # source://sentry-ruby//lib/sentry/log_event.rb#34
2051
+ def level; end
2052
+
2053
+ # source://sentry-ruby//lib/sentry/log_event.rb#34
2054
+ def level=(_arg0); end
2055
+
2056
+ # source://sentry-ruby//lib/sentry/log_event.rb#34
2057
+ def template; end
2058
+
2059
+ # source://sentry-ruby//lib/sentry/log_event.rb#34
2060
+ def template=(_arg0); end
2061
+
2062
+ # source://sentry-ruby//lib/sentry/log_event.rb#47
2063
+ def to_hash; end
2064
+
2065
+ private
2066
+
2067
+ # source://sentry-ruby//lib/sentry/log_event.rb#113
2068
+ def attribute_hash(value); end
2069
+
2070
+ # source://sentry-ruby//lib/sentry/log_event.rb#155
2071
+ def is_template?; end
2072
+
2073
+ # source://sentry-ruby//lib/sentry/log_event.rb#130
2074
+ def parameters; end
2075
+
2076
+ # source://sentry-ruby//lib/sentry/log_event.rb#55
2077
+ def serialize(name); end
2078
+
2079
+ # source://sentry-ruby//lib/sentry/log_event.rb#99
2080
+ def serialize_attributes; end
2081
+
2082
+ # source://sentry-ruby//lib/sentry/log_event.rb#89
2083
+ def serialize_body; end
2084
+
2085
+ # source://sentry-ruby//lib/sentry/log_event.rb#65
2086
+ def serialize_level; end
2087
+
2088
+ # source://sentry-ruby//lib/sentry/log_event.rb#85
2089
+ def serialize_parent_span_id; end
2090
+
2091
+ # source://sentry-ruby//lib/sentry/log_event.rb#69
2092
+ def serialize_sdk_name; end
2093
+
2094
+ # source://sentry-ruby//lib/sentry/log_event.rb#73
2095
+ def serialize_sdk_version; end
2096
+
2097
+ # source://sentry-ruby//lib/sentry/log_event.rb#77
2098
+ def serialize_timestamp; end
2099
+
2100
+ # source://sentry-ruby//lib/sentry/log_event.rb#81
2101
+ def serialize_trace_id; end
2102
+
2103
+ # source://sentry-ruby//lib/sentry/log_event.rb#151
2104
+ def template_tokens; end
2105
+
2106
+ # source://sentry-ruby//lib/sentry/log_event.rb#117
2107
+ def value_type(value); end
2108
+ end
2109
+
2110
+ # source://sentry-ruby//lib/sentry/log_event.rb#11
2111
+ Sentry::LogEvent::DEFAULT_ATTRIBUTES = T.let(T.unsafe(nil), Hash)
2112
+
2113
+ # source://sentry-ruby//lib/sentry/log_event.rb#12
2114
+ Sentry::LogEvent::DEFAULT_CONTEXT = T.let(T.unsafe(nil), Hash)
2115
+
2116
+ # source://sentry-ruby//lib/sentry/log_event.rb#10
2117
+ Sentry::LogEvent::DEFAULT_PARAMETERS = T.let(T.unsafe(nil), Array)
2118
+
2119
+ # source://sentry-ruby//lib/sentry/log_event.rb#32
2120
+ Sentry::LogEvent::LEVELS = T.let(T.unsafe(nil), Array)
2121
+
2122
+ # source://sentry-ruby//lib/sentry/log_event.rb#22
2123
+ Sentry::LogEvent::SENTRY_ATTRIBUTES = T.let(T.unsafe(nil), Hash)
2124
+
2125
+ # source://sentry-ruby//lib/sentry/log_event.rb#14
2126
+ Sentry::LogEvent::SERIALIZEABLE_ATTRIBUTES = T.let(T.unsafe(nil), Array)
2127
+
2128
+ # source://sentry-ruby//lib/sentry/log_event.rb#149
2129
+ Sentry::LogEvent::TOKEN_REGEXP = T.let(T.unsafe(nil), Regexp)
2130
+
2131
+ # source://sentry-ruby//lib/sentry/log_event.rb#8
2132
+ Sentry::LogEvent::TYPE = T.let(T.unsafe(nil), String)
2133
+
2134
+ # source://sentry-ruby//lib/sentry/log_event_buffer.rb#11
2135
+ class Sentry::LogEventBuffer < ::Sentry::ThreadedPeriodicWorker
2136
+ # source://sentry-ruby//lib/sentry/log_event_buffer.rb#18
2137
+ def initialize(configuration, client); end
2138
+
2139
+ # source://sentry-ruby//lib/sentry/log_event_buffer.rb#51
2140
+ def add_event(event); end
2141
+
2142
+ # source://sentry-ruby//lib/sentry/log_event_buffer.rb#62
2143
+ def empty?; end
2144
+
2145
+ # source://sentry-ruby//lib/sentry/log_event_buffer.rb#36
2146
+ def flush; end
2147
+
2148
+ # source://sentry-ruby//lib/sentry/log_event_buffer.rb#16
2149
+ def pending_events; end
2150
+
2151
+ # source://sentry-ruby//lib/sentry/log_event_buffer.rb#36
2152
+ def run; end
2153
+
2154
+ # source://sentry-ruby//lib/sentry/log_event_buffer.rb#66
2155
+ def size; end
2156
+
2157
+ # source://sentry-ruby//lib/sentry/log_event_buffer.rb#31
2158
+ def start; end
2159
+
2160
+ private
2161
+
2162
+ # source://sentry-ruby//lib/sentry/log_event_buffer.rb#72
2163
+ def send_events; end
2164
+
2165
+ # source://sentry-ruby//lib/sentry/log_event_buffer.rb#77
2166
+ def to_envelope; end
2167
+ end
2168
+
2169
+ # source://sentry-ruby//lib/sentry/log_event_buffer.rb#13
2170
+ Sentry::LogEventBuffer::DEFAULT_MAX_EVENTS = T.let(T.unsafe(nil), Integer)
2171
+
2172
+ # source://sentry-ruby//lib/sentry/log_event_buffer.rb#12
2173
+ Sentry::LogEventBuffer::FLUSH_INTERVAL = T.let(T.unsafe(nil), Integer)
2174
+
2175
+ # source://sentry-ruby//lib/sentry/logger.rb#6
2176
+ class Sentry::Logger < ::Logger
2177
+ # source://sentry-ruby//lib/sentry/logger.rb#10
2178
+ def initialize(*_arg0); end
2179
+ end
2180
+
2181
+ # source://sentry-ruby//lib/sentry/logger.rb#7
2182
+ Sentry::Logger::LOG_PREFIX = T.let(T.unsafe(nil), String)
2183
+
2184
+ # source://sentry-ruby//lib/sentry/logger.rb#8
2185
+ Sentry::Logger::PROGNAME = T.let(T.unsafe(nil), String)
2186
+
2187
+ # source://sentry-ruby//lib/sentry/utils/logging_helper.rb#5
2188
+ module Sentry::LoggingHelper
2189
+ # source://sentry-ruby//lib/sentry/utils/logging_helper.rb#20
2190
+ def log_debug(message); end
2191
+
2192
+ # source://sentry-ruby//lib/sentry/utils/logging_helper.rb#10
2193
+ def log_error(message, exception, debug: T.unsafe(nil)); end
2194
+
2195
+ # source://sentry-ruby//lib/sentry/utils/logging_helper.rb#25
2196
+ def log_warn(message); end
2197
+
2198
+ # source://sentry-ruby//lib/sentry/utils/logging_helper.rb#7
2199
+ def sdk_logger; end
2200
+ end
2201
+
2202
+ # source://sentry-ruby//lib/sentry-ruby.rb#41
2203
+ Sentry::META = T.let(T.unsafe(nil), Hash)
2204
+
2205
+ # source://sentry-ruby//lib/sentry-ruby.rb#53
2206
+ Sentry::MUTEX = T.let(T.unsafe(nil), Thread::Mutex)
2207
+
2208
+ # source://sentry-ruby//lib/sentry/interfaces/mechanism.rb#4
2209
+ class Sentry::Mechanism < ::Sentry::Interface
2210
+ # source://sentry-ruby//lib/sentry/interfaces/mechanism.rb#15
2211
+ def initialize(type: T.unsafe(nil), handled: T.unsafe(nil)); end
2212
+
2213
+ # source://sentry-ruby//lib/sentry/interfaces/mechanism.rb#13
2214
+ def handled; end
2215
+
2216
+ # source://sentry-ruby//lib/sentry/interfaces/mechanism.rb#13
2217
+ def handled=(_arg0); end
2218
+
2219
+ # source://sentry-ruby//lib/sentry/interfaces/mechanism.rb#7
2220
+ def type; end
2221
+
2222
+ # source://sentry-ruby//lib/sentry/interfaces/mechanism.rb#7
2223
+ def type=(_arg0); end
2224
+ end
2225
+
2226
+ # source://sentry-ruby//lib/sentry/metrics/configuration.rb#4
2227
+ module Sentry::Metrics
2228
+ class << self
2229
+ # source://sentry-ruby//lib/sentry/metrics.rb#25
2230
+ def distribution(key, value, unit: T.unsafe(nil), tags: T.unsafe(nil), timestamp: T.unsafe(nil)); end
2231
+
2232
+ # source://sentry-ruby//lib/sentry/metrics.rb#33
2233
+ def gauge(key, value, unit: T.unsafe(nil), tags: T.unsafe(nil), timestamp: T.unsafe(nil)); end
2234
+
2235
+ # source://sentry-ruby//lib/sentry/metrics.rb#21
2236
+ def increment(key, value = T.unsafe(nil), unit: T.unsafe(nil), tags: T.unsafe(nil), timestamp: T.unsafe(nil)); end
2237
+
2238
+ # source://sentry-ruby//lib/sentry/metrics.rb#29
2239
+ def set(key, value, unit: T.unsafe(nil), tags: T.unsafe(nil), timestamp: T.unsafe(nil)); end
2240
+
2241
+ # source://sentry-ruby//lib/sentry/metrics.rb#37
2242
+ def timing(key, unit: T.unsafe(nil), tags: T.unsafe(nil), timestamp: T.unsafe(nil), &block); end
2243
+ end
2244
+ end
2245
+
2246
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#5
2247
+ class Sentry::Metrics::Aggregator < ::Sentry::ThreadedPeriodicWorker
2248
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#36
2249
+ def initialize(configuration, client); end
2250
+
2251
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#59
2252
+ def add(type, key, value, unit: T.unsafe(nil), tags: T.unsafe(nil), timestamp: T.unsafe(nil), stacklevel: T.unsafe(nil)); end
2253
+
2254
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#34
2255
+ def buckets; end
2256
+
2257
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#34
2258
+ def client; end
2259
+
2260
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#34
2261
+ def code_locations; end
2262
+
2263
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#91
2264
+ def flush(force: T.unsafe(nil)); end
2265
+
2266
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#34
2267
+ def flush_shift; end
2268
+
2269
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#91
2270
+ def run(force: T.unsafe(nil)); end
2271
+
2272
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#34
2273
+ def thread; end
2274
+
2275
+ private
2276
+
2277
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#151
2278
+ def get_code_locations!; end
2279
+
2280
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#134
2281
+ def get_flushable_buckets!(force); end
2282
+
2283
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#200
2284
+ def get_transaction_name; end
2285
+
2286
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#208
2287
+ def get_updated_tags(tags); end
2288
+
2289
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#225
2290
+ def process_bucket(timestamp, key, type, value); end
2291
+
2292
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#217
2293
+ def process_span_aggregator(key, value); end
2294
+
2295
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#239
2296
+ def record_code_location(type, key, unit, timestamp, stacklevel: T.unsafe(nil)); end
2297
+
2298
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#184
2299
+ def sanitize_key(key); end
2300
+
2301
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#192
2302
+ def sanitize_tag_key(key); end
2303
+
2304
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#196
2305
+ def sanitize_tag_value(value); end
2306
+
2307
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#188
2308
+ def sanitize_unit(unit); end
2309
+
2310
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#160
2311
+ def serialize_buckets(buckets); end
2312
+
2313
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#172
2314
+ def serialize_locations(timestamp, locations); end
2315
+
2316
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#124
2317
+ def serialize_tags(tags); end
2318
+ end
2319
+
2320
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#11
2321
+ Sentry::Metrics::Aggregator::DEFAULT_STACKLEVEL = T.let(T.unsafe(nil), Integer)
2322
+
2323
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#6
2324
+ Sentry::Metrics::Aggregator::FLUSH_INTERVAL = T.let(T.unsafe(nil), Integer)
2325
+
2326
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#13
2327
+ Sentry::Metrics::Aggregator::KEY_SANITIZATION_REGEX = T.let(T.unsafe(nil), Regexp)
2328
+
2329
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#26
2330
+ Sentry::Metrics::Aggregator::METRIC_TYPES = T.let(T.unsafe(nil), Hash)
2331
+
2332
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#7
2333
+ Sentry::Metrics::Aggregator::ROLLUP_IN_SECONDS = T.let(T.unsafe(nil), Integer)
2334
+
2335
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#15
2336
+ Sentry::Metrics::Aggregator::TAG_KEY_SANITIZATION_REGEX = T.let(T.unsafe(nil), Regexp)
2337
+
2338
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#17
2339
+ Sentry::Metrics::Aggregator::TAG_VALUE_SANITIZATION_MAP = T.let(T.unsafe(nil), Hash)
2340
+
2341
+ # source://sentry-ruby//lib/sentry/metrics/aggregator.rb#14
2342
+ Sentry::Metrics::Aggregator::UNIT_SANITIZATION_REGEX = T.let(T.unsafe(nil), Regexp)
2343
+
2344
+ # source://sentry-ruby//lib/sentry/metrics/configuration.rb#5
2345
+ class Sentry::Metrics::Configuration
2346
+ include ::Sentry::ArgumentCheckingHelper
2347
+
2348
+ # source://sentry-ruby//lib/sentry/metrics/configuration.rb#35
2349
+ def initialize; end
2350
+
2351
+ # source://sentry-ruby//lib/sentry/metrics/configuration.rb#33
2352
+ def before_emit; end
2353
+
2354
+ # source://sentry-ruby//lib/sentry/metrics/configuration.rb#40
2355
+ def before_emit=(value); end
2356
+
2357
+ # source://sentry-ruby//lib/sentry/metrics/configuration.rb#18
2358
+ def enable_code_locations; end
2359
+
2360
+ # source://sentry-ruby//lib/sentry/metrics/configuration.rb#18
2361
+ def enable_code_locations=(_arg0); end
2362
+
2363
+ # source://sentry-ruby//lib/sentry/metrics/configuration.rb#12
2364
+ def enabled; end
2365
+
2366
+ # source://sentry-ruby//lib/sentry/metrics/configuration.rb#12
2367
+ def enabled=(_arg0); end
2368
+ end
2369
+
2370
+ # source://sentry-ruby//lib/sentry/metrics/counter_metric.rb#5
2371
+ class Sentry::Metrics::CounterMetric < ::Sentry::Metrics::Metric
2372
+ # source://sentry-ruby//lib/sentry/metrics/counter_metric.rb#8
2373
+ def initialize(value); end
2374
+
2375
+ # source://sentry-ruby//lib/sentry/metrics/counter_metric.rb#12
2376
+ def add(value); end
2377
+
2378
+ # source://sentry-ruby//lib/sentry/metrics/counter_metric.rb#16
2379
+ def serialize; end
2380
+
2381
+ # source://sentry-ruby//lib/sentry/metrics/counter_metric.rb#6
2382
+ def value; end
2383
+
2384
+ # source://sentry-ruby//lib/sentry/metrics/counter_metric.rb#20
2385
+ def weight; end
2386
+ end
2387
+
2388
+ # source://sentry-ruby//lib/sentry/metrics.rb#13
2389
+ Sentry::Metrics::DURATION_UNITS = T.let(T.unsafe(nil), Array)
2390
+
2391
+ # source://sentry-ruby//lib/sentry/metrics/distribution_metric.rb#5
2392
+ class Sentry::Metrics::DistributionMetric < ::Sentry::Metrics::Metric
2393
+ # source://sentry-ruby//lib/sentry/metrics/distribution_metric.rb#8
2394
+ def initialize(value); end
2395
+
2396
+ # source://sentry-ruby//lib/sentry/metrics/distribution_metric.rb#12
2397
+ def add(value); end
2398
+
2399
+ # source://sentry-ruby//lib/sentry/metrics/distribution_metric.rb#16
2400
+ def serialize; end
2401
+
2402
+ # source://sentry-ruby//lib/sentry/metrics/distribution_metric.rb#6
2403
+ def value; end
2404
+
2405
+ # source://sentry-ruby//lib/sentry/metrics/distribution_metric.rb#20
2406
+ def weight; end
2407
+ end
2408
+
2409
+ # source://sentry-ruby//lib/sentry/metrics.rb#15
2410
+ Sentry::Metrics::FRACTIONAL_UNITS = T.let(T.unsafe(nil), Array)
2411
+
2412
+ # source://sentry-ruby//lib/sentry/metrics/gauge_metric.rb#5
2413
+ class Sentry::Metrics::GaugeMetric < ::Sentry::Metrics::Metric
2414
+ # source://sentry-ruby//lib/sentry/metrics/gauge_metric.rb#8
2415
+ def initialize(value); end
2416
+
2417
+ # source://sentry-ruby//lib/sentry/metrics/gauge_metric.rb#17
2418
+ def add(value); end
2419
+
2420
+ # source://sentry-ruby//lib/sentry/metrics/gauge_metric.rb#6
2421
+ def count; end
2422
+
2423
+ # source://sentry-ruby//lib/sentry/metrics/gauge_metric.rb#6
2424
+ def last; end
2425
+
2426
+ # source://sentry-ruby//lib/sentry/metrics/gauge_metric.rb#6
2427
+ def max; end
2428
+
2429
+ # source://sentry-ruby//lib/sentry/metrics/gauge_metric.rb#6
2430
+ def min; end
2431
+
2432
+ # source://sentry-ruby//lib/sentry/metrics/gauge_metric.rb#26
2433
+ def serialize; end
2434
+
2435
+ # source://sentry-ruby//lib/sentry/metrics/gauge_metric.rb#6
2436
+ def sum; end
2437
+
2438
+ # source://sentry-ruby//lib/sentry/metrics/gauge_metric.rb#30
2439
+ def weight; end
2440
+ end
2441
+
2442
+ # source://sentry-ruby//lib/sentry/metrics.rb#14
2443
+ Sentry::Metrics::INFORMATION_UNITS = T.let(T.unsafe(nil), Array)
2444
+
2445
+ # source://sentry-ruby//lib/sentry/metrics/local_aggregator.rb#5
2446
+ class Sentry::Metrics::LocalAggregator
2447
+ # source://sentry-ruby//lib/sentry/metrics/local_aggregator.rb#9
2448
+ def initialize; end
2449
+
2450
+ # source://sentry-ruby//lib/sentry/metrics/local_aggregator.rb#13
2451
+ def add(key, value); end
2452
+
2453
+ # source://sentry-ruby//lib/sentry/metrics/local_aggregator.rb#7
2454
+ def buckets; end
2455
+
2456
+ # source://sentry-ruby//lib/sentry/metrics/local_aggregator.rb#21
2457
+ def to_hash; end
2458
+
2459
+ private
2460
+
2461
+ # source://sentry-ruby//lib/sentry/metrics/local_aggregator.rb#42
2462
+ def deserialize_tags(tags); end
2463
+ end
2464
+
2465
+ # source://sentry-ruby//lib/sentry/metrics/metric.rb#5
2466
+ class Sentry::Metrics::Metric
2467
+ # source://sentry-ruby//lib/sentry/metrics/metric.rb#6
2468
+ def add(value); end
2469
+
2470
+ # source://sentry-ruby//lib/sentry/metrics/metric.rb#10
2471
+ def serialize; end
2472
+
2473
+ # source://sentry-ruby//lib/sentry/metrics/metric.rb#14
2474
+ def weight; end
2475
+ end
2476
+
2477
+ # source://sentry-ruby//lib/sentry/metrics.rb#17
2478
+ Sentry::Metrics::OP_NAME = T.let(T.unsafe(nil), String)
2479
+
2480
+ # source://sentry-ruby//lib/sentry/metrics.rb#18
2481
+ Sentry::Metrics::SPAN_ORIGIN = T.let(T.unsafe(nil), String)
2482
+
2483
+ # source://sentry-ruby//lib/sentry/metrics/set_metric.rb#8
2484
+ class Sentry::Metrics::SetMetric < ::Sentry::Metrics::Metric
2485
+ # source://sentry-ruby//lib/sentry/metrics/set_metric.rb#11
2486
+ def initialize(value); end
2487
+
2488
+ # source://sentry-ruby//lib/sentry/metrics/set_metric.rb#15
2489
+ def add(value); end
2490
+
2491
+ # source://sentry-ruby//lib/sentry/metrics/set_metric.rb#19
2492
+ def serialize; end
2493
+
2494
+ # source://sentry-ruby//lib/sentry/metrics/set_metric.rb#9
2495
+ def value; end
2496
+
2497
+ # source://sentry-ruby//lib/sentry/metrics/set_metric.rb#23
2498
+ def weight; end
2499
+ end
2500
+
2501
+ # source://sentry-ruby//lib/sentry/metrics/timing.rb#5
2502
+ module Sentry::Metrics::Timing
2503
+ class << self
2504
+ # source://sentry-ruby//lib/sentry/metrics/timing.rb#33
2505
+ def day; end
2506
+
2507
+ # source://sentry-ruby//lib/sentry/metrics/timing.rb#45
2508
+ def duration_end(start); end
2509
+
2510
+ # source://sentry-ruby//lib/sentry/metrics/timing.rb#41
2511
+ def duration_start; end
2512
+
2513
+ # source://sentry-ruby//lib/sentry/metrics/timing.rb#29
2514
+ def hour; end
2515
+
2516
+ # source://sentry-ruby//lib/sentry/metrics/timing.rb#12
2517
+ def microsecond; end
2518
+
2519
+ # source://sentry-ruby//lib/sentry/metrics/timing.rb#17
2520
+ def millisecond; end
2521
+
2522
+ # source://sentry-ruby//lib/sentry/metrics/timing.rb#25
2523
+ def minute; end
2524
+
2525
+ # source://sentry-ruby//lib/sentry/metrics/timing.rb#7
2526
+ def nanosecond; end
2527
+
2528
+ # source://sentry-ruby//lib/sentry/metrics/timing.rb#21
2529
+ def second; end
2530
+
2531
+ # source://sentry-ruby//lib/sentry/metrics/timing.rb#37
2532
+ def week; end
2533
+ end
2534
+ end
2535
+
2536
+ # source://sentry-ruby//lib/sentry/net/http.rb#9
2537
+ module Sentry::Net; end
2538
+
2539
+ # source://sentry-ruby//lib/sentry/net/http.rb#10
2540
+ module Sentry::Net::HTTP
2541
+ include ::Sentry::Utils::HttpTracing
2542
+
2543
+ # source://sentry-ruby//lib/sentry/net/http.rb#33
2544
+ def request(req, body = T.unsafe(nil), &block); end
2545
+
2546
+ private
2547
+
2548
+ # source://sentry-ruby//lib/sentry/net/http.rb#66
2549
+ def extract_request_info(req); end
2550
+
2551
+ # source://sentry-ruby//lib/sentry/net/http.rb#61
2552
+ def from_sentry_sdk?; end
2553
+ end
2554
+
2555
+ # source://sentry-ruby//lib/sentry/net/http.rb#15
2556
+ Sentry::Net::HTTP::BREADCRUMB_CATEGORY = T.let(T.unsafe(nil), String)
2557
+
2558
+ # source://sentry-ruby//lib/sentry/net/http.rb#13
2559
+ Sentry::Net::HTTP::OP_NAME = T.let(T.unsafe(nil), String)
2560
+
2561
+ # source://sentry-ruby//lib/sentry/net/http.rb#14
2562
+ Sentry::Net::HTTP::SPAN_ORIGIN = T.let(T.unsafe(nil), String)
2563
+
2564
+ # source://sentry-ruby//lib/sentry/net/http.rb#16
2565
+ Sentry::Net::HTTP::URI_PARSER = T.let(T.unsafe(nil), URI::RFC2396_Parser)
2566
+
2567
+ # source://sentry-ruby//lib/sentry/profiler/helpers.rb#6
2568
+ class Sentry::Profiler
2569
+ include ::Sentry::Profiler::Helpers
2570
+
2571
+ # source://sentry-ruby//lib/sentry/profiler.rb#20
2572
+ def initialize(configuration); end
2573
+
2574
+ # source://sentry-ruby//lib/sentry/profiler.rb#51
2575
+ def active_thread_id; end
2576
+
2577
+ # source://sentry-ruby//lib/sentry/profiler.rb#18
2578
+ def event_id; end
2579
+
2580
+ # source://sentry-ruby//lib/sentry/profiler.rb#18
2581
+ def sampled; end
2582
+
2583
+ # source://sentry-ruby//lib/sentry/profiler.rb#57
2584
+ def set_initial_sample_decision(transaction_sampled); end
2585
+
2586
+ # source://sentry-ruby//lib/sentry/profiler.rb#32
2587
+ def start; end
2588
+
2589
+ # source://sentry-ruby//lib/sentry/profiler.rb#18
2590
+ def started; end
2591
+
2592
+ # source://sentry-ruby//lib/sentry/profiler.rb#43
2593
+ def stop; end
2594
+
2595
+ # source://sentry-ruby//lib/sentry/profiler.rb#84
2596
+ def to_hash; end
2597
+
2598
+ private
2599
+
2600
+ # source://sentry-ruby//lib/sentry/profiler.rb#195
2601
+ def log(message); end
2602
+
2603
+ # source://sentry-ruby//lib/sentry/profiler.rb#199
2604
+ def record_lost_event(reason); end
2605
+ end
2606
+
2607
+ # source://sentry-ruby//lib/sentry/profiler.rb#14
2608
+ Sentry::Profiler::DEFAULT_INTERVAL = T.let(T.unsafe(nil), Float)
2609
+
2610
+ # source://sentry-ruby//lib/sentry/profiler/helpers.rb#7
2611
+ module Sentry::Profiler::Helpers
2612
+ # source://sentry-ruby//lib/sentry/profiler/helpers.rb#15
2613
+ def compute_filename(abs_path, in_app); end
2614
+
2615
+ # source://sentry-ruby//lib/sentry/profiler/helpers.rb#8
2616
+ def in_app?(abs_path); end
2617
+
2618
+ # source://sentry-ruby//lib/sentry/profiler/helpers.rb#36
2619
+ def split_module(name); end
2620
+ end
2621
+
2622
+ # source://sentry-ruby//lib/sentry/profiler.rb#15
2623
+ Sentry::Profiler::MICRO_TO_NANO_SECONDS = T.let(T.unsafe(nil), Float)
2624
+
2625
+ # source://sentry-ruby//lib/sentry/profiler.rb#16
2626
+ Sentry::Profiler::MIN_SAMPLES_REQUIRED = T.let(T.unsafe(nil), Integer)
2627
+
2628
+ # source://sentry-ruby//lib/sentry/profiler.rb#12
2629
+ Sentry::Profiler::PLATFORM = T.let(T.unsafe(nil), String)
2630
+
2631
+ # source://sentry-ruby//lib/sentry/profiler.rb#11
2632
+ Sentry::Profiler::VERSION = T.let(T.unsafe(nil), String)
2633
+
2634
+ # source://sentry-ruby//lib/sentry/propagation_context.rb#8
2635
+ class Sentry::PropagationContext
2636
+ # source://sentry-ruby//lib/sentry/propagation_context.rb#37
2637
+ def initialize(scope, env = T.unsafe(nil)); end
2638
+
2639
+ # source://sentry-ruby//lib/sentry/propagation_context.rb#35
2640
+ def baggage; end
2641
+
2642
+ # source://sentry-ruby//lib/sentry/propagation_context.rb#106
2643
+ def get_baggage; end
2644
+
2645
+ # source://sentry-ruby//lib/sentry/propagation_context.rb#113
2646
+ def get_dynamic_sampling_context; end
2647
+
2648
+ # source://sentry-ruby//lib/sentry/propagation_context.rb#90
2649
+ def get_trace_context; end
2650
+
2651
+ # source://sentry-ruby//lib/sentry/propagation_context.rb#100
2652
+ def get_traceparent; end
2653
+
2654
+ # source://sentry-ruby//lib/sentry/propagation_context.rb#31
2655
+ def incoming_trace; end
2656
+
2657
+ # source://sentry-ruby//lib/sentry/propagation_context.rb#28
2658
+ def parent_sampled; end
2659
+
2660
+ # source://sentry-ruby//lib/sentry/propagation_context.rb#25
2661
+ def parent_span_id; end
2662
+
2663
+ # source://sentry-ruby//lib/sentry/propagation_context.rb#22
2664
+ def span_id; end
2665
+
2666
+ # source://sentry-ruby//lib/sentry/propagation_context.rb#19
2667
+ def trace_id; end
2668
+
2669
+ private
2670
+
2671
+ # source://sentry-ruby//lib/sentry/propagation_context.rb#119
2672
+ def populate_head_baggage; end
2673
+
2674
+ class << self
2675
+ # source://sentry-ruby//lib/sentry/propagation_context.rb#78
2676
+ def extract_sentry_trace(sentry_trace); end
2677
+ end
2678
+ end
2679
+
2680
+ # source://sentry-ruby//lib/sentry/propagation_context.rb#9
2681
+ Sentry::PropagationContext::SENTRY_TRACE_REGEXP = T.let(T.unsafe(nil), Regexp)
2682
+
2683
+ # source://sentry-ruby//lib/sentry/rack/capture_exceptions.rb#4
2684
+ module Sentry::Rack; end
2685
+
2686
+ # source://sentry-ruby//lib/sentry/rack/capture_exceptions.rb#5
2687
+ class Sentry::Rack::CaptureExceptions
2688
+ # source://sentry-ruby//lib/sentry/rack/capture_exceptions.rb#10
2689
+ def initialize(app); end
2690
+
2691
+ # source://sentry-ruby//lib/sentry/rack/capture_exceptions.rb#14
2692
+ def call(env); end
2693
+
2694
+ private
2695
+
2696
+ # source://sentry-ruby//lib/sentry/rack/capture_exceptions.rb#60
2697
+ def capture_exception(exception, env); end
2698
+
2699
+ # source://sentry-ruby//lib/sentry/rack/capture_exceptions.rb#52
2700
+ def collect_exception(env); end
2701
+
2702
+ # source://sentry-ruby//lib/sentry/rack/capture_exceptions.rb#79
2703
+ def finish_transaction(transaction, status_code); end
2704
+
2705
+ # source://sentry-ruby//lib/sentry/rack/capture_exceptions.rb#86
2706
+ def mechanism; end
2707
+
2708
+ # source://sentry-ruby//lib/sentry/rack/capture_exceptions.rb#66
2709
+ def start_transaction(env, scope); end
2710
+
2711
+ # source://sentry-ruby//lib/sentry/rack/capture_exceptions.rb#56
2712
+ def transaction_op; end
2713
+ end
2714
+
2715
+ # source://sentry-ruby//lib/sentry/rack/capture_exceptions.rb#6
2716
+ Sentry::Rack::CaptureExceptions::ERROR_EVENT_ID_KEY = T.let(T.unsafe(nil), String)
2717
+
2718
+ # source://sentry-ruby//lib/sentry/rack/capture_exceptions.rb#7
2719
+ Sentry::Rack::CaptureExceptions::MECHANISM_TYPE = T.let(T.unsafe(nil), String)
2720
+
2721
+ # source://sentry-ruby//lib/sentry/rack/capture_exceptions.rb#8
2722
+ Sentry::Rack::CaptureExceptions::SPAN_ORIGIN = T.let(T.unsafe(nil), String)
2723
+
2724
+ # source://sentry-ruby//lib/sentry/rake.rb#7
2725
+ module Sentry::Rake; end
2726
+
2727
+ # source://sentry-ruby//lib/sentry/rake.rb#8
2728
+ module Sentry::Rake::Application
2729
+ # source://sentry-ruby//lib/sentry/rake.rb#10
2730
+ def display_error_message(ex); end
2731
+ end
2732
+
2733
+ # source://sentry-ruby//lib/sentry/redis.rb#5
2734
+ class Sentry::Redis
2735
+ # source://sentry-ruby//lib/sentry/redis.rb#10
2736
+ def initialize(commands, host, port, db); end
2737
+
2738
+ # source://sentry-ruby//lib/sentry/redis.rb#14
2739
+ def instrument; end
2740
+
2741
+ private
2742
+
2743
+ # source://sentry-ruby//lib/sentry/redis.rb#34
2744
+ def commands; end
2745
+
2746
+ # source://sentry-ruby//lib/sentry/redis.rb#53
2747
+ def commands_description; end
2748
+
2749
+ # source://sentry-ruby//lib/sentry/redis.rb#34
2750
+ def db; end
2751
+
2752
+ # source://sentry-ruby//lib/sentry/redis.rb#34
2753
+ def host; end
2754
+
2755
+ # source://sentry-ruby//lib/sentry/redis.rb#59
2756
+ def parsed_commands; end
2757
+
2758
+ # source://sentry-ruby//lib/sentry/redis.rb#34
2759
+ def port; end
2760
+
2761
+ # source://sentry-ruby//lib/sentry/redis.rb#36
2762
+ def record_breadcrumb; end
2763
+
2764
+ # source://sentry-ruby//lib/sentry/redis.rb#75
2765
+ def server_description; end
2766
+ end
2767
+
2768
+ # source://sentry-ruby//lib/sentry/redis.rb#85
2769
+ module Sentry::Redis::GlobalRedisInstrumentation
2770
+ # source://sentry-ruby//lib/sentry/redis.rb#86
2771
+ def call(command, redis_config); end
2772
+
2773
+ # source://sentry-ruby//lib/sentry/redis.rb#92
2774
+ def call_pipelined(commands, redis_config); end
2775
+ end
2776
+
2777
+ # source://sentry-ruby//lib/sentry/redis.rb#8
2778
+ Sentry::Redis::LOGGER_NAME = T.let(T.unsafe(nil), Symbol)
2779
+
2780
+ # source://sentry-ruby//lib/sentry/redis.rb#6
2781
+ Sentry::Redis::OP_NAME = T.let(T.unsafe(nil), String)
2782
+
2783
+ # source://sentry-ruby//lib/sentry/redis.rb#79
2784
+ module Sentry::Redis::OldClientPatch
2785
+ # source://sentry-ruby//lib/sentry/redis.rb#80
2786
+ def logging(commands, &block); end
2787
+ end
2788
+
2789
+ # source://sentry-ruby//lib/sentry/redis.rb#7
2790
+ Sentry::Redis::SPAN_ORIGIN = T.let(T.unsafe(nil), String)
2791
+
2792
+ # source://sentry-ruby//lib/sentry/release_detector.rb#5
2793
+ class Sentry::ReleaseDetector
2794
+ class << self
2795
+ # source://sentry-ruby//lib/sentry/release_detector.rb#7
2796
+ def detect_release(project_root:, running_on_heroku:); end
2797
+
2798
+ # source://sentry-ruby//lib/sentry/release_detector.rb#19
2799
+ def detect_release_from_capistrano(project_root); end
2800
+
2801
+ # source://sentry-ruby//lib/sentry/release_detector.rb#34
2802
+ def detect_release_from_env; end
2803
+
2804
+ # source://sentry-ruby//lib/sentry/release_detector.rb#30
2805
+ def detect_release_from_git; end
2806
+
2807
+ # source://sentry-ruby//lib/sentry/release_detector.rb#14
2808
+ def detect_release_from_heroku(running_on_heroku); end
2809
+ end
2810
+ end
2811
+
2812
+ # source://sentry-ruby//lib/sentry/interfaces/request.rb#4
2813
+ class Sentry::RequestInterface < ::Sentry::Interface
2814
+ # source://sentry-ruby//lib/sentry/interfaces/request.rb#44
2815
+ def initialize(env:, send_default_pii:, rack_env_whitelist:); end
2816
+
2817
+ # source://sentry-ruby//lib/sentry/interfaces/request.rb#31
2818
+ def cookies; end
2819
+
2820
+ # source://sentry-ruby//lib/sentry/interfaces/request.rb#31
2821
+ def cookies=(_arg0); end
2822
+
2823
+ # source://sentry-ruby//lib/sentry/interfaces/request.rb#25
2824
+ def data; end
2825
+
2826
+ # source://sentry-ruby//lib/sentry/interfaces/request.rb#25
2827
+ def data=(_arg0); end
2828
+
2829
+ # source://sentry-ruby//lib/sentry/interfaces/request.rb#37
2830
+ def env; end
2831
+
2832
+ # source://sentry-ruby//lib/sentry/interfaces/request.rb#37
2833
+ def env=(_arg0); end
2834
+
2835
+ # source://sentry-ruby//lib/sentry/interfaces/request.rb#34
2836
+ def headers; end
2837
+
2838
+ # source://sentry-ruby//lib/sentry/interfaces/request.rb#34
2839
+ def headers=(_arg0); end
2840
+
2841
+ # source://sentry-ruby//lib/sentry/interfaces/request.rb#22
2842
+ def method; end
2843
+
2844
+ # source://sentry-ruby//lib/sentry/interfaces/request.rb#22
2845
+ def method=(_arg0); end
2846
+
2847
+ # source://sentry-ruby//lib/sentry/interfaces/request.rb#28
2848
+ def query_string; end
2849
+
2850
+ # source://sentry-ruby//lib/sentry/interfaces/request.rb#28
2851
+ def query_string=(_arg0); end
2852
+
2853
+ # source://sentry-ruby//lib/sentry/interfaces/request.rb#19
2854
+ def url; end
2855
+
2856
+ # source://sentry-ruby//lib/sentry/interfaces/request.rb#19
2857
+ def url=(_arg0); end
2858
+
2859
+ private
2860
+
2861
+ # source://sentry-ruby//lib/sentry/interfaces/request.rb#126
2862
+ def filter_and_format_env(env, rack_env_whitelist); end
2863
+
2864
+ # source://sentry-ruby//lib/sentry/interfaces/request.rb#84
2865
+ def filter_and_format_headers(env, send_default_pii); end
2866
+
2867
+ # source://sentry-ruby//lib/sentry/interfaces/request.rb#119
2868
+ def is_server_protocol?(key, value, protocol_version); end
2869
+
2870
+ # source://sentry-ruby//lib/sentry/interfaces/request.rb#108
2871
+ def is_skippable_header?(key); end
2872
+
2873
+ # source://sentry-ruby//lib/sentry/interfaces/request.rb#71
2874
+ def read_data_from(request); end
2875
+ end
2876
+
2877
+ # source://sentry-ruby//lib/sentry/interfaces/request.rb#6
2878
+ Sentry::RequestInterface::CONTENT_HEADERS = T.let(T.unsafe(nil), Array)
2879
+
2880
+ # source://sentry-ruby//lib/sentry/interfaces/request.rb#7
2881
+ Sentry::RequestInterface::IP_HEADERS = T.let(T.unsafe(nil), Array)
2882
+
2883
+ # source://sentry-ruby//lib/sentry/interfaces/request.rb#16
2884
+ Sentry::RequestInterface::MAX_BODY_LIMIT = T.let(T.unsafe(nil), Integer)
2885
+
2886
+ # source://sentry-ruby//lib/sentry/interfaces/request.rb#5
2887
+ Sentry::RequestInterface::REQUEST_ID_HEADERS = T.let(T.unsafe(nil), Array)
2888
+
2889
+ # source://sentry-ruby//lib/sentry-ruby.rb#47
2890
+ Sentry::SENTRY_TRACE_HEADER_NAME = T.let(T.unsafe(nil), String)
2891
+
2892
+ # source://sentry-ruby//lib/sentry/scope.rb#9
2893
+ class Sentry::Scope
2894
+ include ::Sentry::ArgumentCheckingHelper
2895
+
2896
+ # source://sentry-ruby//lib/sentry/scope.rb#33
2897
+ def initialize(max_breadcrumbs: T.unsafe(nil)); end
2898
+
2899
+ # source://sentry-ruby//lib/sentry/scope.rb#295
2900
+ def add_attachment(**opts); end
2901
+
2902
+ # source://sentry-ruby//lib/sentry/scope.rb#85
2903
+ def add_breadcrumb(breadcrumb); end
2904
+
2905
+ # source://sentry-ruby//lib/sentry/scope.rb#283
2906
+ def add_event_processor(&block); end
2907
+
2908
+ # source://sentry-ruby//lib/sentry/scope.rb#48
2909
+ def apply_to_event(event, hint = T.unsafe(nil)); end
2910
+
2911
+ # source://sentry-ruby//lib/sentry/scope.rb#30
2912
+ def attachments; end
2913
+
2914
+ # source://sentry-ruby//lib/sentry/scope.rb#30
2915
+ def breadcrumbs; end
2916
+
2917
+ # source://sentry-ruby//lib/sentry/scope.rb#40
2918
+ def clear; end
2919
+
2920
+ # source://sentry-ruby//lib/sentry/scope.rb#91
2921
+ def clear_breadcrumbs; end
2922
+
2923
+ # source://sentry-ruby//lib/sentry/scope.rb#30
2924
+ def contexts; end
2925
+
2926
+ # source://sentry-ruby//lib/sentry/scope.rb#96
2927
+ def dup; end
2928
+
2929
+ # source://sentry-ruby//lib/sentry/scope.rb#30
2930
+ def event_processors; end
2931
+
2932
+ # source://sentry-ruby//lib/sentry/scope.rb#30
2933
+ def extra; end
2934
+
2935
+ # source://sentry-ruby//lib/sentry/scope.rb#30
2936
+ def fingerprint; end
2937
+
2938
+ # source://sentry-ruby//lib/sentry/scope.rb#290
2939
+ def generate_propagation_context(env = T.unsafe(nil)); end
2940
+
2941
+ # source://sentry-ruby//lib/sentry/scope.rb#267
2942
+ def get_span; end
2943
+
2944
+ # source://sentry-ruby//lib/sentry/scope.rb#261
2945
+ def get_transaction; end
2946
+
2947
+ # source://sentry-ruby//lib/sentry/scope.rb#30
2948
+ def level; end
2949
+
2950
+ # source://sentry-ruby//lib/sentry/scope.rb#30
2951
+ def propagation_context; end
2952
+
2953
+ # source://sentry-ruby//lib/sentry/scope.rb#30
2954
+ def rack_env; end
2955
+
2956
+ # source://sentry-ruby//lib/sentry/scope.rb#30
2957
+ def session; end
2958
+
2959
+ # source://sentry-ruby//lib/sentry/scope.rb#225
2960
+ def set_context(key, value); end
2961
+
2962
+ # source://sentry-ruby//lib/sentry/scope.rb#213
2963
+ def set_contexts(contexts_hash); end
2964
+
2965
+ # source://sentry-ruby//lib/sentry/scope.rb#192
2966
+ def set_extra(key, value); end
2967
+
2968
+ # source://sentry-ruby//lib/sentry/scope.rb#183
2969
+ def set_extras(extras_hash); end
2970
+
2971
+ # source://sentry-ruby//lib/sentry/scope.rb#274
2972
+ def set_fingerprint(fingerprint); end
2973
+
2974
+ # source://sentry-ruby//lib/sentry/scope.rb#233
2975
+ def set_level(level); end
2976
+
2977
+ # source://sentry-ruby//lib/sentry/scope.rb#163
2978
+ def set_rack_env(env); end
2979
+
2980
+ # source://sentry-ruby//lib/sentry/scope.rb#249
2981
+ def set_session(session); end
2982
+
2983
+ # source://sentry-ruby//lib/sentry/scope.rb#171
2984
+ def set_span(span); end
2985
+
2986
+ # source://sentry-ruby//lib/sentry/scope.rb#206
2987
+ def set_tag(key, value); end
2988
+
2989
+ # source://sentry-ruby//lib/sentry/scope.rb#197
2990
+ def set_tags(tags_hash); end
2991
+
2992
+ # source://sentry-ruby//lib/sentry/scope.rb#241
2993
+ def set_transaction_name(transaction_name, source: T.unsafe(nil)); end
2994
+
2995
+ # source://sentry-ruby//lib/sentry/scope.rb#177
2996
+ def set_user(user_hash); end
2997
+
2998
+ # source://sentry-ruby//lib/sentry/scope.rb#30
2999
+ def span; end
3000
+
3001
+ # source://sentry-ruby//lib/sentry/scope.rb#30
3002
+ def tags; end
3003
+
3004
+ # source://sentry-ruby//lib/sentry/scope.rb#30
3005
+ def transaction_name; end
3006
+
3007
+ # source://sentry-ruby//lib/sentry/scope.rb#30
3008
+ def transaction_source; end
3009
+
3010
+ # source://sentry-ruby//lib/sentry/scope.rb#255
3011
+ def transaction_source_low_quality?; end
3012
+
3013
+ # source://sentry-ruby//lib/sentry/scope.rb#139
3014
+ def update_from_options(contexts: T.unsafe(nil), extra: T.unsafe(nil), tags: T.unsafe(nil), user: T.unsafe(nil), level: T.unsafe(nil), fingerprint: T.unsafe(nil), attachments: T.unsafe(nil), **options); end
3015
+
3016
+ # source://sentry-ruby//lib/sentry/scope.rb#116
3017
+ def update_from_scope(scope); end
3018
+
3019
+ # source://sentry-ruby//lib/sentry/scope.rb#30
3020
+ def user; end
3021
+
3022
+ protected
3023
+
3024
+ # source://sentry-ruby//lib/sentry/scope.rb#303
3025
+ def attachments=(_arg0); end
3026
+
3027
+ # source://sentry-ruby//lib/sentry/scope.rb#303
3028
+ def breadcrumbs=(_arg0); end
3029
+
3030
+ # source://sentry-ruby//lib/sentry/scope.rb#303
3031
+ def contexts=(_arg0); end
3032
+
3033
+ # source://sentry-ruby//lib/sentry/scope.rb#303
3034
+ def event_processors=(_arg0); end
3035
+
3036
+ # source://sentry-ruby//lib/sentry/scope.rb#303
3037
+ def extra=(_arg0); end
3038
+
3039
+ # source://sentry-ruby//lib/sentry/scope.rb#303
3040
+ def fingerprint=(_arg0); end
3041
+
3042
+ # source://sentry-ruby//lib/sentry/scope.rb#303
3043
+ def level=(_arg0); end
3044
+
3045
+ # source://sentry-ruby//lib/sentry/scope.rb#303
3046
+ def propagation_context=(_arg0); end
3047
+
3048
+ # source://sentry-ruby//lib/sentry/scope.rb#303
3049
+ def rack_env=(_arg0); end
3050
+
3051
+ # source://sentry-ruby//lib/sentry/scope.rb#303
3052
+ def session=(_arg0); end
3053
+
3054
+ # source://sentry-ruby//lib/sentry/scope.rb#303
3055
+ def span=(_arg0); end
3056
+
3057
+ # source://sentry-ruby//lib/sentry/scope.rb#303
3058
+ def tags=(_arg0); end
3059
+
3060
+ # source://sentry-ruby//lib/sentry/scope.rb#303
3061
+ def transaction_name=(_arg0); end
3062
+
3063
+ # source://sentry-ruby//lib/sentry/scope.rb#303
3064
+ def transaction_source=(_arg0); end
3065
+
3066
+ # source://sentry-ruby//lib/sentry/scope.rb#303
3067
+ def user=(_arg0); end
3068
+
3069
+ private
3070
+
3071
+ # source://sentry-ruby//lib/sentry/scope.rb#307
3072
+ def set_default_value; end
3073
+
3074
+ # source://sentry-ruby//lib/sentry/scope.rb#325
3075
+ def set_new_breadcrumb_buffer; end
3076
+
3077
+ class << self
3078
+ # source://sentry-ruby//lib/sentry/scope.rb#365
3079
+ def add_global_event_processor(&block); end
3080
+
3081
+ # source://sentry-ruby//lib/sentry/scope.rb#355
3082
+ def global_event_processors; end
3083
+
3084
+ # source://sentry-ruby//lib/sentry/scope.rb#331
3085
+ def os_context; end
3086
+
3087
+ # source://sentry-ruby//lib/sentry/scope.rb#346
3088
+ def runtime_context; end
3089
+ end
3090
+ end
3091
+
3092
+ # source://sentry-ruby//lib/sentry/scope.rb#12
3093
+ Sentry::Scope::ATTRIBUTES = T.let(T.unsafe(nil), Array)
3094
+
3095
+ # source://sentry-ruby//lib/sentry/session.rb#4
3096
+ class Sentry::Session
3097
+ # source://sentry-ruby//lib/sentry/session.rb#11
3098
+ def initialize; end
3099
+
3100
+ # source://sentry-ruby//lib/sentry/session.rb#5
3101
+ def aggregation_key; end
3102
+
3103
+ # source://sentry-ruby//lib/sentry/session.rb#25
3104
+ def close; end
3105
+
3106
+ # source://sentry-ruby//lib/sentry/session.rb#29
3107
+ def deep_dup; end
3108
+
3109
+ # source://sentry-ruby//lib/sentry/session.rb#5
3110
+ def started; end
3111
+
3112
+ # source://sentry-ruby//lib/sentry/session.rb#5
3113
+ def status; end
3114
+
3115
+ # source://sentry-ruby//lib/sentry/session.rb#21
3116
+ def update_from_exception(_exception = T.unsafe(nil)); end
3117
+ end
3118
+
3119
+ # source://sentry-ruby//lib/sentry/session.rb#9
3120
+ Sentry::Session::AGGREGATE_STATUSES = T.let(T.unsafe(nil), Array)
3121
+
3122
+ # source://sentry-ruby//lib/sentry/session.rb#8
3123
+ Sentry::Session::STATUSES = T.let(T.unsafe(nil), Array)
3124
+
3125
+ # source://sentry-ruby//lib/sentry/session_flusher.rb#4
3126
+ class Sentry::SessionFlusher < ::Sentry::ThreadedPeriodicWorker
3127
+ # source://sentry-ruby//lib/sentry/session_flusher.rb#7
3128
+ def initialize(configuration, client); end
3129
+
3130
+ # source://sentry-ruby//lib/sentry/session_flusher.rb#26
3131
+ def add_session(session); end
3132
+
3133
+ # source://sentry-ruby//lib/sentry/session_flusher.rb#18
3134
+ def flush; end
3135
+
3136
+ # source://sentry-ruby//lib/sentry/session_flusher.rb#18
3137
+ def run; end
3138
+
3139
+ private
3140
+
3141
+ # source://sentry-ruby//lib/sentry/session_flusher.rb#58
3142
+ def attrs; end
3143
+
3144
+ # source://sentry-ruby//lib/sentry/session_flusher.rb#38
3145
+ def init_aggregates(aggregation_key); end
3146
+
3147
+ # source://sentry-ruby//lib/sentry/session_flusher.rb#44
3148
+ def pending_envelope; end
3149
+ end
3150
+
3151
+ # source://sentry-ruby//lib/sentry/session_flusher.rb#5
3152
+ Sentry::SessionFlusher::FLUSH_INTERVAL = T.let(T.unsafe(nil), Integer)
3153
+
3154
+ # source://sentry-ruby//lib/sentry/interfaces/single_exception.rb#6
3155
+ class Sentry::SingleExceptionInterface < ::Sentry::Interface
3156
+ include ::Sentry::CustomInspection
3157
+
3158
+ # source://sentry-ruby//lib/sentry/interfaces/single_exception.rb#17
3159
+ def initialize(exception:, mechanism:, stacktrace: T.unsafe(nil)); end
3160
+
3161
+ # source://sentry-ruby//lib/sentry/interfaces/single_exception.rb#14
3162
+ def mechanism; end
3163
+
3164
+ # source://sentry-ruby//lib/sentry/interfaces/single_exception.rb#14
3165
+ def module; end
3166
+
3167
+ # source://sentry-ruby//lib/sentry/interfaces/single_exception.rb#14
3168
+ def stacktrace; end
3169
+
3170
+ # source://sentry-ruby//lib/sentry/interfaces/single_exception.rb#14
3171
+ def thread_id; end
3172
+
3173
+ # source://sentry-ruby//lib/sentry/interfaces/single_exception.rb#35
3174
+ def to_hash; end
3175
+
3176
+ # source://sentry-ruby//lib/sentry/interfaces/single_exception.rb#14
3177
+ def type; end
3178
+
3179
+ # source://sentry-ruby//lib/sentry/interfaces/single_exception.rb#15
3180
+ def value; end
3181
+
3182
+ # source://sentry-ruby//lib/sentry/interfaces/single_exception.rb#15
3183
+ def value=(_arg0); end
3184
+
3185
+ class << self
3186
+ # source://sentry-ruby//lib/sentry/interfaces/single_exception.rb#44
3187
+ def build_with_stacktrace(exception:, stacktrace_builder:, mechanism:); end
3188
+ end
3189
+ end
3190
+
3191
+ # source://sentry-ruby//lib/sentry/interfaces/single_exception.rb#12
3192
+ Sentry::SingleExceptionInterface::MAX_LOCAL_BYTES = T.let(T.unsafe(nil), Integer)
3193
+
3194
+ # source://sentry-ruby//lib/sentry/interfaces/single_exception.rb#11
3195
+ Sentry::SingleExceptionInterface::OMISSION_MARK = T.let(T.unsafe(nil), String)
3196
+
3197
+ # source://sentry-ruby//lib/sentry/interfaces/single_exception.rb#10
3198
+ Sentry::SingleExceptionInterface::PROBLEMATIC_LOCAL_VALUE_REPLACEMENT = T.let(T.unsafe(nil), String)
3199
+
3200
+ # source://sentry-ruby//lib/sentry/interfaces/single_exception.rb#9
3201
+ Sentry::SingleExceptionInterface::SKIP_INSPECTION_ATTRIBUTES = T.let(T.unsafe(nil), Array)
3202
+
3203
+ # source://sentry-ruby//lib/sentry/span.rb#8
3204
+ class Sentry::Span
3205
+ # source://sentry-ruby//lib/sentry/span.rb#118
3206
+ def initialize(transaction:, description: T.unsafe(nil), op: T.unsafe(nil), status: T.unsafe(nil), trace_id: T.unsafe(nil), span_id: T.unsafe(nil), parent_span_id: T.unsafe(nil), sampled: T.unsafe(nil), start_timestamp: T.unsafe(nil), timestamp: T.unsafe(nil), origin: T.unsafe(nil)); end
3207
+
3208
+ # source://sentry-ruby//lib/sentry/span.rb#103
3209
+ def data; end
3210
+
3211
+ # source://sentry-ruby//lib/sentry/span.rb#247
3212
+ def deep_dup; end
3213
+
3214
+ # source://sentry-ruby//lib/sentry/span.rb#91
3215
+ def description; end
3216
+
3217
+ # source://sentry-ruby//lib/sentry/span.rb#148
3218
+ def finish(end_timestamp: T.unsafe(nil)); end
3219
+
3220
+ # source://sentry-ruby//lib/sentry/span.rb#171
3221
+ def get_dynamic_sampling_context; end
3222
+
3223
+ # source://sentry-ruby//lib/sentry/span.rb#199
3224
+ def get_trace_context; end
3225
+
3226
+ # source://sentry-ruby//lib/sentry/span.rb#312
3227
+ def metrics_local_aggregator; end
3228
+
3229
+ # source://sentry-ruby//lib/sentry/span.rb#316
3230
+ def metrics_summary; end
3231
+
3232
+ # source://sentry-ruby//lib/sentry/span.rb#94
3233
+ def op; end
3234
+
3235
+ # source://sentry-ruby//lib/sentry/span.rb#106
3236
+ def origin; end
3237
+
3238
+ # source://sentry-ruby//lib/sentry/span.rb#79
3239
+ def parent_span_id; end
3240
+
3241
+ # source://sentry-ruby//lib/sentry/span.rb#82
3242
+ def sampled; end
3243
+
3244
+ # source://sentry-ruby//lib/sentry/span.rb#294
3245
+ def set_data(key, value); end
3246
+
3247
+ # source://sentry-ruby//lib/sentry/span.rb#259
3248
+ def set_description(description); end
3249
+
3250
+ # source://sentry-ruby//lib/sentry/span.rb#278
3251
+ def set_http_status(status_code); end
3252
+
3253
+ # source://sentry-ruby//lib/sentry/span.rb#253
3254
+ def set_op(op); end
3255
+
3256
+ # source://sentry-ruby//lib/sentry/span.rb#307
3257
+ def set_origin(origin); end
3258
+
3259
+ # source://sentry-ruby//lib/sentry/span.rb#266
3260
+ def set_status(status); end
3261
+
3262
+ # source://sentry-ruby//lib/sentry/span.rb#301
3263
+ def set_tag(key, value); end
3264
+
3265
+ # source://sentry-ruby//lib/sentry/span.rb#272
3266
+ def set_timestamp(timestamp); end
3267
+
3268
+ # source://sentry-ruby//lib/sentry/span.rb#76
3269
+ def span_id; end
3270
+
3271
+ # source://sentry-ruby//lib/sentry/span.rb#111
3272
+ def span_recorder; end
3273
+
3274
+ # source://sentry-ruby//lib/sentry/span.rb#111
3275
+ def span_recorder=(_arg0); end
3276
+
3277
+ # source://sentry-ruby//lib/sentry/span.rb#214
3278
+ def start_child(**attributes); end
3279
+
3280
+ # source://sentry-ruby//lib/sentry/span.rb#85
3281
+ def start_timestamp; end
3282
+
3283
+ # source://sentry-ruby//lib/sentry/span.rb#97
3284
+ def status; end
3285
+
3286
+ # source://sentry-ruby//lib/sentry/span.rb#100
3287
+ def tags; end
3288
+
3289
+ # source://sentry-ruby//lib/sentry/span.rb#88
3290
+ def timestamp; end
3291
+
3292
+ # source://sentry-ruby//lib/sentry/span.rb#165
3293
+ def to_baggage; end
3294
+
3295
+ # source://sentry-ruby//lib/sentry/span.rb#176
3296
+ def to_hash; end
3297
+
3298
+ # source://sentry-ruby//lib/sentry/span.rb#155
3299
+ def to_sentry_trace; end
3300
+
3301
+ # source://sentry-ruby//lib/sentry/span.rb#73
3302
+ def trace_id; end
3303
+
3304
+ # source://sentry-ruby//lib/sentry/span.rb#116
3305
+ def transaction; end
3306
+
3307
+ # source://sentry-ruby//lib/sentry/span.rb#235
3308
+ def with_child_span(**attributes, &block); end
3309
+ end
3310
+
3311
+ # source://sentry-ruby//lib/sentry/span.rb#69
3312
+ Sentry::Span::DEFAULT_SPAN_ORIGIN = T.let(T.unsafe(nil), String)
3313
+
3314
+ # source://sentry-ruby//lib/sentry/span.rb#11
3315
+ module Sentry::Span::DataConventions; end
3316
+
3317
+ # source://sentry-ruby//lib/sentry/span.rb#25
3318
+ Sentry::Span::DataConventions::DB_NAME = T.let(T.unsafe(nil), String)
3319
+
3320
+ # source://sentry-ruby//lib/sentry/span.rb#19
3321
+ Sentry::Span::DataConventions::DB_SYSTEM = T.let(T.unsafe(nil), String)
3322
+
3323
+ # source://sentry-ruby//lib/sentry/span.rb#44
3324
+ Sentry::Span::DataConventions::FILEPATH = T.let(T.unsafe(nil), String)
3325
+
3326
+ # source://sentry-ruby//lib/sentry/span.rb#46
3327
+ Sentry::Span::DataConventions::FUNCTION = T.let(T.unsafe(nil), String)
3328
+
3329
+ # source://sentry-ruby//lib/sentry/span.rb#15
3330
+ Sentry::Span::DataConventions::HTTP_METHOD = T.let(T.unsafe(nil), String)
3331
+
3332
+ # source://sentry-ruby//lib/sentry/span.rb#14
3333
+ Sentry::Span::DataConventions::HTTP_QUERY = T.let(T.unsafe(nil), String)
3334
+
3335
+ # source://sentry-ruby//lib/sentry/span.rb#13
3336
+ Sentry::Span::DataConventions::HTTP_STATUS_CODE = T.let(T.unsafe(nil), String)
3337
+
3338
+ # source://sentry-ruby//lib/sentry/span.rb#45
3339
+ Sentry::Span::DataConventions::LINENO = T.let(T.unsafe(nil), String)
3340
+
3341
+ # source://sentry-ruby//lib/sentry/span.rb#50
3342
+ Sentry::Span::DataConventions::MESSAGING_DESTINATION_NAME = T.let(T.unsafe(nil), String)
3343
+
3344
+ # source://sentry-ruby//lib/sentry/span.rb#49
3345
+ Sentry::Span::DataConventions::MESSAGING_MESSAGE_ID = T.let(T.unsafe(nil), String)
3346
+
3347
+ # source://sentry-ruby//lib/sentry/span.rb#51
3348
+ Sentry::Span::DataConventions::MESSAGING_MESSAGE_RECEIVE_LATENCY = T.let(T.unsafe(nil), String)
3349
+
3350
+ # source://sentry-ruby//lib/sentry/span.rb#52
3351
+ Sentry::Span::DataConventions::MESSAGING_MESSAGE_RETRY_COUNT = T.let(T.unsafe(nil), String)
3352
+
3353
+ # source://sentry-ruby//lib/sentry/span.rb#47
3354
+ Sentry::Span::DataConventions::NAMESPACE = T.let(T.unsafe(nil), String)
3355
+
3356
+ # source://sentry-ruby//lib/sentry/span.rb#29
3357
+ Sentry::Span::DataConventions::SERVER_ADDRESS = T.let(T.unsafe(nil), String)
3358
+
3359
+ # source://sentry-ruby//lib/sentry/span.rb#33
3360
+ Sentry::Span::DataConventions::SERVER_PORT = T.let(T.unsafe(nil), String)
3361
+
3362
+ # source://sentry-ruby//lib/sentry/span.rb#37
3363
+ Sentry::Span::DataConventions::SERVER_SOCKET_ADDRESS = T.let(T.unsafe(nil), String)
3364
+
3365
+ # source://sentry-ruby//lib/sentry/span.rb#42
3366
+ Sentry::Span::DataConventions::SERVER_SOCKET_PORT = T.let(T.unsafe(nil), String)
3367
+
3368
+ # source://sentry-ruby//lib/sentry/span.rb#12
3369
+ Sentry::Span::DataConventions::URL = T.let(T.unsafe(nil), String)
3370
+
3371
+ # source://sentry-ruby//lib/sentry/span.rb#55
3372
+ Sentry::Span::STATUS_MAP = T.let(T.unsafe(nil), Hash)
3373
+
3374
+ # source://sentry-ruby//lib/sentry/transport/spotlight_transport.rb#8
3375
+ class Sentry::SpotlightTransport < ::Sentry::HTTPTransport
3376
+ # source://sentry-ruby//lib/sentry/transport/spotlight_transport.rb#12
3377
+ def initialize(configuration); end
3378
+
3379
+ # source://sentry-ruby//lib/sentry/transport/spotlight_transport.rb#43
3380
+ def conn; end
3381
+
3382
+ # source://sentry-ruby//lib/sentry/transport/spotlight_transport.rb#21
3383
+ def endpoint; end
3384
+
3385
+ # source://sentry-ruby//lib/sentry/transport/spotlight_transport.rb#38
3386
+ def on_error; end
3387
+
3388
+ # source://sentry-ruby//lib/sentry/transport/spotlight_transport.rb#25
3389
+ def send_data(data); end
3390
+ end
3391
+
3392
+ # source://sentry-ruby//lib/sentry/transport/spotlight_transport.rb#9
3393
+ Sentry::SpotlightTransport::DEFAULT_SIDECAR_URL = T.let(T.unsafe(nil), String)
3394
+
3395
+ # source://sentry-ruby//lib/sentry/transport/spotlight_transport.rb#10
3396
+ Sentry::SpotlightTransport::MAX_FAILED_REQUESTS = T.let(T.unsafe(nil), Integer)
3397
+
3398
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace_builder.rb#4
3399
+ class Sentry::StacktraceBuilder
3400
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace_builder.rb#35
3401
+ def initialize(project_root:, app_dirs_pattern:, linecache:, context_lines:, backtrace_cleanup_callback: T.unsafe(nil), strip_backtrace_load_path: T.unsafe(nil)); end
3402
+
3403
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace_builder.rb#9
3404
+ def app_dirs_pattern; end
3405
+
3406
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace_builder.rb#18
3407
+ def backtrace_cleanup_callback; end
3408
+
3409
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace_builder.rb#66
3410
+ def build(backtrace:, &frame_callback); end
3411
+
3412
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace_builder.rb#15
3413
+ def context_lines; end
3414
+
3415
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace_builder.rb#12
3416
+ def linecache; end
3417
+
3418
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace_builder.rb#80
3419
+ def metrics_code_location(unparsed_line); end
3420
+
3421
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace_builder.rb#6
3422
+ def project_root; end
3423
+
3424
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace_builder.rb#21
3425
+ def strip_backtrace_load_path; end
3426
+
3427
+ private
3428
+
3429
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace_builder.rb#88
3430
+ def convert_parsed_line_into_frame(line); end
3431
+
3432
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace_builder.rb#94
3433
+ def parse_backtrace_lines(backtrace); end
3434
+ end
3435
+
3436
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#4
3437
+ class Sentry::StacktraceInterface
3438
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#9
3439
+ def initialize(frames:); end
3440
+
3441
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#6
3442
+ def frames; end
3443
+
3444
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#19
3445
+ def inspect; end
3446
+
3447
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#14
3448
+ def to_hash; end
3449
+ end
3450
+
3451
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#26
3452
+ class Sentry::StacktraceInterface::Frame < ::Sentry::Interface
3453
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#30
3454
+ def initialize(project_root, line, strip_backtrace_load_path = T.unsafe(nil)); end
3455
+
3456
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#27
3457
+ def abs_path; end
3458
+
3459
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#27
3460
+ def abs_path=(_arg0); end
3461
+
3462
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#46
3463
+ def compute_filename; end
3464
+
3465
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#27
3466
+ def context_line; end
3467
+
3468
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#27
3469
+ def context_line=(_arg0); end
3470
+
3471
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#27
3472
+ def filename; end
3473
+
3474
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#27
3475
+ def filename=(_arg0); end
3476
+
3477
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#27
3478
+ def function; end
3479
+
3480
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#27
3481
+ def function=(_arg0); end
3482
+
3483
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#27
3484
+ def in_app; end
3485
+
3486
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#27
3487
+ def in_app=(_arg0); end
3488
+
3489
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#27
3490
+ def lineno; end
3491
+
3492
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#27
3493
+ def lineno=(_arg0); end
3494
+
3495
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#27
3496
+ def module; end
3497
+
3498
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#27
3499
+ def module=(_arg0); end
3500
+
3501
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#27
3502
+ def post_context; end
3503
+
3504
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#27
3505
+ def post_context=(_arg0); end
3506
+
3507
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#27
3508
+ def pre_context; end
3509
+
3510
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#27
3511
+ def pre_context=(_arg0); end
3512
+
3513
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#62
3514
+ def set_context(linecache, context_lines); end
3515
+
3516
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#69
3517
+ def to_hash(*args); end
3518
+
3519
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#42
3520
+ def to_s; end
3521
+
3522
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#27
3523
+ def vars; end
3524
+
3525
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#27
3526
+ def vars=(_arg0); end
3527
+
3528
+ private
3529
+
3530
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#84
3531
+ def longest_load_path; end
3532
+
3533
+ # source://sentry-ruby//lib/sentry/interfaces/stacktrace.rb#80
3534
+ def under_project_root?; end
3535
+ end
3536
+
3537
+ # source://sentry-ruby//lib/sentry/structured_logger.rb#32
3538
+ class Sentry::StructuredLogger
3539
+ # source://sentry-ruby//lib/sentry/structured_logger.rb#51
3540
+ def initialize(config); end
3541
+
3542
+ # source://sentry-ruby//lib/sentry/structured_logger.rb#46
3543
+ def config; end
3544
+
3545
+ # source://sentry-ruby//lib/sentry/structured_logger.rb#73
3546
+ def debug(message, parameters = T.unsafe(nil), **attributes); end
3547
+
3548
+ # source://sentry-ruby//lib/sentry/structured_logger.rb#106
3549
+ def error(message, parameters = T.unsafe(nil), **attributes); end
3550
+
3551
+ # source://sentry-ruby//lib/sentry/structured_logger.rb#117
3552
+ def fatal(message, parameters = T.unsafe(nil), **attributes); end
3553
+
3554
+ # source://sentry-ruby//lib/sentry/structured_logger.rb#84
3555
+ def info(message, parameters = T.unsafe(nil), **attributes); end
3556
+
3557
+ # source://sentry-ruby//lib/sentry/structured_logger.rb#129
3558
+ def log(level, message, parameters:, **attributes); end
3559
+
3560
+ # source://sentry-ruby//lib/sentry/structured_logger.rb#62
3561
+ def trace(message, parameters = T.unsafe(nil), **attributes); end
3562
+
3563
+ # source://sentry-ruby//lib/sentry/structured_logger.rb#95
3564
+ def warn(message, parameters = T.unsafe(nil), **attributes); end
3565
+ end
3566
+
3567
+ # source://sentry-ruby//lib/sentry/structured_logger.rb#35
3568
+ Sentry::StructuredLogger::LEVELS = T.let(T.unsafe(nil), Hash)
3569
+
3570
+ # source://sentry-ruby//lib/sentry-ruby.rb#51
3571
+ Sentry::THREAD_LOCAL = T.let(T.unsafe(nil), Symbol)
3572
+
3573
+ # source://sentry-ruby//lib/sentry/threaded_periodic_worker.rb#4
3574
+ class Sentry::ThreadedPeriodicWorker
3575
+ include ::Sentry::LoggingHelper
3576
+
3577
+ # source://sentry-ruby//lib/sentry/threaded_periodic_worker.rb#7
3578
+ def initialize(sdk_logger, interval); end
3579
+
3580
+ # source://sentry-ruby//lib/sentry/threaded_periodic_worker.rb#14
3581
+ def ensure_thread; end
3582
+
3583
+ # source://sentry-ruby//lib/sentry/threaded_periodic_worker.rb#32
3584
+ def kill; end
3585
+ end
3586
+
3587
+ # source://sentry-ruby//lib/sentry/interfaces/threads.rb#4
3588
+ class Sentry::ThreadsInterface
3589
+ # source://sentry-ruby//lib/sentry/interfaces/threads.rb#7
3590
+ def initialize(crashed: T.unsafe(nil), stacktrace: T.unsafe(nil)); end
3591
+
3592
+ # source://sentry-ruby//lib/sentry/interfaces/threads.rb#16
3593
+ def to_hash; end
3594
+
3595
+ class << self
3596
+ # source://sentry-ruby//lib/sentry/interfaces/threads.rb#37
3597
+ def build(backtrace:, stacktrace_builder:, **options); end
3598
+ end
3599
+ end
3600
+
3601
+ # source://sentry-ruby//lib/sentry/transaction.rb#8
3602
+ class Sentry::Transaction < ::Sentry::Span
3603
+ include ::Sentry::LoggingHelper
3604
+
3605
+ # source://sentry-ruby//lib/sentry/transaction.rb#60
3606
+ def initialize(hub:, name: T.unsafe(nil), source: T.unsafe(nil), parent_sampled: T.unsafe(nil), baggage: T.unsafe(nil), **options); end
3607
+
3608
+ # source://sentry-ruby//lib/sentry/transaction.rb#36
3609
+ def baggage; end
3610
+
3611
+ # source://sentry-ruby//lib/sentry/transaction.rb#46
3612
+ def configuration; end
3613
+
3614
+ # source://sentry-ruby//lib/sentry/transaction.rb#54
3615
+ def contexts; end
3616
+
3617
+ # source://sentry-ruby//lib/sentry/transaction.rb#157
3618
+ def deep_dup; end
3619
+
3620
+ # source://sentry-ruby//lib/sentry/transaction.rb#50
3621
+ def effective_sample_rate; end
3622
+
3623
+ # source://sentry-ruby//lib/sentry/transaction.rb#243
3624
+ def finish(hub: T.unsafe(nil), end_timestamp: T.unsafe(nil)); end
3625
+
3626
+ # source://sentry-ruby//lib/sentry/transaction.rb#277
3627
+ def get_baggage; end
3628
+
3629
+ # source://sentry-ruby//lib/sentry/transaction.rb#43
3630
+ def hub; end
3631
+
3632
+ # source://sentry-ruby//lib/sentry/transaction.rb#40
3633
+ def measurements; end
3634
+
3635
+ # source://sentry-ruby//lib/sentry/transaction.rb#22
3636
+ def name; end
3637
+
3638
+ # source://sentry-ruby//lib/sentry/transaction.rb#30
3639
+ def parent_sampled; end
3640
+
3641
+ # source://sentry-ruby//lib/sentry/transaction.rb#58
3642
+ def profiler; end
3643
+
3644
+ # source://sentry-ruby//lib/sentry/transaction.rb#296
3645
+ def set_context(key, value); end
3646
+
3647
+ # source://sentry-ruby//lib/sentry/transaction.rb#182
3648
+ def set_initial_sample_decision(sampling_context:); end
3649
+
3650
+ # source://sentry-ruby//lib/sentry/transaction.rb#175
3651
+ def set_measurement(name, value, unit = T.unsafe(nil)); end
3652
+
3653
+ # source://sentry-ruby//lib/sentry/transaction.rb#287
3654
+ def set_name(name, source: T.unsafe(nil)); end
3655
+
3656
+ # source://sentry-ruby//lib/sentry/transaction.rb#26
3657
+ def source; end
3658
+
3659
+ # source://sentry-ruby//lib/sentry/transaction.rb#310
3660
+ def source_low_quality?; end
3661
+
3662
+ # source://sentry-ruby//lib/sentry/transaction.rb#302
3663
+ def start_profiler!; end
3664
+
3665
+ # source://sentry-ruby//lib/sentry/transaction.rb#143
3666
+ def to_hash; end
3667
+
3668
+ protected
3669
+
3670
+ # source://sentry-ruby//lib/sentry/transaction.rb#316
3671
+ def init_span_recorder(limit = T.unsafe(nil)); end
3672
+
3673
+ private
3674
+
3675
+ # source://sentry-ruby//lib/sentry/transaction.rb#323
3676
+ def generate_transaction_description; end
3677
+
3678
+ # source://sentry-ruby//lib/sentry/transaction.rb#330
3679
+ def populate_head_baggage; end
3680
+
3681
+ class << self
3682
+ # source://sentry-ruby//lib/sentry/transaction.rb#138
3683
+ def extract_sentry_trace(sentry_trace); end
3684
+
3685
+ # source://sentry-ruby//lib/sentry/transaction.rb#105
3686
+ def from_sentry_trace(sentry_trace, baggage: T.unsafe(nil), hub: T.unsafe(nil), **options); end
3687
+ end
3688
+ end
3689
+
3690
+ # source://sentry-ruby//lib/sentry/transaction.rb#13
3691
+ Sentry::Transaction::MESSAGE_PREFIX = T.let(T.unsafe(nil), String)
3692
+
3693
+ # source://sentry-ruby//lib/sentry/transaction.rb#10
3694
+ Sentry::Transaction::SENTRY_TRACE_REGEXP = T.let(T.unsafe(nil), Regexp)
3695
+
3696
+ # source://sentry-ruby//lib/sentry/transaction.rb#16
3697
+ Sentry::Transaction::SOURCES = T.let(T.unsafe(nil), Array)
3698
+
3699
+ # source://sentry-ruby//lib/sentry/transaction.rb#346
3700
+ class Sentry::Transaction::SpanRecorder
3701
+ # source://sentry-ruby//lib/sentry/transaction.rb#349
3702
+ def initialize(max_length); end
3703
+
3704
+ # source://sentry-ruby//lib/sentry/transaction.rb#354
3705
+ def add(span); end
3706
+
3707
+ # source://sentry-ruby//lib/sentry/transaction.rb#347
3708
+ def max_length; end
3709
+
3710
+ # source://sentry-ruby//lib/sentry/transaction.rb#347
3711
+ def spans; end
3712
+ end
3713
+
3714
+ # source://sentry-ruby//lib/sentry/transaction.rb#12
3715
+ Sentry::Transaction::UNLABELD_NAME = T.let(T.unsafe(nil), String)
3716
+
3717
+ # source://sentry-ruby//lib/sentry/transaction_event.rb#5
3718
+ class Sentry::TransactionEvent < ::Sentry::Event
3719
+ # source://sentry-ruby//lib/sentry/transaction_event.rb#23
3720
+ def initialize(transaction:, **options); end
3721
+
3722
+ # source://sentry-ruby//lib/sentry/transaction_event.rb#12
3723
+ def measurements; end
3724
+
3725
+ # source://sentry-ruby//lib/sentry/transaction_event.rb#12
3726
+ def measurements=(_arg0); end
3727
+
3728
+ # source://sentry-ruby//lib/sentry/transaction_event.rb#21
3729
+ def metrics_summary; end
3730
+
3731
+ # source://sentry-ruby//lib/sentry/transaction_event.rb#21
3732
+ def metrics_summary=(_arg0); end
3733
+
3734
+ # source://sentry-ruby//lib/sentry/transaction_event.rb#18
3735
+ def profile; end
3736
+
3737
+ # source://sentry-ruby//lib/sentry/transaction_event.rb#18
3738
+ def profile=(_arg0); end
3739
+
3740
+ # source://sentry-ruby//lib/sentry/transaction_event.rb#9
3741
+ def spans; end
3742
+
3743
+ # source://sentry-ruby//lib/sentry/transaction_event.rb#9
3744
+ def spans=(_arg0); end
3745
+
3746
+ # source://sentry-ruby//lib/sentry/transaction_event.rb#15
3747
+ def start_timestamp; end
3748
+
3749
+ # source://sentry-ruby//lib/sentry/transaction_event.rb#46
3750
+ def start_timestamp=(time); end
3751
+
3752
+ # source://sentry-ruby//lib/sentry/transaction_event.rb#51
3753
+ def to_hash; end
3754
+
3755
+ private
3756
+
3757
+ # source://sentry-ruby//lib/sentry/transaction_event.rb#64
3758
+ def populate_profile(transaction); end
3759
+ end
3760
+
3761
+ # source://sentry-ruby//lib/sentry/transaction_event.rb#62
3762
+ Sentry::TransactionEvent::EMPTY_PROFILE = T.let(T.unsafe(nil), Hash)
3763
+
3764
+ # source://sentry-ruby//lib/sentry/transaction_event.rb#6
3765
+ Sentry::TransactionEvent::TYPE = T.let(T.unsafe(nil), String)
3766
+
3767
+ # source://sentry-ruby//lib/sentry/transport/configuration.rb#4
3768
+ class Sentry::Transport
3769
+ include ::Sentry::LoggingHelper
3770
+
3771
+ # source://sentry-ruby//lib/sentry/transport.rb#29
3772
+ def initialize(configuration); end
3773
+
3774
+ # source://sentry-ruby//lib/sentry/transport.rb#110
3775
+ def any_rate_limited?; end
3776
+
3777
+ # source://sentry-ruby//lib/sentry/transport.rb#27
3778
+ def discarded_events; end
3779
+
3780
+ # source://sentry-ruby//lib/sentry/transport.rb#114
3781
+ def envelope_from_event(event); end
3782
+
3783
+ # source://sentry-ruby//lib/sentry/transport.rb#175
3784
+ def flush; end
3785
+
3786
+ # source://sentry-ruby//lib/sentry/transport.rb#88
3787
+ def is_rate_limited?(data_category); end
3788
+
3789
+ # source://sentry-ruby//lib/sentry/transport.rb#27
3790
+ def last_client_report_sent; end
3791
+
3792
+ # source://sentry-ruby//lib/sentry/transport.rb#27
3793
+ def rate_limits; end
3794
+
3795
+ # source://sentry-ruby//lib/sentry/transport.rb#168
3796
+ def record_lost_event(reason, data_category, num: T.unsafe(nil)); end
3797
+
3798
+ # source://sentry-ruby//lib/sentry/transport.rb#42
3799
+ def send_data(data, options = T.unsafe(nil)); end
3800
+
3801
+ # source://sentry-ruby//lib/sentry/transport.rb#53
3802
+ def send_envelope(envelope); end
3803
+
3804
+ # source://sentry-ruby//lib/sentry/transport.rb#46
3805
+ def send_event(event); end
3806
+
3807
+ # source://sentry-ruby//lib/sentry/transport.rb#66
3808
+ def serialize_envelope(envelope); end
3809
+
3810
+ private
3811
+
3812
+ # source://sentry-ruby//lib/sentry/transport.rb#186
3813
+ def fetch_pending_client_report(force: T.unsafe(nil)); end
3814
+
3815
+ # source://sentry-ruby//lib/sentry/transport.rb#208
3816
+ def reject_rate_limited_items(envelope); end
3817
+ end
3818
+
3819
+ # source://sentry-ruby//lib/sentry/transport.rb#10
3820
+ Sentry::Transport::CLIENT_REPORT_INTERVAL = T.let(T.unsafe(nil), Integer)
3821
+
3822
+ # source://sentry-ruby//lib/sentry/transport.rb#13
3823
+ Sentry::Transport::CLIENT_REPORT_REASONS = T.let(T.unsafe(nil), Array)
3824
+
3825
+ # source://sentry-ruby//lib/sentry/transport/configuration.rb#5
3826
+ class Sentry::Transport::Configuration
3827
+ # source://sentry-ruby//lib/sentry/transport/configuration.rb#81
3828
+ def initialize; end
3829
+
3830
+ # source://sentry-ruby//lib/sentry/transport/configuration.rb#72
3831
+ def encoding; end
3832
+
3833
+ # source://sentry-ruby//lib/sentry/transport/configuration.rb#72
3834
+ def encoding=(_arg0); end
3835
+
3836
+ # source://sentry-ruby//lib/sentry/transport/configuration.rb#16
3837
+ def open_timeout; end
3838
+
3839
+ # source://sentry-ruby//lib/sentry/transport/configuration.rb#16
3840
+ def open_timeout=(_arg0); end
3841
+
3842
+ # source://sentry-ruby//lib/sentry/transport/configuration.rb#41
3843
+ def proxy; end
3844
+
3845
+ # source://sentry-ruby//lib/sentry/transport/configuration.rb#41
3846
+ def proxy=(_arg0); end
3847
+
3848
+ # source://sentry-ruby//lib/sentry/transport/configuration.rb#54
3849
+ def ssl; end
3850
+
3851
+ # source://sentry-ruby//lib/sentry/transport/configuration.rb#54
3852
+ def ssl=(_arg0); end
3853
+
3854
+ # source://sentry-ruby//lib/sentry/transport/configuration.rb#60
3855
+ def ssl_ca_file; end
3856
+
3857
+ # source://sentry-ruby//lib/sentry/transport/configuration.rb#60
3858
+ def ssl_ca_file=(_arg0); end
3859
+
3860
+ # source://sentry-ruby//lib/sentry/transport/configuration.rb#66
3861
+ def ssl_verification; end
3862
+
3863
+ # source://sentry-ruby//lib/sentry/transport/configuration.rb#66
3864
+ def ssl_verification=(_arg0); end
3865
+
3866
+ # source://sentry-ruby//lib/sentry/transport/configuration.rb#10
3867
+ def timeout; end
3868
+
3869
+ # source://sentry-ruby//lib/sentry/transport/configuration.rb#10
3870
+ def timeout=(_arg0); end
3871
+
3872
+ # source://sentry-ruby//lib/sentry/transport/configuration.rb#79
3873
+ def transport_class; end
3874
+
3875
+ # source://sentry-ruby//lib/sentry/transport/configuration.rb#88
3876
+ def transport_class=(klass); end
3877
+ end
3878
+
3879
+ # source://sentry-ruby//lib/sentry/transport.rb#8
3880
+ Sentry::Transport::PROTOCOL_VERSION = T.let(T.unsafe(nil), String)
3881
+
3882
+ # source://sentry-ruby//lib/sentry/transport.rb#9
3883
+ Sentry::Transport::USER_AGENT = T.let(T.unsafe(nil), String)
3884
+
3885
+ # source://sentry-ruby//lib/sentry/utils/encoding_helper.rb#4
3886
+ module Sentry::Utils
3887
+ class << self
3888
+ # source://sentry-ruby//lib/sentry/utils/uuid.rb#9
3889
+ def uuid; end
3890
+ end
3891
+ end
3892
+
3893
+ # source://sentry-ruby//lib/sentry/utils/uuid.rb#7
3894
+ Sentry::Utils::DELIMITER = T.let(T.unsafe(nil), String)
3895
+
3896
+ # source://sentry-ruby//lib/sentry/utils/encoding_helper.rb#5
3897
+ module Sentry::Utils::EncodingHelper
3898
+ class << self
3899
+ # source://sentry-ruby//lib/sentry/utils/encoding_helper.rb#6
3900
+ def encode_to_utf_8(value); end
3901
+
3902
+ # source://sentry-ruby//lib/sentry/utils/encoding_helper.rb#15
3903
+ def valid_utf_8?(value); end
3904
+ end
3905
+ end
3906
+
3907
+ # source://sentry-ruby//lib/sentry/utils/env_helper.rb#5
3908
+ module Sentry::Utils::EnvHelper
3909
+ class << self
3910
+ # source://sentry-ruby//lib/sentry/utils/env_helper.rb#9
3911
+ def env_to_bool(value, strict: T.unsafe(nil)); end
3912
+ end
3913
+ end
3914
+
3915
+ # source://sentry-ruby//lib/sentry/utils/env_helper.rb#7
3916
+ Sentry::Utils::EnvHelper::FALSY_ENV_VALUES = T.let(T.unsafe(nil), Array)
3917
+
3918
+ # source://sentry-ruby//lib/sentry/utils/env_helper.rb#6
3919
+ Sentry::Utils::EnvHelper::TRUTHY_ENV_VALUES = T.let(T.unsafe(nil), Array)
3920
+
3921
+ # source://sentry-ruby//lib/sentry/utils/exception_cause_chain.rb#5
3922
+ module Sentry::Utils::ExceptionCauseChain
3923
+ class << self
3924
+ # source://sentry-ruby//lib/sentry/utils/exception_cause_chain.rb#6
3925
+ def exception_to_array(exception); end
3926
+ end
3927
+ end
3928
+
3929
+ # source://sentry-ruby//lib/sentry/utils/http_tracing.rb#5
3930
+ module Sentry::Utils::HttpTracing
3931
+ # source://sentry-ruby//lib/sentry/utils/http_tracing.rb#41
3932
+ def build_nested_query(value, prefix = T.unsafe(nil)); end
3933
+
3934
+ # source://sentry-ruby//lib/sentry/utils/http_tracing.rb#33
3935
+ def propagate_trace?(url); end
3936
+
3937
+ # source://sentry-ruby//lib/sentry/utils/http_tracing.rb#18
3938
+ def record_sentry_breadcrumb(request_info, response_status); end
3939
+
3940
+ # source://sentry-ruby//lib/sentry/utils/http_tracing.rb#29
3941
+ def record_sentry_breadcrumb?; end
3942
+
3943
+ # source://sentry-ruby//lib/sentry/utils/http_tracing.rb#14
3944
+ def set_propagation_headers(req); end
3945
+
3946
+ # source://sentry-ruby//lib/sentry/utils/http_tracing.rb#6
3947
+ def set_span_info(sentry_span, request_info, response_status); end
3948
+
3949
+ private
3950
+
3951
+ # source://sentry-ruby//lib/sentry/utils/http_tracing.rb#61
3952
+ def get_level(status); end
3953
+ end
3954
+
3955
+ # source://sentry-ruby//lib/sentry/utils/real_ip.rb#11
3956
+ class Sentry::Utils::RealIp
3957
+ # source://sentry-ruby//lib/sentry/utils/real_ip.rb#23
3958
+ def initialize(remote_addr: T.unsafe(nil), client_ip: T.unsafe(nil), real_ip: T.unsafe(nil), forwarded_for: T.unsafe(nil), trusted_proxies: T.unsafe(nil)); end
3959
+
3960
+ # source://sentry-ruby//lib/sentry/utils/real_ip.rb#43
3961
+ def calculate_ip; end
3962
+
3963
+ # source://sentry-ruby//lib/sentry/utils/real_ip.rb#21
3964
+ def ip; end
3965
+
3966
+ protected
3967
+
3968
+ # source://sentry-ruby//lib/sentry/utils/real_ip.rb#79
3969
+ def filter_trusted_proxy_addresses(ips); end
3970
+
3971
+ # source://sentry-ruby//lib/sentry/utils/real_ip.rb#64
3972
+ def ips_from(header); end
3973
+ end
3974
+
3975
+ # source://sentry-ruby//lib/sentry/utils/real_ip.rb#12
3976
+ Sentry::Utils::RealIp::LOCAL_ADDRESSES = T.let(T.unsafe(nil), Array)
3977
+
3978
+ # source://sentry-ruby//lib/sentry/utils/request_id.rb#5
3979
+ module Sentry::Utils::RequestId
3980
+ class << self
3981
+ # source://sentry-ruby//lib/sentry/utils/request_id.rb#9
3982
+ def read_from(env); end
3983
+ end
3984
+ end
3985
+
3986
+ # source://sentry-ruby//lib/sentry/utils/request_id.rb#6
3987
+ Sentry::Utils::RequestId::REQUEST_ID_HEADERS = T.let(T.unsafe(nil), Array)
3988
+
3989
+ # source://sentry-ruby//lib/sentry/version.rb#4
3990
+ Sentry::VERSION = T.let(T.unsafe(nil), String)
3991
+
3992
+ # source://sentry-ruby//lib/sentry/vernier/output.rb#7
3993
+ module Sentry::Vernier; end
3994
+
3995
+ # source://sentry-ruby//lib/sentry/vernier/output.rb#8
3996
+ class Sentry::Vernier::Output
3997
+ include ::Sentry::Profiler::Helpers
3998
+
3999
+ # source://sentry-ruby//lib/sentry/vernier/output.rb#13
4000
+ def initialize(profile, project_root:, in_app_pattern:, app_dirs_pattern:); end
4001
+
4002
+ # source://sentry-ruby//lib/sentry/vernier/output.rb#11
4003
+ def profile; end
4004
+
4005
+ # source://sentry-ruby//lib/sentry/vernier/output.rb#20
4006
+ def to_h; end
4007
+
4008
+ private
4009
+
4010
+ # source://sentry-ruby//lib/sentry/vernier/output.rb#56
4011
+ def frames; end
4012
+
4013
+ # source://sentry-ruby//lib/sentry/vernier/output.rb#37
4014
+ def samples; end
4015
+
4016
+ # source://sentry-ruby//lib/sentry/vernier/output.rb#84
4017
+ def stack_table_hash; end
4018
+
4019
+ # source://sentry-ruby//lib/sentry/vernier/output.rb#78
4020
+ def stacks; end
4021
+
4022
+ # source://sentry-ruby//lib/sentry/vernier/output.rb#31
4023
+ def thread_metadata; end
4024
+ end
4025
+
4026
+ # source://sentry-ruby//lib/sentry/vernier/profiler.rb#10
4027
+ class Sentry::Vernier::Profiler
4028
+ # source://sentry-ruby//lib/sentry/vernier/profiler.rb#15
4029
+ def initialize(configuration); end
4030
+
4031
+ # source://sentry-ruby//lib/sentry/vernier/profiler.rb#89
4032
+ def active_thread_id; end
4033
+
4034
+ # source://sentry-ruby//lib/sentry/vernier/profiler.rb#13
4035
+ def event_id; end
4036
+
4037
+ # source://sentry-ruby//lib/sentry/vernier/profiler.rb#13
4038
+ def result; end
4039
+
4040
+ # source://sentry-ruby//lib/sentry/vernier/profiler.rb#28
4041
+ def set_initial_sample_decision(transaction_sampled); end
4042
+
4043
+ # source://sentry-ruby//lib/sentry/vernier/profiler.rb#55
4044
+ def start; end
4045
+
4046
+ # source://sentry-ruby//lib/sentry/vernier/profiler.rb#13
4047
+ def started; end
4048
+
4049
+ # source://sentry-ruby//lib/sentry/vernier/profiler.rb#73
4050
+ def stop; end
4051
+
4052
+ # source://sentry-ruby//lib/sentry/vernier/profiler.rb#93
4053
+ def to_hash; end
4054
+
4055
+ private
4056
+
4057
+ # source://sentry-ruby//lib/sentry/vernier/profiler.rb#106
4058
+ def log(message); end
4059
+
4060
+ # source://sentry-ruby//lib/sentry/vernier/profiler.rb#122
4061
+ def output; end
4062
+
4063
+ # source://sentry-ruby//lib/sentry/vernier/profiler.rb#114
4064
+ def profile_meta; end
4065
+
4066
+ # source://sentry-ruby//lib/sentry/vernier/profiler.rb#110
4067
+ def record_lost_event(reason); end
4068
+ end
4069
+
4070
+ # source://sentry-ruby//lib/sentry/vernier/profiler.rb#11
4071
+ Sentry::Vernier::Profiler::EMPTY_RESULT = T.let(T.unsafe(nil), Hash)
4072
+
4073
+ # source://sentry-ruby//lib/sentry/core_ext/object/duplicable.rb#79
4074
+ class Symbol
4075
+ include ::Comparable
4076
+ end