Setup custom domain for Sentry
This commit is contained in:
parent
c96afe7af4
commit
e2c1e8962b
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue