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
For iOS and MacCatalyst targets, the bundled Sentry Cocoa SDK has the BeforeSend and OnCrashLastRun options, both of which should probably be exposed via .NET. They require conversion between the .NET SDK's SentryEvent and the Cocoa SDK's SentryEvent objects.
For Android, we do this via serialization/deserialization. However the Cocoa SDK doesn't currently offer deserialization for SentryEvent, so a similar approach would not work.
The object graphs are quite large, so implementing the conversions manually will take time and a lot of tests.
This was originally planned for MAUI GA, but is deferred for now.
For iOS and MacCatalyst targets, the bundled Sentry Cocoa SDK has the
BeforeSend
andOnCrashLastRun
options, both of which should probably be exposed via .NET. They require conversion between the .NET SDK'sSentryEvent
and the Cocoa SDK'sSentryEvent
objects.For Android, we do this via serialization/deserialization. However the Cocoa SDK doesn't currently offer deserialization for
SentryEvent
, so a similar approach would not work.The object graphs are quite large, so implementing the conversions manually will take time and a lot of tests.
This was originally planned for MAUI GA, but is deferred for now.
Related issues
The text was updated successfully, but these errors were encountered: