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 8317197 commit 051c09cCopy full SHA for 051c09c
lib/datadog/profiling/tasks/setup.rb
@@ -31,7 +31,7 @@ def setup_at_fork_hooks
31
begin
32
# Restart profiler, if enabled
33
Profiling.start_if_enabled
34
- rescue StandardError => e
+ rescue => e
35
Datadog.logger.warn do
36
"Error during post-fork hooks. Cause: #{e.class.name} #{e.message} " \
37
"Location: #{Array(e.backtrace).first}"
0 commit comments