-
-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
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
Seeing std::__1::basic_ostream<T>::sentry::sentry error on Android #4454
Comments
Hi @pranshuchittora, |
Based on the stack trace is this error in Sentry Native or are we on the top of the stack because we capture the error? |
Hi @krystofwoldrich 👋
This is neither. |
thanks @supervacuus for finding this! closing as it's not related to getsentry/sentry.io |
What React Native libraries do you use?
React Navigation, Hermes
Are you using sentry.io or on-premise?
sentry.io (SaS)
@sentry/react-native SDK Version
5.35.0
How does your development environment look like?
OS: Mac
newArch: False
Sentry.init()
Sentry.init({
maxBreadcrumbs: 800,
maxValueLength: 1_000,
tracesSampleRate: 1
integrations: [
new Sentry.ReactNativeTracing({
idleTimeoutMs: 30_000,
finalTimeoutMs: 60_000,
}),
],
... other flags like env etc
});
Steps to Reproduce
Not sure as this is a native exception
Expected Result
No exception, in sentry SDK
Actual Result
The text was updated successfully, but these errors were encountered: