Skip to content

Commit 687f6c4

Browse files
authored
add pkg dependency for profiling
1 parent 99262b4 commit 687f6c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/platforms/dotnet/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@ Install the **NuGet** package to add the Sentry dependency:
4545
```
4646

4747
```powershell {tabTitle:Package Manager}
48-
Install-Package Sentry -Version {{@inject packages.version('sentry.dotnet') }}
48+
Install-Package Sentry. -Version {{@inject packages.version('sentry.dotnet') }}
4949
```
5050

5151
</OnboardingOption>
5252

53-
<OnboardingOption optionId="performance">
53+
<OnboardingOption optionId="profiling">
5454

5555
```shell {tabTitle:.NET Core CLI}
56-
dotnet add package Sentry -v {{@inject packages.version('sentry.dotnet') }}
56+
dotnet add package Sentry.Profiling -v {{@inject packages.version('sentry.dotnet') }}
5757
```
5858

5959
```powershell {tabTitle:Package Manager}
60-
Install-Package Sentry -Version {{@inject packages.version('sentry.dotnet') }}
60+
Install-Package Sentry.Profiling -Version {{@inject packages.version('sentry.dotnet') }}
6161
```
6262

6363
</OnboardingOption>

0 commit comments

Comments
 (0)