From 8d5b5d5f7f4a4f4b77588ed487e80025edebb0f8 Mon Sep 17 00:00:00 2001 From: Bea Malsky Date: Mon, 9 Nov 2020 10:44:36 -0600 Subject: [PATCH] Update sentry docs --- logging/sentry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging/sentry.md b/logging/sentry.md index b985784..5571358 100644 --- a/logging/sentry.md +++ b/logging/sentry.md @@ -186,6 +186,6 @@ There are several Gatsby plugins for Sentry integrations, but we prefer [`@sentr First, create a new Sentry project following the steps above and generate a DSN. Once you have that value, add it to your local `.env ` file and Netlify environment as `SENTRY_DSN`. -Then you just need to install the `@sentry/gatsby` package and point it toward that DSN value—those setup instructions and option documentation can be found [here](https://www.gatsbyjs.com/plugins/@sentry/gatsby/). +Then you just need to install the `@sentry/gatsby` package (this is done by default in our [Gatsby cookiecutter template]((/docker/templates/))) and point it toward that DSN value—those setup instructions and option documentation can be found [here](https://www.gatsbyjs.com/plugins/@sentry/gatsby/). For further reading about how `@sentry/gatsby` works under the hood, [this blog post is useful](https://cra.mr/instrumenting-gatsbyjs-with-sentry/). \ No newline at end of file