example with-sentry note that server side logging available too (#5261)

Trivial note to remind anyone doing sentry that they should consider doing server side logging too.
This commit is contained in:
Adam Lane 2018-09-23 12:06:05 -07:00 committed by Tim Neutkens
parent 48d54c254f
commit 3bb62928a6

View file

@ -45,4 +45,5 @@ now
This example show you how to add Sentry to catch errors in next.js
You will need a Sentry DSN for your project. You can get it from the Settings of your Project, in **Client Keys (DSN)**, and copy the string labeled **DSN (Public)**.
You will need a Sentry DSN for your project. You can get it from the Settings of your Project, in **Client Keys (DSN)**, and copy the string labeled **DSN (Public)**.
Note that if you are using a custom server, there is logging available for common platforms: https://docs.sentry.io/platforms/javascript/express/?platform=node