Skip to content

Commit 90100b8

Browse files
authored
fix(Unity): Remove version from provided GIT URL (#13770)
1 parent 7894c9f commit 90100b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/platforms/unity/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ Don't already have an account and Sentry project established? Head over to [sent
4242
Install the package via the [Unity Package Manager using a Git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html) to Sentry's SDK repository:
4343

4444
```
45-
https://github.com/getsentry/unity.git#{{@inject packages.version('sentry.dotnet.unity', '0.0.5') }}
45+
https://github.com/getsentry/unity.git
4646
```
4747

48+
To use a specific version of the SDK, append `#{{@inject packages.version('sentry.dotnet.unity', '0.0.5') }}` to the URL.
49+
4850
## Configure
4951

5052
Installing the SDK will add an entry to Unity's top menu: `Tools` > `Sentry`. When you first open the menu, a wizard will guide you through the process of associating your game with a Sentry project and set up the initial configuration for you. The minimum configuration required is the [DSN](/product/sentry-basics/dsn-explainer/) to your project.

0 commit comments

Comments
 (0)