Skip to content

Commit 11fa0c9

Browse files
authored
forgot this one
1 parent d238ec7 commit 11fa0c9

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
@@ -77,9 +77,10 @@ PublicDependencyModuleNames.AddRange(new string[] { ..., "Sentry" });
7777

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

80-
81-
``` {tabTitle: Public DSN}
82-
___PUBLIC_DSN___
80+
```json {tabTitle: Public DSN}
81+
{
82+
"public-dsn": "___PUBLIC_DSN___"
83+
}
8384
```
8485

8586
<Note>

0 commit comments

Comments
 (0)