Skip to content

Commit ca2ef73

Browse files
committed
jpg -> png
1 parent ead3233 commit ca2ef73

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
Binary file not shown.
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ If you are logged in you can also select your project and copy its DSN directly
1313
Sentry can be configured via the Sentry configuration window or [programatically](/platforms/unity/configuration/options/).
1414
The window can be accessed by going to Unity's top menu: `Tools` > `Sentry`.
1515

16-
![Sentry window](unity-sentry-window.jpg)
16+
![Sentry window](unity-sentry-window.png)
1717

1818
Sentry saves your configuration to `Assets/Resources/Sentry/SentryOptions.asset` and reads from there at runtime.
Binary file not shown.
Loading

src/includes/getting-started-verify/unity.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ public class TestMonoBehaviour : MonoBehaviour
2020

2121
Additionally, the packages includes a sample called "Unity of bugs" that can optionally be imported into your project through the package manager. The samples contain a variety of common bugs, including native errors, so you don't have to write them.
2222

23-
![Import Samples](unity-package-samples.jpg)
23+
![Import Samples](unity-package-samples.png)

0 commit comments

Comments
 (0)