diff --git a/src/www/app/app.ts b/src/www/app/app.ts index 9694618dbf..6993c5afe4 100644 --- a/src/www/app/app.ts +++ b/src/www/app/app.ts @@ -404,9 +404,6 @@ export class App { } catch (e) { this.updateServerListItem(serverId, {connectionState: ServerConnectionState.DISCONNECTED}); console.error(`could not connect to server ${serverId}: ${e.name}`); - if (!(e instanceof errors.RegularNativeError)) { - this.errorReporter.report(`connection failure: ${e.name}`, 'connection-failure'); - } if (e instanceof errors.SystemConfigurationException) { if (await this.showConfirmationDialog(this.localize('outline-services-installation-confirmation'))) { await this.installVpnService();