aboutsummaryrefslogtreecommitdiffstats
path: root/resources/src/vue
diff options
context:
space:
mode:
Diffstat (limited to 'resources/src/vue')
-rw-r--r--resources/src/vue/index.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/resources/src/vue/index.js b/resources/src/vue/index.js
index 7f66ae2c53a0..8021f0a1cdad 100644
--- a/resources/src/vue/index.js
+++ b/resources/src/vue/index.js
@@ -3,22 +3,5 @@
Vue.use( require( './i18n.js' ) );
- /**
- * Log errors thrown by Vue.js components to the `global.error` analytics event topic and to the
- * console.
- *
- * @see https://phabricator.wikimedia.org/T249826
- *
- * @ignore
- *
- * @param {Mixed} error
- */
- Vue.config.errorHandler = function ( error ) {
- mw.errorLogger.logError( error );
-
- // eslint-disable-next-line no-console
- console.error( error );
- };
-
module.exports = Vue;
}() );