Skip to content

Commit

Permalink
Merge pull request #1392 from bugsnag/remove-errant-api-key
Browse files Browse the repository at this point in the history
Use 'YOUR_API_KEY' placeholder to match readme
  • Loading branch information
imjoehaines authored May 7, 2021
2 parents 12edee1 + 08f8af6 commit 136535f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/electron/electron-bundled/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const Bugsnag = require('@bugsnag/electron')
const { app, BrowserWindow, ipcMain } = require('electron')
const path = require('path')

Bugsnag.start('745c3f1e956a4c3baa9d95b19f8d819b')
Bugsnag.start('YOUR_API_KEY')

// Handle creating/removing shortcuts on Windows when installing/uninstalling.
if (require('electron-squirrel-startup')) { // eslint-disable-line global-require
Expand Down

0 comments on commit 136535f

Please sign in to comment.