Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit 9646737

Browse files
committed
v3.0.4
1 parent 06fe6a7 commit 9646737

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netdata/dashboard",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"homepage": ".",
55
"main": "./lib/src/index-npm.js",
66
"files": [

src/domains/global/sagas.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,14 @@ function* waitForFullInfoPayload() {
5454
}
5555

5656
function* injectPosthog(machineGuid: string, personGuid?: string) {
57+
/* eslint-disable */
58+
// @ts-ignore
5759
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
5860
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
5961
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
6062
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
6163
})(window,document,'script','dataLayer','GTM-N6CBMJD');
64+
/* eslint-enable */
6265

6366
if (window.posthog) {
6467
return

0 commit comments

Comments
 (0)