1.1.2 • Published 1 year ago

@evolv-integrations/heap v1.1.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

Heap Experience Accelerator Integration

To Build

npm install
npm run build

This will output: dist/index.js (commonjs format), dist/index.mjs (esm format), and dist/index.browser.js (iife format for testing in the browser)

index.browser.js used to test the integration

// Copy the file contents
var Heap = (function (exports) {...

Configure the integration using this structure for dimensions

maxWaitTime?: number;

If these are left blank then the default parameters will be used.

Example:

Heap.default({
});                  
1.1.2

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago