Skip to content

Include more information in event.contexts for Node.js #5500

@timfish

Description

@timfish

Problem Statement

The event contexts.device payload has many properties that are easily accessible from the os module.

Since bundle size is less of a concern in Node, we should probably be including these as a default included integration.

Solution Brainstorm

Many of these are already added to the Electron SDK so they can be moved to Node.js and removed from Electron!

device

  • boot_time
  • arch
  • memory_size
  • free_memory
  • processor_count - I initially opened a separate issue for this since it can also be added to the browser.
  • cpu_description
  • processor_frequency

os

  • version
  • build
  • kernel_version

app

culture

  • locale
  • timezone

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions