From 94e98979f3619fc31c2406e65514689c4b3b6850 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Sun, 28 Jun 2020 22:23:42 +0200 Subject: [PATCH] Formatting --- src/package.json | 2 +- src/src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/package.json b/src/package.json index 579d70e..97e3d99 100644 --- a/src/package.json +++ b/src/package.json @@ -33,4 +33,4 @@ "not ie <= 11", "not op_mini all" ] -} \ No newline at end of file +} diff --git a/src/src/index.js b/src/src/index.js index eff77e7..d05f47d 100644 --- a/src/src/index.js +++ b/src/src/index.js @@ -29,7 +29,7 @@ function build() { // if not local development if (window.location.host !== 'localhost:3000') { Sentry.init({ - dsn: "https://89fc6260a1af4df68f9db767a603b7e5@sentry.iobroker.net/86", + dsn: 'https://89fc6260a1af4df68f9db767a603b7e5@sentry.iobroker.net/86', release: 'iobroker.' + window.adapterName + '@' + version, integrations: [ new SentryIntegrations.Dedupe()