Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@ertrzyiks/sentry-fullstory-integration
Advanced tools
Enhance Sentry reports with link to FullStory session
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.
yarn add @ertrzyiks/sentry-fullstory-integration
import Sentry from '@sentry/browser'
import { FullStorySessionIntegration } from '@ertrzyiks/sentry-fullstory-integration'
Sentry.init({
dsn: ...,
integrations: [
new FullStorySessionIntegration()
]
})
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
Enhance Sentry reports with link to FullStory session
We found that @ertrzyiks/sentry-fullstory-integration demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.