method

service_url

service_url(event)
public

No documentation available.

# File activestorage/lib/active_storage/structured_event_subscriber.rb, line 59
    def service_url(event)
      emit_debug_event("active_storage.service_url",
        key: event.payload[:key],
        url: event.payload[:url],
        duration_ms: event.duration.round(2),
      )
    end