Skip to content

Commit 107e2ff

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 a116b12 commit 107e2ff

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
@@ -76,7 +76,7 @@ Sentry captures data by using a platform-specific SDK that you add to your appli
7676

7777
1. Add your DSN key to the Sentry SDK configuration.
7878

79-
Paste in the DSN key value you copied from the project created in the [previous section](/product/sentry-basics/distributed-tracing/create-new-project/). NOTE: This DSN key should be **different** from the one you used configuring Sentry on your frontend project. Your frontend and backend projects should each have a unique DSN.
79+
Paste in the DSN key value you copied from the project created in the [previous section](/product/sentry-basics/distributed-tracing/create-new-project/). NOTE: This DSN key should be **different** from the one you used to configure Sentry on your frontend project. Your frontend and backend projects should each have a unique DSN.
8080

8181
```javascript {filename:instrument.js}
8282
Sentry.init({

0 commit comments

Comments
 (0)