Skip to content

Commit

Permalink
Update sentry docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bea Malsky committed Nov 9, 2020
1 parent 1144b49 commit 8d5b5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging/sentry.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

0 comments on commit 8d5b5d5

Please sign in to comment.