We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687f6c4 commit ee3727eCopy full SHA for ee3727e
docs/platforms/dotnet/index.mdx
@@ -53,11 +53,11 @@ Install the **NuGet** package to add the Sentry dependency:
53
<OnboardingOption optionId="profiling">
54
55
```shell {tabTitle:.NET Core CLI}
56
- dotnet add package Sentry.Profiling -v {{@inject packages.version('sentry.dotnet') }}
+ dotnet add package Sentry.Profiling -v {{@inject packages.version('sentry.dotnet.profiling') }}
57
```
58
59
```powershell {tabTitle:Package Manager}
60
- Install-Package Sentry.Profiling -Version {{@inject packages.version('sentry.dotnet') }}
+ Install-Package Sentry.Profiling -Version {{@inject packages.version('sentry.dotnet.profiling') }}
61
62
63
</OnboardingOption>
0 commit comments