Setup custom domain for Sentry

This commit is contained in:
Vishnu Mohandas 2020-05-02 17:34:46 +05:30
parent c96afe7af4
commit e2c1e8962b

View file

@ -15,7 +15,7 @@ void main() async {
PhotoSyncManager.instance.sync();
final SentryClient sentry = new SentryClient(
dsn: "http://96780dc0b00f4c69a16c02e90d379996@3.211.17.56/2");
dsn: "http://96780dc0b00f4c69a16c02e90d379996@sentry.ente.io/2");
FlutterError.onError = (FlutterErrorDetails details) async {
print('Flutter error caught by Sentry');