From 9f1f80d5f869edcb6ca1e49834458c744f1d23e8 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 20 Jun 2019 11:01:26 +0200 Subject: [PATCH] fix(core): update --- ts/sentry.classes.sentry.ts | 1 - 1 file changed, 1 deletion(-) 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; }