-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: nodeIssues related to the Sentry Node SDKIssues related to the Sentry Node SDKType: Improvement
Description
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
app_start_time
memory_used
(Addapp_memory
toapp
context develop#658)
culture
locale
timezone
Metadata
Metadata
Assignees
Labels
Package: nodeIssues related to the Sentry Node SDKIssues related to the Sentry Node SDKType: Improvement