fix(core): update
This commit is contained in:
@ -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,
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user