sentry-electron
sentry-electron copied to clipboard
The official Sentry SDK for Electron
- [x] Review the documentation: https://docs.sentry.io/platforms/javascript/electron/ - [x] Search for existing issues: https://github.com/getsentry/sentry-electron/issues - [x] Use the latest release: https://github.com/getsentry/sentry-electron/releases - [x] Provide a link to the affected event from...
### Environment SaaS (https://sentry.io/) ### Version _No response_ ### Steps to Reproduce I'm sending the sourcemaps through sentry-cli and I'm using the sourcemaps explain to identify failures, but sentry doesn't...
[The code that Sentry Wizard generates when creating an Electron application](https://github.com/getsentry/sentry-wizard/blob/master/scripts/Electron/symbols.js) depends on `electron-download` which is no longer maintained. This should be migrated to use `@electron/get` instead.
Add automatic instrumentation to track the performance of the main process. We can start off by instrumenting `startup` time, and then move on from there. Open questions: - How do...
https://develop.sentry.dev/sdk/event-payloads/contexts/#culture-context The [language field in device context was deprecated](https://develop.sentry.dev/sdk/event-payloads/contexts/#device-context),
## Versions + Platform - [x] SDK version - `@sentry/[email protected]` - [x] Electron version - `[email protected]` - [x] Platform - `macOS` ## Description We are upgrading our build from webpack...
Once Electron v4 comes out, we should add docs for enabling screenshots similar to: https://docs.sentry.io/platforms/apple/guides/ios/enriching-events/screenshots/
## Versions + Platform - [x] SDK version - `@sentry/[email protected]` - [x] Electron version - `[email protected]` - [x] Platform - `macOS` ## Description I am using `@sentry/vue` package to collect...
Electron includes a [`contentTracing`](https://www.electronjs.org/docs/latest/api/content-tracing) API which allows you to capture traces in the Chromium json [trace event format](https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/preview#). Could this be parsed and converted to format suitable for submitting to...
## Versions + Platform - SDK version - `@sentry/[email protected]` - Electron version - `all` - Platform - `all` ## Description `electron.net` breadcrumbs are recorded for sending Sentry envelopes:  This...