We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1512c2a commit efc0ae8Copy full SHA for efc0ae8
platform-includes/getting-started-config/unity.mdx
@@ -1,8 +1,9 @@
1
The minimum configuration required is the [DSN](/product/sentry-basics/dsn-explainer/) to your project.
2
3
-
4
-```{tabTitle: Public DSN}
5
-"___PUBLIC_DSN___"
+```json {tabTitle: Public DSN}
+{
+ "public-dsn": "___PUBLIC_DSN___"
6
+}
7
```
8
9
Sentry can be configured via the Sentry configuration window or [programatically](/platforms/unity/configuration/options/).
platform-includes/getting-started-config/unreal.mdx
@@ -1,8 +1,10 @@
The minimum configuration required is the [DSN](/product/sentry-basics/dsn-explainer/) of your project:
-``` {tabTitle: Public DSN}
10
<Note>
0 commit comments