Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bharathvaj-ganesan/fullstory-integrations
The FullStory integrations provides packages that allows you to seamlessly integrate FullStory with other platforms.
https://github.com/bharathvaj-ganesan/fullstory-integrations
airbrake bugsnag fullstory integrations raygun trackjs
Last synced: about 1 month ago
JSON representation
The FullStory integrations provides packages that allows you to seamlessly integrate FullStory with other platforms.
- Host: GitHub
- URL: https://github.com/bharathvaj-ganesan/fullstory-integrations
- Owner: bharathvaj-ganesan
- License: mit
- Created: 2021-04-08T03:06:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T11:47:53.000Z (2 months ago)
- Last Synced: 2024-11-02T07:08:03.083Z (about 2 months ago)
- Topics: airbrake, bugsnag, fullstory, integrations, raygun, trackjs
- Language: TypeScript
- Homepage:
- Size: 1.18 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FullStory Integrations
> This repo holds SDKs for all the integrations possible with [Fullstory](https://www.fullstory.com/).
These packages helps you to seamlessly integrate with FullStory platform.
_Please note that these are community packages and not official one._
[![GitHub license](https://img.shields.io/badge/license-MIT-green.svg)](https://shields.io/)
**Table of content**
- [Purpose](#purpose)
- [Integrations Supported](#integrations-supported)
- [License](#license)## Purpose
Whenever you have an event captured in any of the following service you will see a link to the FullStory session replay at that exact moment in time.
Also, when you are watching a FullStory replay and your user experiences an error, you might see a custom error event that contains the error details along with
the link that will take you to that error in respective integrated service.Supported integerations are mentioned below.
## Integrations Supported
| Integrations | Version |
| --------------------------- | -------------------------------------------------------------------------- |
| [Bugsnag](packages/bugsnag) | ![Bugsnag](https://img.shields.io/npm/v/@bharathvaj/fullstory-bugsnag.svg) |
| [Rollbar](packages/rollbar) | ![Rollbar](https://img.shields.io/npm/v/@bharathvaj/fullstory-rollbar.svg) |
| [TrackJS](packages/trackjs) | ![TrackJS](https://img.shields.io/npm/v/@bharathvaj/fullstory-trackjs.svg) |
| [Raygun](packages/raygun) | ![Raygun](https://img.shields.io/npm/v/@bharathvaj/fullstory-raygun.svg) |
| [Airbrake](packages/airbrake) | ![Airbrake](https://img.shields.io/npm/v/@bharathvaj/fullstory-airbrake.svg) |## License
MIT © [Bharathvaj Ganesan](https://github.com/bharathvaj-ganesan)