@usermaven/sdk-js
TypeScript icon, indicating that this package has built-in type declarations

1.4.0 • Public • Published

Usermaven JavaScript SDK (usermaven.js)

Usermaven.js is a JavaScript SDK for Usermaven.

Capabilities

  • Autocapturing via autocapture, capture_pageview, properties_string_max_length and property_blacklist options.

Maintainers Guide

This section is indented only for package maintainers.

Building and local debug

  • ATTENTION: Use yarn for everything except publishing
  • To spin off a local development server run yarn devserver, then open http://localhost:8081
  • yarn test runs Playwright test
  • yarn build builds both npm package and lib.js browser bundle
  • npm publish --public to publish the package (change version in package.json manually). You need to run npm login with your personal npmjs account beforehand (make sure you have access to Usermaven team)
  • In order to check usermaven sdk locally.
    • cd dist/npm --- navigate to npm directory
    • npm link --- creates a symbolic link to be accessed globally
    • cd ../../__tests__/sdk/ --- navigate to sdk test project
    • npm i --- install npm dependencies
    • npm link @usermaven/sdk-js --- use npm package locally whose symlink is just published
    • npm start --- start the application and monitor events

Checking Cross Domain Session locally

Setup a custom domain and sub-domain locally to test cross domain session persistence.

sudo nano /etc/hosts

Add the following lines in the hosts file

127.0.0.1       localhost.com
127.0.0.1       app.localhost.com

You will be able to access the domains at localhost domain and localhost sub-domain

Publishing new version

  • Login with your personal credentials with npm login
  • Run yarn install && yarn build && yarn test && npm publish --access public

Readme

Keywords

none

Package Sidebar

Install

npm i @usermaven/sdk-js

Weekly Downloads

313

Version

1.4.0

License

MIT

Unpacked Size

281 kB

Total Files

7

Last publish

Collaborators

  • usermaven