Skip to content

Commit

Permalink
Use 'YOUR_API_KEY' placeholder to match readme
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoehaines committed May 6, 2021
1 parent c21c0a2 commit 08f8af6
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 08f8af6

Please sign in to comment.