8 lines
84 B
JavaScript
Raw Normal View History

2021-07-29 16:39:26 +02:00
'use strict';
const sentry = require('./sentry');
module.exports = {
sentry,
};