backendTracingID property

String? backendTracingID
getter/setter pair

Backend Trace ID obtained from the BackendTracingIDParser.headerKey header of the response

You can use the included BackendTracingIDParser.fromHeadersMap(headers) method to extract it from the response

This will be used to correlate backend requests and tracking beacons

Implementation

String? backendTracingID;