sentry-electron icon indicating copy to clipboard operation
sentry-electron copied to clipboard

The official Sentry SDK for Electron

Results 64 sentry-electron issues
Sort by recently updated
recently updated
newest added

- [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...

Type: Bug

### 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...

Improvement
Spans

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),

Type: Enhancement

## 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...

Type: Enhancement

## Versions + Platform - SDK version - `@sentry/[email protected]` - Electron version - `all` - Platform - `all` ## Description `electron.net` breadcrumbs are recorded for sending Sentry envelopes: ![image](https://user-images.githubusercontent.com/1150298/160909533-f674da34-4f5c-4a0f-9784-7305114b3e53.png) This...

Type: Bug
Status: Confirmed