diff --git a/_test/error-tracker-js/index.js b/_test/error-tracker-js/index.js index 793c6db073..dc6a9fc5bb 100644 --- a/_test/error-tracker-js/index.js +++ b/_test/error-tracker-js/index.js @@ -9,7 +9,7 @@ const options = { // constructor const tracker = new fyipe.ErrorTracker( - 'https://staging.fyipe.com/api', + 'https://staging.oneuptime.com/api', '605bad70ae110c0013e14005', 'cb4b107a-7f28-464d-9fda-32715fa4cd68', options // Optional Field @@ -31,7 +31,7 @@ tracker.setTags([ ]); // an array of tags // capturing error exception authomatically -NonExistingMethodCall(); // this is authomatically captured and sent to your fyipe dashboard +NonExistingMethodCall(); // this is authomatically captured and sent to your oneuptime dashboard // capturing error exception manually try { diff --git a/_test/logger-js/index.js b/_test/logger-js/index.js index f6b74e1bed..dc7882c0c4 100644 --- a/_test/logger-js/index.js +++ b/_test/logger-js/index.js @@ -4,7 +4,7 @@ const Logger = fyipe.Logger; // constructor const logger = new Logger( - 'https://staging.fyipe.com/api', + 'https://staging.oneuptime.com/api', '6053aae39b79460013b35102', '4904db2d-968c-4656-b6c0-aac450c97ee2' ); diff --git a/_test/performance-tracker/app.js b/_test/performance-tracker/app.js index 2c18c8ecfe..e4c16314d6 100644 --- a/_test/performance-tracker/app.js +++ b/_test/performance-tracker/app.js @@ -8,7 +8,7 @@ const axios = require('axios'); // set up performance tracker configuration const options = { - apiUrl: 'https://staging.fyipe.com/api', + apiUrl: 'https://staging.oneuptime.com/api', appId: '609975b682d0790014cba640', appKey: '9a715493-f7d5-4b50-a229-7ae79a5d2336', app, // express app instance (optional field) diff --git a/_test/status-bubble/index.html b/_test/status-bubble/index.html index c944251061..ea2b98bf19 100644 --- a/_test/status-bubble/index.html +++ b/_test/status-bubble/index.html @@ -1,8 +1,8 @@ -