From d73e3d2459be856bd6b6a4a0c6dea1740ae35f09 Mon Sep 17 00:00:00 2001 From: Espen Antonsen Date: Thu, 11 Mar 2021 13:15:09 +0100 Subject: [PATCH] disable remote config --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c6824c498..3042996cd 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,7 @@ var airbrake = new airbrakeJs.Client({ projectId: 'ERRBIT API KEY', projectKey: 'ERRBIT API KEY (again)', reporter: 'xhr', + remoteConfig: false, host: 'https://myerrbit.com' }); ```