fix(core): update

This commit is contained in:
Philipp Kunz 2019-06-20 11:01:26 +02:00
parent e1262c2ca4
commit 9f1f80d5f8

View File

@ -5,7 +5,6 @@ import * as plugins from './sentry.plugins';
*/
export interface ISentryConstructorOptions {
appName: string;
dsn: string;
}