Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ertrzyiks/sentry-fullstory-integration

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ertrzyiks/sentry-fullstory-integration

Enhance Sentry reports with link to FullStory session

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

sentry-fullstory-integration

It's a pluggable integration for Sentry SDK.

Extend a Sentry event report with a link to the corresponding FullStory session, pointing to the exact moment the event happened. The recording captures how that error impacted the user and let's rewind into the past to see what actions took user to trigger the error.

It assumes that the FullStory SDK is initialized by the app. It does not inject the integration snippet.

How to install

yarn add @ertrzyiks/sentry-fullstory-integration

Usage

import Sentry from '@sentry/browser'
import { FullStorySessionIntegration } from '@ertrzyiks/sentry-fullstory-integration'

Sentry.init({
  dsn: ...,
  integrations: [
    new FullStorySessionIntegration()
  ]
})

Troubleshooting

Problem: part of the sessionUrl link is replaced by [Filtered] in the Sentry dashboard

Solution: Sentry tries to find sensitive information submitted via error reports, so it replaces it with the [Filtered] string. The solution is described here (in brief the Sentry project needs to be customized to allow sessionUrl as Safe Field in Security & Privacy project settings section).

FAQs

Package last updated on 22 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc