Calling ShouldSend on Android after restart

Hi,
Is it to possible to force Android SDK to call shouldSendEvent callback after the crash before the actual send operation?
Right now it is inconsistent with iOS sdk which calls this callback not immidiately but after the restart.
Or maybe does anyone know how to stop calling it and manually trigger sending all events after restart?

hey @jgortych what’s the use case for that? would it make any difference? glad to hear :slight_smile: thanks.

Hi, the reason I asked for that is that I would like to get user consent before sending the events.

thanks, @jgortych.
so this is not possible, sorry about that.
We intend to implement a native way for that though, the feature would be called ‘user feedback’ most probably and it will land on the Android SDK 2.0 which is here https://docs.sentry.io/platforms/android/
Stay tuned.