Inttegro.Telemetry.SDKContext (inttegro v0.2.0)

Copy Markdown View Source

Identifies the SDK implementation and version that produced an error report.

Use this context when grouping failures across language SDKs or correlating a decoding problem with a particular released contract. It contains no application or customer identity.

Summary

Types

t()

@type t() :: %Inttegro.Telemetry.SDKContext{language: String.t(), version: String.t()}