Skip to content

Commit 0c9ae28

Browse files
PXB-3225 Test how to configure Posthog and HotJar in PXB project (innovation) (#249)
modified: docs/installation.md
1 parent 964bdd7 commit 0c9ae28

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

docs/index.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,14 @@ Percona XtraBackup {{vers}} does not support making backups of databases
6464
created in versions before {{vers}} of MySQL, Percona Server for MySQL or
6565
Percona XtraDB Cluster.
6666

67-
67+
<script>
68+
(function(h,o,t,j,a,r){
69+
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
70+
h._hjSettings={hjid:3857510,hjsv:6};
71+
a=o.getElementsByTagName('head')[0];
72+
r=o.createElement('script');r.async=1;
73+
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
74+
a.appendChild(r);
75+
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
76+
</script>
6877

docs/installation.md

+11
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,14 @@ Percona also provides the following methods:
2121
* [Run Percona XtraBackup in a Docker container](docker.md)
2222

2323
Before installing Percona XtraBackup with any of these methods, we recommend that you review the [release notes](release-notes/release-notes.md) and [Server version and backup version comparison](server-backup-version-comparison.md).
24+
25+
<script>
26+
(function(h,o,t,j,a,r){
27+
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
28+
h._hjSettings={hjid:3857510,hjsv:6};
29+
a=o.getElementsByTagName('head')[0];
30+
r=o.createElement('script');r.async=1;
31+
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
32+
a.appendChild(r);
33+
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
34+
</script>

0 commit comments

Comments
 (0)