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
We aren't a MAUI project, just a straight native .net-ios and .net-android project, currently still on .net8 as were waiting until the new year before shifting to .net9.
We are using Sentry.MAUI 4.12.2 nuget in our Droid and iOS projects.
SentryOptions doesn't seem to have a setting for AttachScreenshot.
On Android, there seems to be a NativeOptions object in SentryOptions. This has the AttachScreenshot property, but iOS doesn't seem to expose this?
Is there plans to expose a similar NativeOptions object for iOS?
The text was updated successfully, but these errors were encountered:
Hi
We aren't a MAUI project, just a straight native .net-ios and .net-android project, currently still on .net8 as were waiting until the new year before shifting to .net9.
We are using
Sentry.MAUI 4.12.2
nuget in our Droid and iOS projects.SentryOptions
doesn't seem to have a setting forAttachScreenshot
.On Android, there seems to be a
NativeOptions
object inSentryOptions
. This has theAttachScreenshot
property, but iOS doesn't seem to expose this?Is there plans to expose a similar
NativeOptions
object for iOS?The text was updated successfully, but these errors were encountered: