@fullstory/browser
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -85,2 +85,11 @@ var snippet = function snippet(_ref) { | ||
g.clearUserCookie = function () {}; | ||
g._w = {}; | ||
y = 'XMLHttpRequest'; | ||
g._w[y] = m[y]; | ||
y = 'fetch'; | ||
g._w[y] = m[y]; | ||
if (m[y]) m[y] = function () { | ||
return g._w[y].apply(this, arguments); | ||
}; | ||
})(window, document, window['_fs_namespace'], 'script', 'user'); | ||
@@ -87,0 +96,0 @@ }; |
{ | ||
"name": "@fullstory/browser", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "The official FullStory browser SDK", | ||
@@ -5,0 +5,0 @@ "repository": "git://github.com/fullstorydev/fullstory-browser-sdk.git", |
@@ -28,6 +28,8 @@ // this code is auto-generated. DO NOT EDIT. | ||
g.shutdown=function(){g("rec",!1)};g.restart=function(){g("rec",!0)}; | ||
g.log = function(a,b) { g("log", [a,b]) }; | ||
g.log = function(a,b){g("log",[a,b])}; | ||
g.consent=function(a){g("consent",!arguments.length||a)}; | ||
g.identifyAccount=function(i,v){o='account';v=v||{};v.acctId=i;g(o,v)}; | ||
g.clearUserCookie=function(){}; | ||
g._w={};y='XMLHttpRequest';g._w[y]=m[y];y='fetch';g._w[y]=m[y]; | ||
if(m[y])m[y]=function(){return g._w[y].apply(this,arguments)}; | ||
})(window,document,window['_fs_namespace'],'script','user'); | ||
@@ -34,0 +36,0 @@ /* end FullStory snippet */ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13667
274