Skip to content

Add os and device attributes to Electron logs #1171

@AbhiPrasad

Description

@AbhiPrasad

ref https://develop.sentry.dev/sdk/telemetry/logs/#mobile-desktop-and-native-sdks

For mobile, desktop, and native SDKs (Android, Apple, Electron, etc.), the SDKs should attach the following:

  1. os.name: The name of the operating system. Maps to name in the Contexts payload.
  2. os.version: The version of the operating system. Maps to version in the Contexts payload.
  3. device.brand: The brand of the device. Maps to brand in the Contexts payload.
  4. device.model: The model of the device. Maps to model in the Contexts payload.
  5. device.family: The family of the device. Maps to family in the Contexts payload.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions