@steedos/standard-ui 2.5.15-beta.7 → 2.5.15-beta.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -49,7 +49,7 @@
49
49
  }
50
50
  var dsn = STEEDOS_SENTRY_DSN || DEFAULT_DSN_JS[nodeEnv];
51
51
  Sentry.init({
52
- dsn: STEEDOS_SENTRY_DSN
52
+ dsn: dsn
53
53
  });
54
54
  });
55
55
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-ui",
3
- "version": "2.5.15-beta.7",
3
+ "version": "2.5.15-beta.9",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -12,5 +12,5 @@
12
12
  "description": "steedos package",
13
13
  "repository": {},
14
14
  "license": "MIT",
15
- "gitHead": "4b2a11ad0fe0b1c881544db7fd189ac48dd368fa"
15
+ "gitHead": "9ddb0d963c52d496ac2bad2745b74c55ad31150d"
16
16
  }