Now In Open Beta: Surface Sentry Context While Debugging Your Own Site with the Dev Toolbar #82166
jas-kas
announced in
Launch Feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🛠️ Background
The Dev Toolbar, now in open beta, is a floating widget in your web app, offering meaningful Sentry insights for the specific page being viewed through three different page-aware panels: Issues, Feedback and Feature Flags. Quickly surface relevant, actionable issues when you have the most context for understanding them: as you browse your own site. Note that all Sentry data is only accessible through the toolbar to your development team.
The Dev Toolbar contains the following panels:
🔨 Set up
Here’s how you can get started with a few quick steps:
<script src="https://browser.sentry-cdn.com/sentry-toolbar/latest/toolbar.min.js"></script>
window.SentryToolbar.init(initConfig)
to set up a toolbar instance on each page where you want to see the Dev Toolbar. You can read about our configuration options here.Here’s what it should look like when you’re setting up the toolbar on a page:
To learn how to set up the toolbar for specific environments, instrument your feature flags, and do additional customization, see our documentation.
👋 We want to hear from you
⭐ Please comment down below your thoughts and reflections 👇 Thank you! ⭐
Beta Was this translation helpful? Give feedback.
All reactions