Skip to content

Commit

Permalink
enable linux crashpad
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish committed Jan 9, 2025
1 parent 3b6d3a5 commit 13f1b22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/test-apps/native-sentry/unknown/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ const { writeFileSync } = require('fs');
const { app, BrowserWindow } = require('electron');
const { init, getCurrentScope } = require('@sentry/electron/main');

app.commandLine.appendSwitch('enable-crashpad');

const VALID_LOOKING_MINIDUMP = Buffer.from(`MDMP${'X'.repeat(12000)}`);

const minidumpPath = path.join(
Expand Down

0 comments on commit 13f1b22

Please sign in to comment.