mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
[FullStory] Update snippet (#153570)
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
0ce4f2de8a
commit
7de4733f72
3 changed files with 8 additions and 6 deletions
|
@ -257,8 +257,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
THE SOFTWARE.
|
THE SOFTWARE.
|
||||||
|
|
||||||
---
|
---
|
||||||
This code is part of the Services provided by FullStory, Inc. For license information, please refer to https://www.fullstory.com/legal/terms-and-conditions/.
|
This code is part of the Services provided by FullStory, Inc. For license information, please refer to https://www.fullstory.com/legal/terms-and-conditions/
|
||||||
Portions of this code are licensed separately and can be found in https://edge.fullstory.com/s/fs.js.LICENSE.txt
|
Portions of this code are licensed under the following license:
|
||||||
|
For license information please see fs.js.LICENSE.txt
|
||||||
|
|
||||||
---
|
---
|
||||||
This product bundles bootstrap@3.3.6 which is available under a
|
This product bundles bootstrap@3.3.6 which is available under a
|
||||||
|
|
|
@ -36,7 +36,7 @@ export interface FullStorySnippetConfig {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function loadSnippet({
|
export function loadSnippet({
|
||||||
scriptUrl = 'edge.fullstory.com/s/fs.js',
|
scriptUrl = 'https://edge.fullstory.com/s/fs.js',
|
||||||
fullStoryOrgId,
|
fullStoryOrgId,
|
||||||
host = 'fullstory.com',
|
host = 'fullstory.com',
|
||||||
namespace = 'FS',
|
namespace = 'FS',
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue