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()