Skip to content

Commit efc0ae8

Browse files
committed
-.-
1 parent 1512c2a commit efc0ae8

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

platform-includes/getting-started-config/unity.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
The minimum configuration required is the [DSN](/product/sentry-basics/dsn-explainer/) to your project.
22

3-
4-
```{tabTitle: Public DSN}
5-
"___PUBLIC_DSN___"
3+
```json {tabTitle: Public DSN}
4+
{
5+
"public-dsn": "___PUBLIC_DSN___"
6+
}
67
```
78

89
Sentry can be configured via the Sentry configuration window or [programatically](/platforms/unity/configuration/options/).

platform-includes/getting-started-config/unreal.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
The minimum configuration required is the [DSN](/product/sentry-basics/dsn-explainer/) of your project:
22

33

4-
``` {tabTitle: Public DSN}
5-
"___PUBLIC_DSN___"
4+
```json {tabTitle: Public DSN}
5+
{
6+
"public-dsn": "___PUBLIC_DSN___"
7+
}
68
```
79

810
<Note>

0 commit comments

Comments
 (0)