You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<script>functioninitTrakerr() { var c =newTrakerrClient('<api-key>', '<version of your code>', '<deployment stage of codebase>'); c.handleExceptions(false); } initTrakerr();</script>
18
18
```
19
19
@@ -44,9 +44,9 @@ client.handleExceptions(false);
44
44
Include the dependencies and initialize the global client variable with your API key:
0 commit comments