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
.NET 6 includes net6.0-android which allows access to Android types through bindings.
When running on this environment, the chances of crashes due to errors outside of the ".NET-land" are significantly increased. We can detect such issues through our Sentry Android SDK. This is how the Sentry's Flutter and React Native SDKs work.
Tasks
Introduce net6.0-android target
Introduce bindings to the Sentry Android SDK
Sentry.Init that takes the Android Context and passes it to the Sentry Android SDK
Hook on CrashedLastRun to update session information
Enable global hub mode (share scope/state globally)
Problem Statement
.NET 6 includes
net6.0-android
which allows access to Android types through bindings.When running on this environment, the chances of crashes due to errors outside of the ".NET-land" are significantly increased. We can detect such issues through our Sentry Android SDK. This is how the Sentry's Flutter and React Native SDKs work.
Tasks
net6.0-android
targetSentry.Init
that takes the Android Context and passes it to the Sentry Android SDKCrashedLastRun
to update session informationThe above solved through: #1288
Remaining Tasks:
<meta-data android:name="io.sentry.auto-init" android:value="false" />
sentry-cli
sentry.java.android.dotnet
(see: Feat: Custom SDK names sentry-unity#725)The text was updated successfully, but these errors were encountered: