14.1.6 Contexts ¶
Contexts provide environmental information about the runtime and
system:
- OS: Operating system details, including name and version.
- Runtime: Runtime environment (e.g., Node.js version, Python interpreter).
- Trace: Tracing information like trace ID and span ID for distributed tracing.
- Device: Hardware details, such as model or battery level.
- Browser: Browser-specific data, if applicable.
Displayed in a table, this maps to Sentry’s contexts
interface, offering
multi-faceted context (e.g., app, device, GPU) to understand the error’s
surroundings.