Skip to content

Commit 4f5a5f1

Browse files
coolguyzonelizokm
andauthored
Update docs/product/sentry-basics/distributed-tracing/initialize-sentry-sdk-backend.mdx
Co-authored-by: Liza Mock <[email protected]>
1 parent b68a75e commit 4f5a5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/product/sentry-basics/distributed-tracing/initialize-sentry-sdk-backend.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The options set in `Sentry.init()` are called the SDK's configuration. The only
9292

9393
The configuration above enables Sentry's error monitoring feature, as well as its [Tracing](will add link later) and [Session Replay](/platforms/javascript/guides/react/session-replay) features.
9494

95-
Make sure to import `instrument.js` at the top of your `server.js` file, as well as importing `Sentry` and setting up the error handler after all controllers and before any other middleware:
95+
Be sure to import `instrument.js` at the top of your `server.js` file. Then import `Sentry` and set up the error handler after all controllers and before any other middleware:
9696

9797
``` javascript {filename:server.js}
9898
// IMPORTANT: Make sure to import `instrument.js` at the top of your file.

0 commit comments

Comments
 (0)