Pierre Noël 3b179169d4 wip
2021-07-29 16:39:26 +02:00

8 lines
84 B
JavaScript

'use strict';
const sentry = require('./sentry');
module.exports = {
sentry,
};