Skip to content

Commit

Permalink
dotnet profiling doesnt need prerelease (#9912)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia authored May 3, 2024
1 parent c959366 commit 9858d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platforms/dotnet/common/profiling/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To enable profiling, set the `ProfilesSampleRate`.
Additionally, for all platforms except iOS/Mac Catalyst, you need to add a dependency on the `Sentry.Profiling` NuGet package.

```shell {tabTitle:.NET CLI}
dotnet add package Sentry.Profiling --prerelease
dotnet add package Sentry.Profiling
```

Profiling depends on Sentry’s performance monitoring product being enabled beforehand. To enable performance monitoring in the SDK, set the `TracesSampleRate` option to the desired value.
Expand Down

0 comments on commit 9858d8d

Please sign in to comment.