10 lines
149 B
JavaScript
Raw Normal View History

2020-12-14 00:59:12 +01:00
'use strict';
/**
* sentry.js controller
*
* @description: A set of functions called "actions" of the `sentry` plugin.
*/
2020-12-14 17:50:19 +01:00
module.exports = {};