1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-27 17:19:41 +02:00

Feat/hawk integration (#210)

* update environment variable

* add: hawk nodejs and javascript catcher

* fontend hawk integration

* backend hawk integration

* update the env file and config files

* support for client, backend error tracking token

* client side error tracking refactor

* new version of hawk.nodejs catcher added
This commit is contained in:
Umang G. Patel 2022-07-26 09:56:20 +05:30 committed by GitHub
parent 1fb7bc8dcc
commit 13cc53e4ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 134 additions and 12 deletions

View file

@ -11,7 +11,8 @@
</head>
<script>
window.config = {
misprintsChatId: "{{ config.misprintsChatId }}"
misprintsChatId: "{{ config.misprintsChatId }}",
hawkClientToken:"{{ config.hawkClientToken }}",
};
</script>
<body>