To start using this SDK you must follow this tutorial for the Dashboard :
https://scribehow.com/shared/How_to_Generate_and_Copy_an_Application_URL__6fiSG4zsR-G-rf2e9gnrEg
<aside>
đź’ˇ Be carefull, you must put your domain with http://
because our API is protected. We accept data only for the applications registered in our app.
</aside>
Now that you have your AppId, it’s time to implément the SDK in your code.
Start by installing the sdk
yarn add vaalgtir_sdk_webanalytics
Then import it in your React app
// @ts-ignore
import { TrackingProvider } from "vaalgtir_sdk_webanalytics";