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 1fb050b commit 9541c23Copy full SHA for 9541c23
lib/datadog/core/telemetry/worker.rb
@@ -270,7 +270,7 @@ def after_fork
270
# having wrong state. It is possible that in the future telemetry
271
# will be re-enabled after errors.
272
buffer.clear
273
- initial_event_once.reset
+ @initial_event_once = Utils::OnlyOnceSuccessful.new(APP_STARTED_EVENT_RETRIES)
274
# In the child process, we get a new runtime_id.
275
# As such we need to send AppStarted event.
276
# In the parent process, the event may have been the
0 commit comments