Rémi de Juvigny 762abbf7f8
chore(sentry): convert to typescript (#19128)
* chore(sentry): convert to typescript

* qa fixes

* josh feedback
2024-01-03 13:51:22 +01:00

10 lines
167 B
TypeScript

import bootstrap from './bootstrap';
import services from './services';
import config from './config';
export default () => ({
bootstrap,
config,
services,
});