sentry-dotnet icon indicating copy to clipboard operation
sentry-dotnet copied to clipboard

.NET MAUI Support (Preview 3)

Open mattjohnsonpint opened this issue 2 years ago • 0 comments

This is a subset of the issue tracking the complete MAUI support (#1174) and builds upon the work completed for Preview 1 (#1651) and Preview 2 (#1729)

Here is the next set of work planned. Some of these may be pushed to a Preview 4, depending on how things go.

  • [x] Support iOS native crashes: #1282
  • [x] Support MacCatalyst native crashes: #1848
  • [x] Connect native iOS SDK options: #1849
  • [ ] Release Health -> Crash rate based on native crashes
    • [ ] Ensure a release value exists OOTB. e.g: o.Release = $"{AppInfo.PackageName}@{AppInfo.VersionString}+{AppInfo.BuildString}";
  • [ ] Finish connecting BeforeSend and OnCrashedLastRun to the Cocoa SDK
  • [ ] Gather device and context info in IosScopeObserver
  • [ ] Consolidate the Distribution option from Android and iOS and move into the main SDK.
  • [x] Getting Started Wizard: https://github.com/getsentry/sentry-docs/pull/5271
  • [x] ~Platform logo icon (https://github.com/getsentry/platformicons)~ We'll stick the standard .NET logo

mattjohnsonpint avatar Jul 06 '22 22:07 mattjohnsonpint