You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: