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 32e52d7 commit bb74fd7Copy full SHA for bb74fd7
lib/datadog/core/configuration.rb
@@ -238,7 +238,7 @@ def safely_synchronize
238
yield write_components
239
rescue ThreadError => e
240
logger_without_components.error(
241
- 'Detected deadlock during datadog initialization. ' \
+ "Detected deadlock during datadog initialization: #{e.class}: #{e}. " \
242
'Please report this at https://github.com/datadog/dd-trace-rb/blob/master/CONTRIBUTING.md#found-a-bug' \
243
"\n\tSource:\n\t#{Array(e.backtrace).join("\n\t")}"
244
)
0 commit comments