We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3529139 commit bb13cf6Copy full SHA for bb13cf6
sentry-ruby/spec/sentry/client_spec.rb
@@ -201,10 +201,10 @@ def sentry_context
201
event = nil
202
203
t = Thread.new do
204
+ Thread.current.name = "Thread 1"
205
event = subject.event_from_message(message)
206
end
207
- t.name = "Thread 1"
208
t.join
209
hash = event.to_hash
210
@@ -365,10 +365,10 @@ def detailed_message(*)
365
366
367
368
369
event = subject.event_from_exception(exception)
370
371
372
373
374
event_hash = event.to_hash
0 commit comments