...
Code Block |
---|
npm install --save kf-rum-sdk |
Before the SDK The SDK needs to be initialized before it begins gathering frontend telemetry it needs to be initialized. This initialization should occur as early as possible in your application. To initialize the SDK customize applications loading phase. Customize and include the below code snippet:
...