fix(core): update

This commit is contained in:
2021-08-14 17:47:55 +02:00
parent 4dd2a94fbc
commit 68ad7d9814
7 changed files with 24884 additions and 611 deletions

View File

@ -10,7 +10,7 @@ let testSentry: sentry.Sentry;
tap.test('first test', async () => {
testSentry = new sentry.Sentry({
appName: '@mojoio/sentry',
dsn: process.env.DSN
dsn: process.env.DSN,
});
});