mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-13 13:51:22 -04:00
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:
@@ -1,7 +1,7 @@
|
||||
(function(Modules) {
|
||||
"use strict";
|
||||
|
||||
Modules.TrackEvent = function() {
|
||||
Modules.TrackError = function() {
|
||||
|
||||
this.start = function(component) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user