-
-
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
not record error in app authenticated #922
Comments
Log Android:
|
i have seen the some fail in timestamp that this issue getsentry/sentry-android#407 but i delete breadcrumbs and keep giving the same failure @marandaneto |
I have managed to fix the problem but the xcode console has not managed to give me the native information as given by iOS, the main problem was that you passed the userID as number and String was required |
hey @tastafur I don't follow, what are you trying to achieve and what's the problem? the |
@jennmueng can you double-check this? I guess this is about: |
The error was when you pass Sentry.setUser the id number is broken. Do you know why xcode gives so little information with debug mode true? |
@marandaneto Looks like for some reason his user @tastafur Can you make sure your user ids are strings and see if the problem still occurs? |
@jennmueng yes i changed from double to string both iOS and Android worked as a result of that change |
This error what is it? @jennmueng @marandaneto |
This error I have verified that happens when I pass the addBreadcumb to Data too large @jennmueng @marandaneto |
@tastafur can you check if you get a 413 from the API? this should be in the logs though. |
@marandaneto which logs android or sentry? |
The logs of okhttp? |
logcat, from Sentry, you can filter by As you said, it happens when you have huge breadcrumbs and this would return a 413 |
I have searched by app adb -d logcat com.dogoodpeople.app:I *:I -v color and I have searched adb -d logcat Sentry:I *:I -v color way and I can't find it, do you know how I could find it? @marandaneto |
@tastafur please raise a new issue if you get the http error again (with a light event). |
OS:
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)react-native-sentry
(<= 0.43.2)react-native
version: 1.4.5Are you using Expo?
Are you using sentry.io or on-premise?
Configuration:
(
@sentry/react-native
)Stack tech:
I have following issue:
The error occurs in an application that has a login, let's say that if you are outside the authenticated part it works when I log in and it stops working.
LogLevel verbose, not working me.
The log threw several captureException and none appear and only logs sentry.io when I am in the unauthenticated part of the app
Logs iOS:
The text was updated successfully, but these errors were encountered: