Track errors when uploading spreadsheets

Uses the new javascript event tracking stuff so that we can see what
errors people are getting when they upload spreadsheets.
This commit is contained in:
Chris Hill-Scott
2017-07-20 11:28:26 +01:00
parent eb264f34b7
commit 82233340b6
5 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
(function(Modules) {
"use strict";
Modules.TrackEvent = function() {
Modules.TrackError = function() {
this.start = function(component) {