@glassai/glass-js
v0.0.3
Published
Session recording library
Readme
Glass SDK
Session recording library
Installation
Run the following command:
npm install @glassai/glass-jsQuickstart
Initialize the SDK in your app entry point:
import glass from "@glassai/glass-js";
glass.init({
apiKey: "your-api-key",
projectId: 12345,
});