We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS:
Platform:
SDK:
@sentry/react-native
react-native-sentry
SDK version: 5.33.0
react-native version: 0.71.12
react-native
Are you using Expo?
Are you using sentry.io or on-premise?
If you are using sentry.io, please post a link to your issue so we can take a look:
Click here
Configuration:
(@sentry/react-native)
const integrations = [ Sentry.mobileReplayIntegration({ maskAllImages: false, maskAllText: false, maskAllVectors: false, }), ]; const _experiments = { replaysSessionSampleRate: 1.0, replaysOnErrorSampleRate: 1.0, }; Sentry.init({ dsn: SENTRY_DSN, _experiments, integrations, environment: 'production', beforeSend: (event) => { return event; }, });
I have the following issue: It doesn't record network payloads, response and others like headers etc...
Steps to reproduce:
Actual result:
Expected result:
The text was updated successfully, but these errors were encountered:
Looks like web have it, I don't get why RN doesn't => getsentry/sentry-javascript#7103
Sorry, something went wrong.
Thank you for the message @jackstudd.
This is correct, currently the RN Replay Implementation does not record the request and response body.
I'll mark this as a feature requests and we will post updates here.
No branches or pull requests
OS:
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)react-native-sentry
(<= 0.43.2)SDK version: 5.33.0
react-native
version: 0.71.12Are you using Expo?
Are you using sentry.io or on-premise?
If you are using sentry.io, please post a link to your issue so we can take a look:
Click here
Configuration:
(
@sentry/react-native
)I have the following issue:
It doesn't record network payloads, response and others like headers etc...
Steps to reproduce:
Actual result:
Expected result:
The text was updated successfully, but these errors were encountered: