We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026b5c4 commit 16379d3Copy full SHA for 16379d3
README.md
@@ -20,7 +20,7 @@ You need to configure the SDK with default information before using it. Copy you
20
```typescript
21
import { ClickstreamAnalytics } from '@aws/clickstream-web';
22
23
-ClickstreamAnalytics.configure({
+ClickstreamAnalytics.init({
24
appId: "your appId",
25
endpoint: "https://example.com/collect",
26
});
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@aws/clickstream-web",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "ClickstreamAnalytics Web SDK",
5
"license": "Apache-2.0",
6
"main": "./lib/index.ts",
0 commit comments