Questions tagged [fullstory]
8 questions
2
votes
1 answer
Heap session recording is not working with electron js based application
I have built an Electron based application using Angular, and now I am trying to integrate Heap session recording. So far am able to record the sessions but facing some issues as following:
Problem: So, the major issue is the recordings from the…

Rahal Rajapakse
- 21
- 3
2
votes
0 answers
How to add a FullStory to an extension with manifest v3
I am trying to add a FullStory to my extension.
index.tsx:
import * as React from "react";
import * as ReactDOM from "react-dom/client";
import * as FullStory from '@fullstory/browser';
import { MemoryRouter as Router, Routes, Route } from…

Volodymyr Boiko
- 31
- 3
1
vote
2 answers
How to implement fullStory with Google Sheet Apps Script Add-on
I am new to Google Apps Script Add-on. I want to implement fullStory for data capture
and user experience. I had developed the fullstory in the excel add-in successfully, but when I tried to create the same for the google app script add-on it was…

Shiv Yadav
- 467
- 2
- 11
1
vote
1 answer
global binding expression for adding property to mustache based bindings
We are trying to leverage the FullStory system into our site. However, we have a TON of PII data, and we would like to avoid having the explicitly denote each individual hard coded data as PII.
I was thinking if there was a way to create a global…

Nathan Tregillus
- 6,006
- 3
- 52
- 91
0
votes
1 answer
PageSpeed Insights gatsby-plugin-fullstory
I'm using Gatsby on my website and PageSpeed Insights report keeps reporting /s/fs.js from edge.fullstory.com as a cache issue or an unused script issue (on some pages). As I understand that is because I'm using gatsby-plugin-fullstory, and since it…

Vladan Mikic
- 63
- 7
0
votes
1 answer
FullStory Hauser not connecting to BigQuery
FullStory has Hasuer that lets you send data from FullStory to BigQuery, and seems pretty straightforward except it's not connecting with BigQuery when I update the config with
[bigquery]
Project = "myProject"
Dataset = "myDataset"
ExportTable =…

brittanyjoiner
- 1
- 1
0
votes
1 answer
How to mock "window" with jest for Fullstory
I have a function like so, and I just cannot wrap my head around how to mock this use case. I was given the function this way, so I'm not sure I can change it unless there's just a much better way.
Function to test - window is global, so no need to…

Sarah
- 669
- 2
- 8
- 21
0
votes
1 answer
Flutter - Any way to integrate full story in flutter?
I want to integrate full story for my flutter app. I don't see any full story plugin available for flutter. Any way to integrate it into my flutter app without going through the native code base?

Ranjit Shrestha
- 622
- 6
- 24