From 831dff9b7da3201ab51b83bf69a9ffe0c5f09c2c Mon Sep 17 00:00:00 2001 From: Sarah Guthals Date: Wed, 18 Dec 2024 08:27:30 -0800 Subject: [PATCH 1/2] Update devl-toolbar setup.mdx --- docs/product/dev-toolbar/setup.mdx | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/docs/product/dev-toolbar/setup.mdx b/docs/product/dev-toolbar/setup.mdx index cb03b5e399c9d..0d84471f3d19d 100644 --- a/docs/product/dev-toolbar/setup.mdx +++ b/docs/product/dev-toolbar/setup.mdx @@ -114,30 +114,27 @@ interface FeatureFlagAdapter { [MockFeatureFlagAdapter.tsx](https://github.com/getsentry/sentry-toolbar/blob/main/src/env/demo/MockFeatureFlagAdapter.tsx) is an example adapter to use as a reference. -## Deploying To Dev, Staging, and Production Environments +## Deploying To Dev and Staging Environments Since the Dev Toolbar is deployed onto specific pages, it's strongly recommended that you consider which environments the toolbar should apply to. In dev and staging environments, you might want to *unconditionally* include the toolbar so that all developers and testers can use it and quickly go from the page they're looking at back to Sentry for further debugging. -In production however, it's strongly recommended to *conditionally* include the Dev Toolbar `