Skip to content

Commit 824f75c

Browse files
authored
fix Ureal engine DSN placeholder (#11769)
1 parent ab044fe commit 824f75c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/platforms/unreal/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ PublicDependencyModuleNames.AddRange(new string[] { ..., "Sentry" });
7878
The minimum configuration required is the [DSN](/product/sentry-basics/dsn-explainer/) of your project:
7979

8080

81-
```
82-
__PUBLIC_DSN__
81+
```bash
82+
___PUBLIC_DSN___
8383
```
8484

8585
<Note>

0 commit comments

Comments
 (0)