Collect crash data and send to/not to Sentry based on user's choice regardless of Internet connection

Is it possible to implement sentry in a way to Collect crash data and send to/not to Sentry server based on our choice regardless of Internet connection?

We have implemented self hosted sentry using Sentry SDK for Android
Our client is in expensive country where he wants to gather all crash data but DO NOT want to send data on server even if Internet connection is working fine.

Now when client come to his home town he wants to send all collected crash data based on his choice of either from Wifi or Data connection medium or not.