Skip to content

Commit 48b4df8

Browse files
chargomeLms24
authored andcommitted
fix: Make DSN snippet clickable (#12085)
1 parent 14d0381 commit 48b4df8

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)