lib/instana/backend/serverless_agent.rb in instana-1.199.2 vs lib/instana/backend/serverless_agent.rb in instana-1.199.3

- old
+ new

@@ -30,9 +30,12 @@ def spawn_background_thread @timer.execute end + alias start spawn_background_thread + alias after_fork spawn_background_thread + # @return [Boolean] true if the agent able to send spans to the backend def ready? true end