I am trying the first app using Forge. I am following the tutorial instructions given on the following page.
Part 3: Change the front end with the UI kit (atlassian.com)
I get the following error and my sample app does not work. Can you suggest what could be wrong?
Failed to run init function: TypeError: removeOldAnalytics is not a function
function() {
determineStorageKey();
setTimeout(bulkPublish, 500);
removeOldAnalytics();
}