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
In some Sentry SDKs there is an API to cause a crash - this is useful for testing, whether in other SDKs integrating that particular API or in user code when they want to make sure their integration works as expected.
Specifically for the .NET SDK, it would simplify the code and CI if we could have this functionality available in sentry-native and reuse it from there. As is, we are creating a custom library, than a jar file and than bundle that to an android package, just to be able to support this from Android (mostly for internal tests).
In some Sentry SDKs there is an API to cause a crash - this is useful for testing, whether in other SDKs integrating that particular API or in user code when they want to make sure their integration works as expected.
Samples:
Specifically for the .NET SDK, it would simplify the code and CI if we could have this functionality available in sentry-native and reuse it from there. As is, we are creating a custom library, than a jar file and than bundle that to an android package, just to be able to support this from Android (mostly for internal tests).
In response to: getsentry/sentry-dotnet#2887 (comment)_
The text was updated successfully, but these errors were encountered: