Closed
Description
SDK
.NET MAUI
Description
We have a new extension method, so users don't need to do options.AddIntegration(new ProfilingIntegration(
anymore.
See:
Since Profiling is still in preview for .NET we didn't add this to the in-product wizard, nor to the landing page in the docs. But it does exist in the Profiling docs page.
https://docs.sentry.io/platforms/dotnet/guides/maui/profiling/
Suggested Solution
This comment from @vaind says it's fine to add the integration also on iOS: https://github.com/getsentry/sentry-dotnet/pull/3660/files#r1853379567
@vaind could you confirm then we don't need docs that are "do this on iOS, do that on the other platforms?