Skip to content

Commit

Permalink
fix: Make DSN snippet clickable (#12085)
Browse files Browse the repository at this point in the history
  • Loading branch information
chargome authored and Lms24 committed Dec 13, 2024
1 parent 14d0381 commit 48b4df8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/platforms/unreal/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,10 @@ PublicDependencyModuleNames.AddRange(new string[] { ..., "Sentry" });

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


``` {tabTitle: Public DSN}
___PUBLIC_DSN___
```json {tabTitle: Public DSN}
{
"public-dsn": "___PUBLIC_DSN___"
}
```

<Note>
Expand Down

0 comments on commit 48b4df8

Please sign in to comment.