File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments