FAQ

Frequently asked questions about the Dev Toolbar.

Are there plans to include the Dev Toolbar in the JavaScript SDK?

The the Dev Toolbar is very distinct from the JavaScript SDK and will not be merged into the JavaScript SDK.

Some of the differences include:

  • The toolbar has a different set of dependencies and uses different browser API's that the JavaScript SDK does not use. For example: the toolbar will interact with things like cookies and localstorage. By keeping these pieces of code separate it is easier to audit the SDK code on github to verify that it is not persisting information inside end-users browsers.
  • The setup & deploy instruction are very different. The SDK is best deployed on staging and production environments, and can be configured easily with environment variables. The Dev Toolbar requires special considerations to deploy it into production, usually by creating a condition so that it's only included for members of your own Sentry organization. This is why it's important to keep the setup instructions separate between the two.
Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").