agardnerIT / tracepusher

Generate and push OpenTelemetry Trace data to an OTEL collector in JSON format
Apache License 2.0
53 stars 11 forks source link

typo: har-to-otel utility. send -> sent #83

Closed agardnerIT closed 6 months ago

agardnerIT commented 8 months ago

The copy of tracepusher.py that the har-to-otel utility uses has a typo:

Trace will be send with start_time of now. should be Trace will be sent with a start_time of now.

Trace will be send with start_time of now.