Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

## 👋 Introduction

BugSplat-node is a JavaScript error reporting system for Node.js and Electron applications. Before continuing with the tutorial please make sure you have completed the following checklist:
BugSplat-node is a JavaScript error reporting system for Node.js applications. For Electron apps, use [@bugsplat/electron](https://github.com/BugSplat-Git/bugsplat-electron), which wires native crash reporting and JavaScript errors from a single `init()`. Before continuing with the tutorial please make sure you have completed the following checklist:
* [Sign Up](https://app.bugsplat.com/v2/sign-up) as a new BugSplat user
* Complete the [Welcome](https://app.bugsplat.com/v2/welcome) workflow and make a note of your BugSplat database
* Review our [my-node-crasher](https://github.com/BugSplat-Git/my-node-crasher) or [my-electron-crasher](https://github.com/BugSplat-Git/my-electron-crasher) projects to see a sample Node.js project integrated with BugSplat
* Review our [my-node-crasher](https://github.com/BugSplat-Git/my-node-crasher) or [bugsplat-electron example](https://github.com/BugSplat-Git/bugsplat-electron/tree/main/example) projects to see a sample Node.js project integrated with BugSplat

## ⚙️ Configuration

Expand Down
Loading