sentry-fullstory
sentry-fullstory copied to clipboard
The Sentry-FullStory integration seamlessly integrates the Sentry and FullStory platforms.
Bumps [rollup](https://github.com/rollup/rollup) from 4.18.0 to 4.22.4. Release notes Sourced from rollup's releases. v4.22.4 4.22.4 2024-09-21 Bug Fixes Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles...
I'm getting alot of errors in fullstory that are dead links in Sentry. And I suspect they are not really errors. I believe this is due to this library passing...
The [docs](https://www.npmjs.com/package/@sentry/fullstory#sentry-settings-change) instruct me to add `fullStoryUrl` to the global safe fields so it doesn't get scrubbed. Two things that could be updated on the docs: 1. I guess the...
### Environment "@sentry/fullstory": "2.0.0" "@sentry/react-native": "5.1.1" "@fullstory/react-native": "1.1.1" "react-native": "0.69.7" ### Steps to Reproduce Standard set up for sentry and fullstory in a React Native application. The setup for @sentry/fullstory...
### Environment react-native new architecture. ``` "@fullstory/react-native": "^1.7.6", "react": "19.0.0", "react-native": "0.79.5", "@sentry/fullstory": "^4.0.0", "@sentry/react-native": "~7.3.0", ``` We are looking to add Fullstory-Sentry integration to our React Native app, but...