Skip to content

Commit 1ae86fa

Browse files
authored
Update docs/product/dev-toolbar/setup.mdx
1 parent 831dff9 commit 1ae86fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/product/dev-toolbar/setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ if (isDev ) {
131131

132132
## Deploying to Production Environments
133133

134-
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.
134+
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.
135135

136136
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.
137137

0 commit comments

Comments
 (0)