You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update FullStory with current snippet and new API usage (#544)
* Update fs.js source to CDN at edge.fullstory.com
* Added some missing lines to the end of the snippet
* Add missing definition of window._fs_script
* Added another missing line at the end of the snippet
* Update Fullstory snippet to latest version
* Update FullStory to v3.0.0
* Change trackPagesWithEvents option default to true
* Update HISTORY.md to accurately reflect new default state of tracking pages
Co-authored-by: Daniel St. Jules <danielst.jules@gmail.com>
Copy file name to clipboardExpand all lines: integrations/fullstory/HISTORY.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
3.0.0 / 2020-12-11
2
+
==================
3
+
4
+
* Update snippet to the most recent version, including new setVars and anonymize functionality.
5
+
* Now use setVars API to track pages in FullStory.
6
+
* A new setting, trackPagesWithEvents has been added to allow tracking via events in addition to the new behavior, to support the transition. This defaults to true.
0 commit comments