In the web device mode integration, that is, using JavaScript SDK as a source, RudderStack loads the FullStory native SDK from the https://edge.fullstory.com domain.
Based on your website’s content security policy, you might need to allowlist this domain to load the FullStory SDK successfully.
Configuration settings
After completing the initial setup, configure the following settings to correctly receive your data in FullStory:
Client-side Events Filtering: This setting lets you specify which events should be blocked or allowed to flow through to FullStory. See Client-side Events Filtering for more information.
The following settings are applicable when sending events to FullStory in web device mode, that is, using their native web SDK:
FullStory Host: If you have a custom FullStory host, enter the host name to initialize the FullStory SDK with it. The default value is fullstory.com.
FS debug mode: This setting is enabled by default and lets you use the FullStory debugging feature.
Add mobile device mode integration
Once you add FullStory as a destination in the RudderStack dashboard, follow these steps to add it to your mobile project depending on your integration platform:
Add the FullStory Maven plugin to your build script. To do so, add the following snippet into the Gradle Scripts section of your root build.gradle:
buildscript{repositories{google()jcenter()maven{url"https://maven.fullstory.com"}}dependencies{classpath'com.fullstory:gradle-plugin-local:PLUGIN_VERSION'// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}}allprojects{repositories{google()mavenCentral()}}
Replace PLUGIN_VERSION with the correct version of the FullStory Android plugin. You can find the latest release notes here.
To apply the FullStory plugin, add the following snippet into your app-specific build.gradle (if your Gradle file adds plugins via plugin ID):
This site uses cookies to improve your experience while you navigate through the website. Out of
these
cookies, the cookies that are categorized as necessary are stored on your browser as they are as
essential
for the working of basic functionalities of the website. We also use third-party cookies that
help
us
analyze and understand how you use this website. These cookies will be stored in your browser
only
with
your
consent. You also have the option to opt-out of these cookies. But opting out of some of these
cookies
may
have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This
category only includes cookies that ensures basic functionalities and security
features of the website. These cookies do not store any personal information.
This site uses cookies to improve your experience. If you want to
learn more about cookies and why we use them, visit our cookie
policy. We'll assume you're ok with this, but you can opt-out if you wish Cookie Settings.