Skip to content

Commit 08fcafe

Browse files
authored
fix: Make DSN snippet clickable (#12085)
1 parent eebc508 commit 08fcafe

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/platforms/unreal/index.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,10 @@ PublicDependencyModuleNames.AddRange(new string[] { ..., "Sentry" });
116116

117117
The minimum configuration required is the [DSN](/product/sentry-basics/dsn-explainer/) of your project:
118118

119-
120-
``` {tabTitle: Public DSN}
121-
___PUBLIC_DSN___
119+
```json {tabTitle: Public DSN}
120+
{
121+
"public-dsn": "___PUBLIC_DSN___"
122+
}
122123
```
123124

124125
<Note>

0 commit comments

Comments
 (0)