getsentry / getsentry/sentry-javascript
Instrument websocket (ws)
Open
Improvement
Node.js
- Dominant language
- TypeScript
- Stars
- 8.7k
- Forks
- 1.8k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 515
Description
### Problem Statement
I would like to see websocket connections and state changes (breadcrumbs) on errors reported to Sentry so I can understand the error better.
### Solution Brainstorm
When a connection is open, add a breadcrumb.
When a connection state changes, add a breadcrumb.
When a connection is closed, add a breadcrumb.
Contributor guide
Assessment
This issue has not been assessed yet.