An open API service indexing awesome lists of open source software.

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!

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.