https://github.com/getsentry/sentry-sdk-browser-extension
A browser extension to debug the Sentry JavaScript Browser SDK. This is a hackweek project!
https://github.com/getsentry/sentry-sdk-browser-extension
hackweek hackweek2024 tag-non-production
Last synced: 6 months ago
JSON representation
A browser extension to debug the Sentry JavaScript Browser SDK. This is a hackweek project!
- Host: GitHub
- URL: https://github.com/getsentry/sentry-sdk-browser-extension
- Owner: getsentry
- Created: 2024-08-19T08:03:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-20T00:14:12.000Z (10 months ago)
- Last Synced: 2025-03-20T01:23:46.260Z (10 months ago)
- Topics: hackweek, hackweek2024, tag-non-production
- Language: JavaScript
- Homepage:
- Size: 7.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sentry SDK Browser Extension
**This is hackweek project. It is experimental as of now!**
This browser extension for Chrome allows you to debug the Sentry Browser SDK (as well as derivate SDKs like `@sentry/react`).
It allows you to:
- See what SDK & version is installed.
- See the SDK config that was used.
- Inject the SDK, if Sentry is not yet installed.
- See Replay config that was used, as well as the data of the currently running Replay.
- Inject the Replay SDK if it is not yet installed.
- Update the config of the SDK.
- Use Spotlight directly in the browser to see events and traces sent to Sentry.
## Development
Bundles have to be downloaded & commited. You can run `yarn update-bundles` to fetch any new CDN bundles. Then, you need to release the extension.