Skip to content

Commit

Permalink
Update docs/product/dev-toolbar/setup.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
drguthals authored Dec 18, 2024
1 parent 831dff9 commit 1ae86fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/product/dev-toolbar/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ if (isDev ) {

## Deploying to Production Environments

In production however, it's strongly recommended to *conditionally* include the Dev Toolbar `<script>` tag so that only members of your Sentry organization can see it. The specific implementation for conditionally including the Dev Toolbar is something you'll need to write based on how your app works and how your dev team is set up.
In production, it's strongly recommended to *conditionally* include the Dev Toolbar `<script>` tag so that only members of your Sentry organization can see it. The specific implementation for conditionally including the Dev Toolbar is something you'll need to write based on how your app works and how your dev team is set up.

For example, if your web application requires authentication to access, you could add a conditional where the Dev Toolbar is shown always when deployed to development **and** staging, but in production only show the toolbar **if** an employee is logged in.

Expand Down

0 comments on commit 1ae86fa

Please sign in to comment.