From aa73e8765dc79a44e6da747bbf7a32bce1e39eae Mon Sep 17 00:00:00 2001 From: Ross Patterson Date: Tue, 19 May 2020 00:54:18 -0700 Subject: [PATCH] Add missing Sentry config step (#13371) --- source/_integrations/sentry.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/sentry.markdown b/source/_integrations/sentry.markdown index a1a5dafbbe1..e3e5e518a50 100644 --- a/source/_integrations/sentry.markdown +++ b/source/_integrations/sentry.markdown @@ -29,6 +29,8 @@ sentry: dsn: SENTRY_DSN ``` +Then navigate to Configuration -> Integrations and add the DSN provided to you by Sentry where prompted. + {% configuration %} dsn: description: The DSN provided to you by Sentry.