sentry-electron
sentry-electron copied to clipboard
Add support for Culture Context
https://develop.sentry.dev/sdk/event-payloads/contexts/#culture-context
Waiting on this being added upstream https://github.com/getsentry/sentry-javascript/pull/5512
upstream changes will be published as part of https://github.com/getsentry/publish/issues/1327
Released in 7.12.0 - https://github.com/getsentry/sentry-javascript/releases/tag/7.12.0
Now most of the context has moved to @sentry/node, I just need to work out how to bring those changes into the Electron SDK without making it a breaking change!
Is removing the existing event.contexts.device.language considered a breaking change?
I'm tempted to leave this until the next major version bump since adding this now would simply involve copying code from @sentry/node and deleting it for v5.
Is removing the existing event.contexts.device.language considered a breaking change?
This is not indexed by Sentry, so I don't think it is.
I'm tempted to leave this until the next major version bump since adding this now would simply involve copying code from @sentry/node and deleting it for v5.
Yeah I think that's fine, we can leave it for the next major bump