diff --git a/ts/sentry.classes.sentry.ts b/ts/sentry.classes.sentry.ts index ab1575d..30e0f7e 100644 --- a/ts/sentry.classes.sentry.ts +++ b/ts/sentry.classes.sentry.ts @@ -5,7 +5,6 @@ import * as plugins from './sentry.plugins'; */ export interface ISentryConstructorOptions { appName: string; - dsn: string; }