httpUrl top-level constant

String const httpUrl

HTTP tags Identifies the URL of the request being handled in this segment of the trace, in standard URI format. The protocol is optional.

Implementation

/// Identifies the URL of the request being handled in this segment of the trace,
/// in standard URI format. The protocol is optional.
const String httpUrl = 'http.url';