Skip to content

Commit

Permalink
adding FullStory integration card (#48)
Browse files Browse the repository at this point in the history
* adding FullStory integration card

* shorten description

* remove evaluation

revert description
  • Loading branch information
InTheCloudDan authored Aug 22, 2023
1 parent 8beabe7 commit 76b9343
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integrations/fullstory/assets/images/horizontal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions integrations/fullstory/assets/images/square.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions integrations/fullstory/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "FullStory",
"version": "1.0.0",
"overview": "Send feature flag data from the LaunchDarkly JavaScript SDK to FullStory as page properties.",
"description": "FullStory combines analytics with high-fidelity session replay and intelligent diagnostics so you can fix issues impacting your customers' experience, even if the issues are not reported by customers.<br><br>Send feature flag evaluation data from the LaunchDarkly JavaScript SDK to FullStory as page properties.",
"author": "LaunchDarkly",
"supportEmail": "[email protected]",
"links": {
"supportWebsite": "https://help.fullstory.com/",
"site": "https://www.fullstory.com/",
"launchdarklyDocs": "https://docs.launchdarkly.com/integrations/fullstory",
"privacyPolicy": "https://www.fullstory.com/legal/privacy-policy/"
},
"categories": ["analytics"],
"icons": {
"square": "assets/images/square.svg",
"horizontal": "assets/images/horizontal.svg"
},
"otherCapabilities": ["external"]
}

0 comments on commit 76b9343

Please sign in to comment.