@tramvai/module-application-monitoring 7.21.1 → 7.26.8
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.
package/lib/sharedProviders.js
CHANGED
|
@@ -13,9 +13,6 @@ const sharedProviders = [
|
|
|
13
13
|
useFactory: ({ logger, tramvaiHooks }) => {
|
|
14
14
|
const log = logger({
|
|
15
15
|
name: constants.LOGGER_NAME,
|
|
16
|
-
defaults: {
|
|
17
|
-
remote: true,
|
|
18
|
-
},
|
|
19
16
|
});
|
|
20
17
|
return function applicationHealthSubscribe() {
|
|
21
18
|
let applicationRenderFinished = false;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/module-application-monitoring",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.26.8",
|
|
4
4
|
"description": "Модуль сбора и отправки событий мониторинга состояния приложения",
|
|
5
5
|
"browser": "lib/browser.js",
|
|
6
6
|
"main": "lib/server.js",
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
"registry": "https://registry.npmjs.org/"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@tramvai/module-common": "7.
|
|
27
|
-
"@tramvai/tokens-render": "7.
|
|
26
|
+
"@tramvai/module-common": "7.26.8",
|
|
27
|
+
"@tramvai/tokens-render": "7.26.8"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"@tinkoff/dippy": "^1.0.0",
|
|
31
|
-
"@tramvai/core": "7.
|
|
32
|
-
"@tramvai/react": "7.
|
|
31
|
+
"@tramvai/core": "7.26.8",
|
|
32
|
+
"@tramvai/react": "7.26.8",
|
|
33
33
|
"tslib": "^2.4.0"
|
|
34
34
|
}
|
|
35
35
|
}
|