mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
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:
parent
48d54c254f
commit
3bb62928a6
|
@ -46,3 +46,4 @@ 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)**.
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue