fullstory-browser-sdk icon indicating copy to clipboard operation
fullstory-browser-sdk copied to clipboard

Official FullStory SDK for JavaScript, for web browsers

Results 26 fullstory-browser-sdk issues
Sort by recently updated
recently updated
newest added

We set devMode on certain environments to ensure we do not send test data to FullStory. However when we run our automated test suites, the logs are full of "FullStory...

Are there any samples with usage of the new v2 API with Next.js (v12)? I have to rollback to the `1.7.1` version otherwise it breaks the app with a ReferenceError....

Hi, It happens some of our users use a tracker blocker, that blocks, Segment or Fullstory or both. Calling various api such as setUserVars should NOT throw an exception if...

bug

The [documentation](https://help.fullstory.com/hc/en-us/articles/4404129191575-Asset-Uploading-for-Web ) for uploading assets says to use setVars as follows: ```js FS.setVars('document', { assetMapId: 'ASSET_MAP_ID' }); ``` However, this results in the following typescript error: `Argument of type...

I'm using an angular app and I'm trying to render the app on the server. Here is my app.component.ts `constructor() { ` ` FullStory.init({ orgId: '',` ` devMode: !environment.fullstoryProduction });`...

bug

Hello! I'm integrating the `fullstory` for chrome extension. However, the chrome extension v3 do not allow remote script, so I copied the script into the project, and set the script...

I have a brand new fullstory account/orgId and I setup the npm package in a react app, but I can't get any sessions. I log the ready callback and the...

#104 raised a valid feature request: users should be able to pass a [TrustedScriptURL](https://developer.mozilla.org/en-US/docs/Web/API/TrustedScriptURL) for the script path. This type is part of the [Trusted Types API](https://developer.mozilla.org/en-US/docs/Web/API/Trusted_Types_API), a spec that...

Our TypeScript type definitions in this repository are hand-authored and because the SDK itself is not written in TypeScript it's possible for us to ship things that `tsc` won't accept....

# Problem Currently there seems to be no way to manipulate information collected by FullStory on the client before it is sent to FullStory (particularly the network calls). If you...