send_file(event)
public

No documentation available.

# File actionpack/lib/action_controller/structured_event_subscriber.rb, line 56
    def send_file(event)
      emit_event("action_controller.file_sent", path: event.payload[:path], duration_ms: event.duration.round(1))
    end