Skip to content

docs: point Electron users to @bugsplat/electron and its example - #20

Open
bobbyg603 wants to merge 1 commit into
masterfrom
docs/electron-sample-link
Open

docs: point Electron users to @bugsplat/electron and its example#20
bobbyg603 wants to merge 1 commit into
masterfrom
docs/electron-sample-link

Conversation

@bobbyg603

Copy link
Copy Markdown
Member

Summary

README only: Electron users are pointed to @bugsplat/electron (a single init() for native crashes + JavaScript errors), and the sample link now targets its example/ directory because my-electron-crasher is being archived.

🤖 Generated with Claude Code

https://claude.ai/code/session_01KoWGNtyTyAq184QWQ2aquX

Copilot AI lite review requested due to automatic review settings August 26, 2026 23:33

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository README to steer Electron developers toward the dedicated @bugsplat/electron package and its maintained example, keeping this Node-focused SDK documentation current as older Electron sample repos are being archived.

Changes:

  • Clarifies that bugsplat-node targets Node.js, and points Electron users to @bugsplat/electron with a brief capability summary (init() for native + JS errors).
  • Replaces the my-electron-crasher sample link with the bugsplat-electron repository’s example/ directory link.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread README.md
## 👋 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:
Comment thread README.md
* [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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants