with_data
Method
This is a method of the TelemetryEvent class in the telemetry module.Add data.
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
with_data: Add data.
This is a method of the TelemetryEvent class in the telemetry module.Add data.
def with_data(mut self, key: impl Into<String>, value: impl Serialize) -> Self