Skip to content

Commit d11866d

Browse files
committed
update some other dsn references
1 parent ec59dde commit d11866d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/platforms/unreal/index.mdx

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

8080

81-
```bash
81+
``` {tabTitle: Public DSN}
8282
___PUBLIC_DSN___
8383
```
8484

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

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

33

4-
```
4+
``` {tabTitle: Public DSN}
55
___PUBLIC_DSN___
66
```
77

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

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

33

4-
```
4+
``` {tabTitle: Public DSN}
55
___PUBLIC_DSN___
66
```
77

0 commit comments

Comments
 (0)