-
-
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_timearchmemory_sizefree_memoryprocessor_count- I initially opened a separate issue for this since it can also be added to the browser.cpu_descriptionprocessor_frequency
os
versionbuildkernel_version
app
app_start_timememory_used(Addapp_memorytoappcontext develop#658)
culture
localetimezone
Metadata
Metadata
Assignees
Labels
Package: nodeIssues related to the Sentry Node SDKIssues related to the Sentry Node SDKType: Improvement