View Source ExInsights.Client.HttpClient (ExInsights v0.8.1)

Responsible for actually sending track requests (HTTP POSTs) to azure app insights. Intended for internal use only.

Link to this section Summary

Functions

POSTs track requests to azure app insights. Internal use only.

Link to this section Functions

@spec track([ExInsights.Envelope.t()]) :: {:error, map()} | {:ok, map()}

POSTs track requests to azure app insights. Internal use only.