- Adds additional types for "observe" callbacks
- V2 dev mode should preserve method name in logs
- Copy updates following the Fullstory rebrand
- Eliminates some dead code from the build.
- Fixes some typescript issues with the optional source parameter for v1 API
- Fixes some typescript discrepancies discovered in issue #187
- Official release of the FullStory browser API v2
- Add an
appHost
option to theinit
function to support setting_fs_app_host
- Updates README to 2.x.x
- Official Browser API v2 beta release: https://developer.fullstory.com/browser/getting-started/
- Add a
startCaptureManually
option to theinit
function to support setting_fs_capture_on_startup
: https://developer.fullstory.com/browser/auto-capture/capture-data/#manually-delay-data-capture - Add an
assetMapId
option to theinit
function to support setting_fs_asset_map_id
.
- Convert to TypeScript
- Change default export to named export
FullStory
- Update
@fullstory/snippet
dependency to use version2.0.0-beta.2
- Implement the v2 beta Browser API: https://developer.fullstory.com/browser/getting-started/
- Changed FullStory Snippet to import from @fullstory/snippet
- Npm audit updates
- Add a
cookieDomain
option to theinit
function to support setting_fs_cookie_domain
.
- Load
fs-debug.js
capture script whendebug = true
option is used to match updated debug logging practices.
- Fix a TypeScript type issue with the
readyCallback
API (#144) - Add a RELEASING doc (#143)
- Add a
readyCallback
parameter to theinit
function (#140) - Add an
isInitialized
API (#130) - Automated dependency updates
- Updating README to include
host
andscript
configuration options
- Adding the
setVars
API function
- Adding docs to the types file (index.d.ts)
- Updating README to better describe the behavior of the
recordCrossDomainIFrames
option
- Updating README to include vue 3
npm audit fix
to clean up npm audit warnings
- Updating snippet.js to include the latest snippet version
npm audit fix
to clean up npm audit warnings
- Adding a Vue.js initialization example to the readme
- Updating README to include a link to instructions on how to find the FullStory Org Id
- Nothing to see here - bumping the version to fix a faulty CircleCI build
- Updated Angular sample to demo
devMode
configuration option
- Adding
devMode
configuration option
- Reformatting init() options doc in the README
- Added init() options that control IFrame recording
- Updated README to include option descriptions and usage
- Updated README with Angular example
- Incorporate FS.anonymize method now included in the core snippet
- Update minimist version for package dev package dependancies to fix npm audit alert
Update npm package dependancies on the acorn package to get a clean npm audit
Automatic snippet update from FullStory
Supporting CommonJS builds
Snippet updates for improving XHR and Fetch API recording fidelity
Initial Release