fix(core): initial

This commit is contained in:
2018-10-31 12:43:13 +01:00
commit 09a41f46d9
12 changed files with 1381 additions and 0 deletions

3
ts/sentry.plugins.ts Normal file
View File

@@ -0,0 +1,3 @@
import * as sentry from '@sentry/node';
export { sentry };