getsentry / sentry-react-native

Official Sentry SDK for React Native
https://sentry.io
MIT License
1.58k stars 338 forks source link

not record error in app authenticated #922

Closed tastafur closed 4 years ago

tastafur commented 4 years ago

OS:

Platform:

SDK:

react-native version: 1.4.5

Are you using Expo?

Are you using sentry.io or on-premise?

Configuration:

(@sentry/react-native)

Sentry.init({
  dsn: 'https://...@sentry.io/...'
    normalizeDepth: 11,
  enableAutoSessionTracking: true,
  debug: true,
  logLevel: 3,
  sampleRate: 1,
  environment: configBase.ENV_CONFIG,
  integrations: [new ExtraErrorData({depth: 10})],
});

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:

2020-06-09 13:27:04.797964+0200 DoGood[3145:1707573]  - <AppMeasurement>[I-ACS036002] Analytics screen reporting is enabled. Call +[FIRAnalytics setScreenName:setScreenClass:] to set the screen name or override the default screen class name. To disable screen reporting, set the flag FirebaseScreenReportingEnabled to NO (boolean) in the Info.plist
2020-06-09 13:27:04.827454+0200 DoGood[3145:1707574] 6.13.0 - [Firebase/Core][I-COR000003] The default Firebase app has not yet been configured. Add `[FIRApp configure];` (`FirebaseApp.configure()` in Swift) to your application initialization. Read more: https://goo.gl/ctyzm8.
2020-06-09 13:27:04.845749+0200 DoGood[3145:1707573] 6.13.0 - [Firebase/Analytics][I-ACS023007] Analytics v.60106000 started
2020-06-09 13:27:04.846177+0200 DoGood[3145:1707573] 6.13.0 - [Firebase/Analytics][I-ACS023008] To enable debug logging set the following application argument: -FIRAnalyticsDebugEnabled (see http://goo.gl/RfcP7r)
2020-06-09 13:27:06.963 [info][tid:main][RCTRootView.m:293] Running application DoGood ({
    initialProps =     {
    };
    rootTag = 1;
})
2020-06-09 13:27:06.995773+0200 DoGood[3145:1707575] [] nw_socket_handle_socket_event [C3.1:1] Socket SO_ERROR [61: Connection refused]
2020-06-09 13:27:06.998043+0200 DoGood[3145:1707575] [] nw_socket_handle_socket_event [C3.2:1] Socket SO_ERROR [61: Connection refused]
2020-06-09 13:27:06.998258+0200 DoGood[3145:1707573] [] nw_connection_get_connected_socket [C3] Client called nw_connection_get_connected_socket on unconnected nw_connection
2020-06-09 13:27:06.998300+0200 DoGood[3145:1707573] TCP Conn 0x282a31740 Failed : error 0:61 [61]
2020-06-09 13:27:07.025681+0200 DoGood[3145:1707429] Unbalanced calls to begin/end appearance transitions for <UIViewController: 0x14dd23490>.
2020-06-09 13:27:08.042632+0200 DoGood[3145:1707585] [] nw_socket_handle_socket_event [C5:1] Socket SO_ERROR [61: Connection refused]
2020-06-09 13:27:08.042918+0200 DoGood[3145:1707579] [] nw_connection_get_connected_socket [C5] Client called nw_connection_get_connected_socket on unconnected nw_connection
2020-06-09 13:27:08.042963+0200 DoGood[3145:1707579] TCP Conn 0x282a2db00 Failed : error 0:61 [61]
2020-06-09 13:27:08.131 [warn][tid:com.facebook.react.JavaScript] Require cycle: src/navigators/auth/register/RegisterNavigator.js -> src/navigators/auth/register/RegisterCustomNavigator.js -> src/navigators/auth/register/RegisterRouter.js -> src/navigators/auth/register/RegisterNavigator.js

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
2020-06-09 13:27:08.292 [info][tid:com.facebook.react.JavaScript] Sentry Logger [Log]: Integration installed: ReactNativeErrorHandlers
2020-06-09 13:27:08.293 [info][tid:com.facebook.react.JavaScript] Sentry Logger [Log]: Integration installed: Release
2020-06-09 13:27:08.293 [info][tid:com.facebook.react.JavaScript] Sentry Logger [Log]: Integration installed: InboundFilters
2020-06-09 13:27:08.293 [info][tid:com.facebook.react.JavaScript] Sentry Logger [Log]: Integration installed: FunctionToString
2020-06-09 13:27:08.293052+0200 DoGood[3145:1707429] Sentry - Debug:: SDK initialized! Version: 5.1.4
2020-06-09 13:27:08.294 [info][tid:com.facebook.react.JavaScript] Sentry Logger [Log]: Integration installed: Breadcrumbs
2020-06-09 13:27:08.294 [info][tid:com.facebook.react.JavaScript] Sentry Logger [Log]: Integration installed: LinkedErrors
2020-06-09 13:27:08.294 [info][tid:com.facebook.react.JavaScript] Sentry Logger [Log]: Integration installed: UserAgent
2020-06-09 13:27:08.294 [info][tid:com.facebook.react.JavaScript] Sentry Logger [Log]: Integration installed: DebugSymbolicator
2020-06-09 13:27:08.294 [info][tid:com.facebook.react.JavaScript] Sentry Logger [Log]: Integration installed: RewriteFrames
2020-06-09 13:27:08.294 [info][tid:com.facebook.react.JavaScript] Sentry Logger [Log]: Integration installed: DeviceContext
2020-06-09 13:27:08.294 [info][tid:com.facebook.react.JavaScript] Sentry Logger [Log]: Integration installed: ExtraErrorData
2020-06-09 13:27:08.294822+0200 DoGood[3145:1707585] [] nw_socket_handle_socket_event [C6.1:1] Socket SO_ERROR [61: Connection refused]
2020-06-09 13:27:08.295585+0200 DoGood[3145:1707585] [] nw_socket_handle_socket_event [C6.2:1] Socket SO_ERROR [61: Connection refused]
2020-06-09 13:27:08.296144+0200 DoGood[3145:1707579] [] nw_connection_get_connected_socket [C6] Client called nw_connection_get_connected_socket on unconnected nw_connection
2020-06-09 13:27:08.296179+0200 DoGood[3145:1707579] TCP Conn 0x282a2dc80 Failed : error 0:61 [61]
2020-06-09 13:27:08.299588+0200 DoGood[3145:1707429] Sentry - Debug:: Sent 0 crash report(s)
2020-06-09 13:27:08.299770+0200 DoGood[3145:1707429] Sentry - Debug:: Integration installed: SentryCrashIntegration
2020-06-09 13:27:08.299844+0200 DoGood[3145:1707429] Sentry - Debug:: Add breadcrumb: <SentryBreadcrumb: 0x280aae280>
2020-06-09 13:27:08.300527+0200 DoGood[3145:1707429] Sentry - Debug:: Integration installed: SentryAutoBreadcrumbTrackingIntegration
2020-06-09 13:27:08.301260+0200 DoGood[3145:1707429] Sentry - Debug:: Reading timestamp of last in foreground at: /var/mobile/Containers/Data/Application/89D3A4D5-4BBC-4846-92B7-5A709524B42D/Library/Caches/io.sentry/0f19db2b4fea380e65fea9d3db0a15fc975e3994/lastInForeground.timestamp
2020-06-09 13:27:08.301314+0200 DoGood[3145:1707429] Sentry - Debug:: No lastInForeground found.
2020-06-09 13:27:08.301338+0200 DoGood[3145:1707429] Sentry - Debug:: Reading from current session: /var/mobile/Containers/Data/Application/89D3A4D5-4BBC-4846-92B7-5A709524B42D/Library/Caches/io.sentry/0f19db2b4fea380e65fea9d3db0a15fc975e3994/session.current
2020-06-09 13:27:08.301374+0200 DoGood[3145:1707429] Sentry - Debug:: No cached session to close.
2020-06-09 13:27:08.302466+0200 DoGood[3145:1707429] Sentry - Debug:: Writing to current session: /var/mobile/Containers/Data/Application/89D3A4D5-4BBC-4846-92B7-5A709524B42D/Library/Caches/io.sentry/0f19db2b4fea380e65fea9d3db0a15fc975e3994/session.current
2020-06-09 13:27:08.303945+0200 DoGood[3145:1707429] Sentry - Debug:: Writing to file: /var/mobile/Containers/Data/Application/89D3A4D5-4BBC-4846-92B7-5A709524B42D/Library/Caches/io.sentry/0f19db2b4fea380e65fea9d3db0a15fc975e3994/envelopes/1591702028.303922-0-77FAD071-1A11-4F93-9D7A-E99045DE26F9.json
2020-06-09 13:27:08.305134+0200 DoGood[3145:1707429] Sentry - Debug:: Integration installed: SentryAutoSessionTrackingIntegration
2020-06-09 13:27:08.308740+0200 DoGood[3145:1707429] Sentry - Debug:: Add breadcrumb: <SentryBreadcrumb: 0x280aa8980>
2020-06-09 13:27:08.318750+0200 DoGood[3145:1707429] Sentry - Debug:: Add breadcrumb: <SentryBreadcrumb: 0x280aae100>
2020-06-09 13:27:08.325 [info][tid:com.facebook.react.JavaScript] Running "DoGood" with {"rootTag":1,"initialProps":{}}
2020-06-09 13:27:08.328562+0200 DoGood[3145:1707429] Sentry - Debug:: Add breadcrumb: <SentryBreadcrumb: 0x280aae980>
2020-06-09 13:27:08.482 [info][tid:main][RNGestureHandlerManager.m:136] [GESTURE HANDLER] Initialize gesture handler for root view <RCTRootContentView: 0x14dd17840; reactTag: 1; frame = (0 0; 375 667); gestureRecognizers = <NSArray: 0x281157e10>; layer = <CALayer: 0x281e91d80>>
2020-06-09 13:27:33.727 [info][tid:com.facebook.react.JavaScript] Firebase Analytics: Navigation to Login
2020-06-09 13:28:08.225676+0200 DoGood[3145:1707798] [general] Connection to daemon was invalidated
2020-06-09 13:28:09.031 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'GET',
     headers: 
      { Accept: 'application/json',
        'Content-Type': 'application/json;charset=utf-8' },
     body: null },
  uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r' }
2020-06-09 13:28:09.187 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::jsonResponse', { uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r',
  jsonResponse: { exists: false, userStatus: false } }
2020-06-09 13:28:10.416 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'GET',
     headers: 
      { Accept: 'application/json',
        'Content-Type': 'application/json;charset=utf-8' },
     body: null },
  uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.' }
2020-06-09 13:28:10.501 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::jsonResponse', { uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.',
  jsonResponse: { exists: false, userStatus: false } }
2020-06-09 13:28:12.051 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'GET',
     headers: 
      { Accept: 'application/json',
        'Content-Type': 'application/json;charset=utf-8' },
     body: null },
  uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero' }
2020-06-09 13:28:12.140 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::jsonResponse', { uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero',
  jsonResponse: { exists: false, userStatus: false } }
2020-06-09 13:28:13.920 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'GET',
     headers: 
      { Accept: 'application/json',
        'Content-Type': 'application/json;charset=utf-8' },
     body: null },
  uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@' }
2020-06-09 13:28:14.001 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::jsonResponse', { uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@',
  jsonResponse: { exists: false, userStatus: false } }
2020-06-09 13:28:16.969 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'GET',
     headers: 
      { Accept: 'application/json',
        'Content-Type': 'application/json;charset=utf-8' },
     body: null },
  uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeopoe' }
2020-06-09 13:28:17.056 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::jsonResponse', { uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeopoe',
  jsonResponse: { exists: false, userStatus: false } }
2020-06-09 13:28:19.116 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'GET',
     headers: 
      { Accept: 'application/json',
        'Content-Type': 'application/json;charset=utf-8' },
     body: null },
  uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeop' }
2020-06-09 13:28:19.199 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::jsonResponse', { uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeop',
  jsonResponse: { exists: false, userStatus: false } }
2020-06-09 13:28:20.084 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'GET',
     headers: 
      { Accept: 'application/json',
        'Content-Type': 'application/json;charset=utf-8' },
     body: null },
  uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeople' }
2020-06-09 13:28:20.168 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::jsonResponse', { uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeople',
  jsonResponse: { exists: false, userStatus: false } }
2020-06-09 13:28:21.029 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'GET',
     headers: 
      { Accept: 'application/json',
        'Content-Type': 'application/json;charset=utf-8' },
     body: null },
  uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeople.' }
2020-06-09 13:28:21.111 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::jsonResponse', { uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeople.',
  jsonResponse: { exists: false, userStatus: false } }
2020-06-09 13:28:22.353 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'GET',
     headers: 
      { Accept: 'application/json',
        'Content-Type': 'application/json;charset=utf-8' },
     body: null },
  uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeople.com' }
2020-06-09 13:28:22.444 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::jsonResponse', { uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeople.com',
  jsonResponse: { exists: true, userStatus: true } }
2020-06-09 13:28:26.072 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'GET',
     headers: 
      { Accept: 'application/json',
        'Content-Type': 'application/json;charset=utf-8' },
     body: null },
  uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeople.com' }
2020-06-09 13:28:26.142 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::jsonResponse', { uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeople.com',
  jsonResponse: { exists: true, userStatus: true } }
2020-06-09 13:28:29.034 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'GET',
     headers: 
      { Accept: 'application/json',
        'Content-Type': 'application/json;charset=utf-8' },
     body: null },
  uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeople.com' }
2020-06-09 13:28:29.135 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::jsonResponse', { uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeople.com',
  jsonResponse: { exists: true, userStatus: true } }
2020-06-09 13:28:30.207 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'GET',
     headers: 
      { Accept: 'application/json',
        'Content-Type': 'application/json;charset=utf-8' },
     body: null },
  uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeople.com' }
2020-06-09 13:28:30.295 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::jsonResponse', { uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeople.com',
  jsonResponse: { exists: true, userStatus: true } }
2020-06-09 13:28:31.989 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'GET',
     headers: 
      { Accept: 'application/json',
        'Content-Type': 'application/json;charset=utf-8' },
     body: null },
  uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeople.com' }
2020-06-09 13:28:32.085 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::jsonResponse', { uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeople.com',
  jsonResponse: { exists: true, userStatus: true } }
2020-06-09 13:28:32.124 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'POST',
     headers: 
      { Authorization: 'Basic YXphemF6YXphejp0YWF6YXphemF6YXpAMTIz',
        Accept: '*/*',
        'Content-Type': 'application/x-www-form-urlencoded;charset=UTF-8' },
     body: 'grant_type=password&username=r.romero%40dogoodpeople.com&password=*****' },
  uri: 'https://cluster-staging.dogoodpeople.net/authserver/oauth/token' }
2020-06-09 13:29:12.651 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::errJson', { status: 401,
  error: 
   { code: 50005,
     message: 'El valor correspondiente al grantype no es correcto' } }
2020-06-09 13:29:12.651524+0200 DoGood[3145:1708026] [] tcp_input [C12.1:3] flags=[R] seq=1053172935, ack=0, win=0 state=LAST_ACK rcv_nxt=1053172935, snd_una=3084164762
2020-06-09 13:29:12.651883+0200 DoGood[3145:1708026] [] tcp_input [C12.1:3] flags=[R] seq=1053172935, ack=0, win=0 state=CLOSED rcv_nxt=1053172935, snd_una=3084164762
2020-06-09 13:29:12.651986+0200 DoGood[3145:1708026] [] tcp_input [C12.1:3] flags=[R] seq=1053172935, ack=0, win=0 state=CLOSED rcv_nxt=1053172935, snd_una=3084164762
2020-06-09 13:29:13.200 [info][tid:com.facebook.react.JavaScript] 'DgpApps::errorHandler::e', { status: 401,
  error: 
   { code: 50005,
     message: 'El valor correspondiente al grantype no es correcto' } }
2020-06-09 13:29:13.224 [info][tid:com.facebook.react.JavaScript] 'Error credentials to get the token or bad type grandtype', { status: 401,
  error: 
   { code: 50005,
     message: 'El valor correspondiente al grantype no es correcto' } }
2020-06-09 13:29:13.450305+0200 DoGood[3145:1707429] Bridge call to: deviceContexts
2020-06-09 13:29:13.451087+0200 DoGood[3145:1707429] Contexts: {"os":{"build":"17E262","rooted":false,"kernel_version":"Darwin Kernel Version 19.4.0: Mon Feb 24 22:04:29 PST 2020; root:xnu-6153.102.3~1\/RELEASE_ARM64_T8015","name":"iOS","version":"13.4.1"},"device":{"free_memory":173899776,"model_id":"D201AP","arch":"arm64","memory_size":2070364160,"family":"iOS","model":"iPhone10,4","storage_size":255989469184,"boot_time":"2020-05-28T17:40:47Z","timezone":"CEST","usable_memory":1824686080},"app":{"app_id":"61536A57-397D-33FA-86E7-F77644BCCDD6","app_version":"1.0","app_identifier":"com.dogoodpeople.app","app_start_time":"2020-06-09T11:27:08Z","device_app_hash":"b4474b5d042c4761ce4ca16dc78caf3de6847030","app_build":"1","build_type":"debug","app_name":"DoGood"}}
2020-06-09 13:29:43.775 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'GET',
     headers: 
      { Accept: 'application/json',
        'Content-Type': 'application/json;charset=utf-8' },
     body: null },
  uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeople.com' }
2020-06-09 13:29:43.994 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::jsonResponse', { uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeople.com',
  jsonResponse: { exists: true, userStatus: true } }
2020-06-09 13:29:45.374717+0200 DoGood[3145:1707798] [] tcp_input [C17.1:3] flags=[R] seq=2571154630, ack=0, win=0 state=LAST_ACK rcv_nxt=2571154630, snd_una=2129701734
2020-06-09 13:29:45.375193+0200 DoGood[3145:1707798] [] tcp_input [C17.1:3] flags=[R] seq=2571154630, ack=0, win=0 state=CLOSED rcv_nxt=2571154630, snd_una=2129701734
2020-06-09 13:29:58.036 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'GET',
     headers: 
      { Accept: 'application/json',
        'Content-Type': 'application/json;charset=utf-8' },
     body: null },
  uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeople.com' }
2020-06-09 13:29:58.226 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::jsonResponse', { uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeople.com',
  jsonResponse: { exists: true, userStatus: true } }
2020-06-09 13:30:01.841 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'GET',
     headers: 
      { Accept: 'application/json',
        'Content-Type': 'application/json;charset=utf-8' },
     body: null },
  uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeople.com' }
2020-06-09 13:30:01.931 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::jsonResponse', { uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeople.com',
  jsonResponse: { exists: true, userStatus: true } }
2020-06-09 13:30:04.093 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'GET',
     headers: 
      { Accept: 'application/json',
        'Content-Type': 'application/json;charset=utf-8' },
     body: null },
  uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeople.com' }
2020-06-09 13:30:04.184 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::jsonResponse', { uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeople.com',
  jsonResponse: { exists: true, userStatus: true } }
2020-06-09 13:30:06.161 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'GET',
     headers: 
      { Accept: 'application/json',
        'Content-Type': 'application/json;charset=utf-8' },
     body: null },
  uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeople.com' }
2020-06-09 13:30:06.249 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::jsonResponse', { uri: 'https://cluster-staging.dogoodpeople.net/authserver/emailExists?email=r.romero@dogoodpeople.com',
  jsonResponse: { exists: true, userStatus: true } }
2020-06-09 13:30:06.290 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'POST',
     headers: 
      { Authorization: 'Basic YXphemF6YXphejp0YWF6YXphemF6YXpAMTIz',
        Accept: '*/*',
        'Content-Type': 'application/x-www-form-urlencoded;charset=UTF-8' },
     body: 'grant_type=password&username=r.romero%40dogoodpeople.com&password=******' },
  uri: 'https://cluster-staging.dogoodpeople.net/authserver/oauth/token' }
2020-06-09 13:30:13.089 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::jsonResponse', { uri: 'https://cluster-staging.dogoodpeople.net/authserver/oauth/token',
  jsonResponse: 
   { access_token: 'eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJsYXN0TmFtZSI6IlJvbWVybyBEaWEiLCJ1c2VyX25hbWUiOiJyLnJvbWVybyIsInNjb3BlIjpbInJlYWQiLCJ3cml0ZSJdLCJleHBpcmVzX2luX2RhdGVfbG9uZyI6MTU5MTcwNTgwNjU3MywibmFtZSI6IlJ1YmVuIiwiaWQiOjI4MiwiZXhwIjoxNTkxNzA1ODA2LCJ1c2VyTmFtZSI6InIucm9tZXJvIiwiYXV0aG9yaXRpZXMiOlsiUk9MRV9VU0VSIl0sImp0aSI6IjBjYzczM2MxLTBkYzItNGQ0NS05ZjQyLTQyOWVjZWEwYmY2MSIsImVtYWlsIjoici5yb21lcm9AZG9nb29kcGVvcGxlLmNvbSIsImNsaWVudF9pZCI6ImF6YXphemF6YXoifQ.IB1AFy5hKx95pbL8xeDc5zq8HapAXiT9ffjpqDJjOY9LrDm8UYqK6s4rvl6r9uzMkGi_fOOYm9X7gRfNw6z7pkj9MlcOJ8UlVi7roSeImvGDPCxI30iLe2nvY2AcbC3_lBh78nsAsMtE3u8sYtjwyFtg_hXpl8PaQoEGmDXLfZwsyVmmp1XbYQBdtkIng7FITAWJ81gPBXxglOGUB5FTW2a3eLS08Mt1fJf9lSQkPCibKwvhlX9Yfowsx1M4pvd-c2uk1as7kO5_euYx7TvytdTXA2np-2vbL8PmBzR2P-L__VJ2resAQch9TtGB4D0fbp-iUX4nREqy24JgNPhfZA',
     token_type: 'bearer',
     refresh_token: 'eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJsYXN0TmFtZSI6IlJvbWVybyBEaWEiLCJ1c2VyX25hbWUiOiJyLnJvbWVybyIsInVzZXJOYW1lIjoici5yb21lcm8iLCJhdXRob3JpdGllcyI6WyJST0xFX1VTRVIiXSwiY2xpZW50X2lkIjoiYXphemF6YXpheiIsInNjb3BlIjpbInJlYWQiLCJ3cml0ZSJdLCJhdGkiOiIwY2M3MzNjMS0wZGMyLTRkNDUtOWY0Mi00MjllY2VhMGJmNjEiLCJleHBpcmVzX2luX2RhdGVfbG9uZyI6MTU5MTcwNTgwNjU3MywibmFtZSI6IlJ1YmVuIiwiaWQiOjI4MiwiZXhwIjoxNTk2ODg2MjA2LCJqdGkiOiJmYzJjMzY4Zi01OTE2LTRjZmEtODQ5MS0xN2Y3MTliNzQzOGQiLCJlbWFpbCI6InIucm9tZXJvQGRvZ29vZHBlb3BsZS5jb20ifQ.L7ZBXnRSwjE3dg88mOQKM0dT7eZm95EAu3JC5bfMjLPbVvj_gAg0kWfXZmLrWC15spbZWEvngXfdh0hpMLNUzsS6iarUedSpZ7V55T5_xc3HO6xIeDOLPOVV3uz_nyPoC3eXLuXjs9scc3Cn-hzDN0Uv5I5WUMV62v2ywFy_XGukloO2aq4VMqnQXc9rDO6DAznZJ4wqPVRXsrdo5RHDNZ9gpP2OWtjjB1D5zKDtMxGc4sTryZPQYjaxZwoK6u4NXjbuz_lgGm1f0FN_GX-eFpQbFkk_bcGQZ4mOlskzydGEzYMciLeEtrjd5fhyf0sAkrVaaB5nLl8RU5cXpPFK-w',
     expires_in: 3599,
     scope: 'read write',
     expires_in_date_long: 1591705806573,
     id: 282,
     name: 'Ruben',
     userName: 'r.romero',
     email: 'r.romero@dogoodpeople.com',
     lastName: 'Romero Dia',
     jti: '0cc733c1-0dc2-4d45-9f42-429ecea0bf61' } }
2020-06-09 13:30:13.309 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'GET',
     headers: 
      { Accept: 'application/json',
        'Content-Type': 'application/json;charset=utf-8',
        Authorization: 'Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJsYXN0TmFtZSI6IlJvbWVybyBEaWEiLCJ1c2VyX25hbWUiOiJyLnJvbWVybyIsInNjb3BlIjpbInJlYWQiLCJ3cml0ZSJdLCJleHBpcmVzX2luX2RhdGVfbG9uZyI6MTU5MTcwNTgwNjU3MywibmFtZSI6IlJ1YmVuIiwiaWQiOjI4MiwiZXhwIjoxNTkxNzA1ODA2LCJ1c2VyTmFtZSI6InIucm9tZXJvIiwiYXV0aG9yaXRpZXMiOlsiUk9MRV9VU0VSIl0sImp0aSI6IjBjYzczM2MxLTBkYzItNGQ0NS05ZjQyLTQyOWVjZWEwYmY2MSIsImVtYWlsIjoici5yb21lcm9AZG9nb29kcGVvcGxlLmNvbSIsImNsaWVudF9pZCI6ImF6YXphemF6YXoifQ.IB1AFy5hKx95pbL8xeDc5zq8HapAXiT9ffjpqDJjOY9LrDm8UYqK6s4rvl6r9uzMkGi_fOOYm9X7gRfNw6z7pkj9MlcOJ8UlVi7roSeImvGDPCxI30iLe2nvY2AcbC3_lBh78nsAsMtE3u8sYtjwyFtg_hXpl8PaQoEGmDXLfZwsyVmmp1XbYQBdtkIng7FITAWJ81gPBXxglOGUB5FTW2a3eLS08Mt1fJf9lSQkPCibKwvhlX9Yfowsx1M4pvd-c2uk1as7kO5_euYx7TvytdTXA2np-2vbL8PmBzR2P-L__VJ2resAQch9TtGB4D0fbp-iUX4nREqy24JgNPhfZA' },
     body: null },
  uri: 'https://cluster-staging.dogoodpeople.net/companies-service/ProjectController/obtainProgramPerUser?userId=282' }
2020-06-09 13:30:13.311 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'GET',
     headers: 
      { Accept: 'application/json',
        'Content-Type': 'application/json;charset=utf-8',
        Authorization: 'Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJsYXN0TmFtZSI6IlJvbWVybyBEaWEiLCJ1c2VyX25hbWUiOiJyLnJvbWVybyIsInNjb3BlIjpbInJlYWQiLCJ3cml0ZSJdLCJleHBpcmVzX2luX2RhdGVfbG9uZyI6MTU5MTcwNTgwNjU3MywibmFtZSI6IlJ1YmVuIiwiaWQiOjI4MiwiZXhwIjoxNTkxNzA1ODA2LCJ1c2VyTmFtZSI6InIucm9tZXJvIiwiYXV0aG9yaXRpZXMiOlsiUk9MRV9VU0VSIl0sImp0aSI6IjBjYzczM2MxLTBkYzItNGQ0NS05ZjQyLTQyOWVjZWEwYmY2MSIsImVtYWlsIjoici5yb21lcm9AZG9nb29kcGVvcGxlLmNvbSIsImNsaWVudF9pZCI6ImF6YXphemF6YXoifQ.IB1AFy5hKx95pbL8xeDc5zq8HapAXiT9ffjpqDJjOY9LrDm8UYqK6s4rvl6r9uzMkGi_fOOYm9X7gRfNw6z7pkj9MlcOJ8UlVi7roSeImvGDPCxI30iLe2nvY2AcbC3_lBh78nsAsMtE3u8sYtjwyFtg_hXpl8PaQoEGmDXLfZwsyVmmp1XbYQBdtkIng7FITAWJ81gPBXxglOGUB5FTW2a3eLS08Mt1fJf9lSQkPCibKwvhlX9Yfowsx1M4pvd-c2uk1as7kO5_euYx7TvytdTXA2np-2vbL8PmBzR2P-L__VJ2resAQch9TtGB4D0fbp-iUX4nREqy24JgNPhfZA' },
     body: null },
  uri: 'https://cluster-staging.dogoodpeople.net/companies-service/ChallengeController/obtainUserChallenges?id=282' }
2020-06-09 13:30:13.313 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'GET',
     headers: 
      { Accept: 'application/json',
        'Content-Type': 'application/json;charset=utf-8',
        Authorization: 'Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJsYXN0TmFtZSI6IlJvbWVybyBEaWEiLCJ1c2VyX25hbWUiOiJyLnJvbWVybyIsInNjb3BlIjpbInJlYWQiLCJ3cml0ZSJdLCJleHBpcmVzX2luX2RhdGVfbG9uZyI6MTU5MTcwNTgwNjU3MywibmFtZSI6IlJ1YmVuIiwiaWQiOjI4MiwiZXhwIjoxNTkxNzA1ODA2LCJ1c2VyTmFtZSI6InIucm9tZXJvIiwiYXV0aG9yaXRpZXMiOlsiUk9MRV9VU0VSIl0sImp0aSI6IjBjYzczM2MxLTBkYzItNGQ0NS05ZjQyLTQyOWVjZWEwYmY2MSIsImVtYWlsIjoici5yb21lcm9AZG9nb29kcGVvcGxlLmNvbSIsImNsaWVudF9pZCI6ImF6YXphemF6YXoifQ.IB1AFy5hKx95pbL8xeDc5zq8HapAXiT9ffjpqDJjOY9LrDm8UYqK6s4rvl6r9uzMkGi_fOOYm9X7gRfNw6z7pkj9MlcOJ8UlVi7roSeImvGDPCxI30iLe2nvY2AcbC3_lBh78nsAsMtE3u8sYtjwyFtg_hXpl8PaQoEGmDXLfZwsyVmmp1XbYQBdtkIng7FITAWJ81gPBXxglOGUB5FTW2a3eLS08Mt1fJf9lSQkPCibKwvhlX9Yfowsx1M4pvd-c2uk1as7kO5_euYx7TvytdTXA2np-2vbL8PmBzR2P-L__VJ2resAQch9TtGB4D0fbp-iUX4nREqy24JgNPhfZA' },
     body: null },
  uri: 'https://cluster-staging.dogoodpeople.net/game-service/ScoringController/getRealPoints?userId=282' }
2020-06-09 13:30:13.324 [info][tid:com.facebook.react.JavaScript] Firebase Analytics: Navigation to ChallengesList
2020-06-09 13:30:13.441 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::jsonResponse', { uri: 'https://cluster-staging.dogoodpeople.net/companies-service/ProjectController/obtainProgramPerUser?userId=282',
  jsonResponse: 
   [ { programId: 1,
       programName: 'Programa DOGOOD',
       programInitDate: '2020-05-15T22:00:00.000+0000',
       endDate: '2020-05-28T22:00:00.000+0000',
       programOwner: 0,
       programDescription: 'Ayudemos al mundo',
       programStatus: true,
       valueByPoint: 1 } ] }
2020-06-09 13:30:13.556 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::jsonResponse', { uri: 'https://cluster-staging.dogoodpeople.net/game-service/ScoringController/getRealPoints?userId=282',
  jsonResponse: { points: 25 } }
2020-06-09 13:30:13.560 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'GET',
     headers: 
      { Accept: 'application/json',
        'Content-Type': 'application/json;charset=utf-8',
        Authorization: 'Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJsYXN0TmFtZSI6IlJvbWVybyBEaWEiLCJ1c2VyX25hbWUiOiJyLnJvbWVybyIsInNjb3BlIjpbInJlYWQiLCJ3cml0ZSJdLCJleHBpcmVzX2luX2RhdGVfbG9uZyI6MTU5MTcwNTgwNjU3MywibmFtZSI6IlJ1YmVuIiwiaWQiOjI4MiwiZXhwIjoxNTkxNzA1ODA2LCJ1c2VyTmFtZSI6InIucm9tZXJvIiwiYXV0aG9yaXRpZXMiOlsiUk9MRV9VU0VSIl0sImp0aSI6IjBjYzczM2MxLTBkYzItNGQ0NS05ZjQyLTQyOWVjZWEwYmY2MSIsImVtYWlsIjoici5yb21lcm9AZG9nb29kcGVvcGxlLmNvbSIsImNsaWVudF9pZCI6ImF6YXphemF6YXoifQ.IB1AFy5hKx95pbL8xeDc5zq8HapAXiT9ffjpqDJjOY9LrDm8UYqK6s4rvl6r9uzMkGi_fOOYm9X7gRfNw6z7pkj9MlcOJ8UlVi7roSeImvGDPCxI30iLe2nvY2AcbC3_lBh78nsAsMtE3u8sYtjwyFtg_hXpl8PaQoEGmDXLfZwsyVmmp1XbYQBdtkIng7FITAWJ81gPBXxglOGUB5FTW2a3eLS08Mt1fJf9lSQkPCibKwvhlX9Yfowsx1M4pvd-c2uk1as7kO5_euYx7TvytdTXA2np-2vbL8PmBzR2P-L__VJ2resAQch9TtGB4D0fbp-iUX4nREqy24JgNPhfZA' },
     body: null },
  uri: 'https://cluster-staging.dogoodpeople.net/game-service/ScoringController/getDonationPoints?userId=282' }
2020-06-09 13:30:13.616 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::jsonResponse', { uri: 'https://cluster-staging.dogoodpeople.net/companies-service/ChallengeController/obtainUserChallenges?id=282',
  jsonResponse: 
   [ { userProgramChallengeId: 1173,
       programChallengeId: 25,
       title: 'Residuos plásticos',
       shortDesc: '¿Sabías que 10 millones de toneladas de plástico acaban en los océanos cada año? El plástico es un material que no se degrada y uno de los que más contaminan. Pero tiene la ventaja de poder ser reciclado hasta 5 veces. ¡Sólo necesita ser depositado en el contenedor amarillo!\r\n\r\nInstrucciones: Deposita tus residuos plásticos en su contenedor y sube una foto.',
       longDesc: 'El plástico es uno de los materiales que más usamos en nuestra vida diaria pero también es uno de los que más tarda en descomponerse. Cada día el consumo de plástico crece más hasta llegar a millones de toneladas y son muchos los que desconocen la cantidad de años que tarda en descomponerse, afectando con ello a nuestros océanos, fauna marina y, por ende, a nosotros/as, ya que los consumimos como alimento. \r\n\r\n¿Conoces los beneficios del reciclaje de plásticos y metales?\r\n\r\nAhorro de energía: La fabricación a partir de envases reciclados, supone un ahorro energético del 84% en el caso de los plásticos, del 95% en las latas aluminio y del 75% en las latas de acero, con respecto a la fabricación a partir de materiales vírgenes\r\nReducción de las necesidades de materia prima: Por cada tonelada de envases plásticos reciclados se ahorra en torno 1 tonelada de petróleo. Por cada tonelada de aluminio reciclado, se ahorra 6 toneladas de bauxita (elemento a partir del cual se hace el aluminio)\r\nAhorro de recursos: Con todos los envases reciclados se podría abastecer a la industria de la fabricación de plástico en casi el 9% de los recursos que se necesitan\r\nMejora de la calidad del aire al reducir su contaminación: El reciclaje del aluminio representa una disminución de las emisiones en 9,8 toneladas de CO2 y 64kg SO2\r\nDisminución de las emisiones de gases de efecto invernadero\r\nDescenso de los residuos destinados a incineración\r\nReducción de residuos que acaban en vertedero\r\n\r\nFuente: https://stopbasura.com/2016/12/07/beneficios-reciclar-plasticos-metales/',
       image: '690f6d45-3326-4d7a-b502-ba1b6c43ddaa',
       date: 1590530400000,
       category: 'responsible-consumption',
       type: '0',
       state: 'Active',
       read: false,
       points: 10,
       needPicture: true },
     { userProgramChallengeId: 1170,
       programChallengeId: 18,
       title: 'Papeleos sin papeles',
       shortDesc: 'Hoy en día el consumo del papel constituye el 90% de los residuos generados en las oficinas, una cifra fácilmente reducible en la era digital actual, por ejemplo sustituyendo el fax por el email o los contratos físicos por digitales. ¿Qué otros trámites se te ocurren?',
       longDesc: 'Las aplicaciones derivadas de la Administración Electrónica son muy diversas. Estas posibilidades no hacen más que beneficiar a los usuarios, suponiendo una multitud de cambios en torno al concepto tradicional de Administración.\r\n\r\nLa evolución se refleja en la capacidad de crear una nueva dimensión de trabajo que engloba al total de los organigramas y potencia el trabajo en red de las partes implicadas. El resultado es la posibilidad de desarrollar un entorno de trabajo colaborativo para cubrir las necesidades de los usuarios.\r\n\r\nLas ventajas de la introducción de la Administración Electrónica permiten a usuarios y Administración racionalizar su interacción, concentrando tareas y preocupaciones en asuntos como la mejora de los servicios existentes de una forma mucho más competitiva y eficaz.\r\n\r\nEntre todas las ventajas de la e-Administración, pueden enumerarse las siguientes:\r\n\r\n- Disponibilidad de la Administración las 24 horas y 365 días del año.\r\n- Facilidad de acceso para la realización de trámites. Estos podrán realizarse sin la necesidad de desplazarse hasta un lugar concreto.\r\n- Ahorro de la duración de las gestiones, ya que se evitan desplazamientos y tiempo de espera innecesarios.\r\n- Aumento de la seguridad de los datos sensibles. Estos permanecen en centros de datos, los cuales serán más fácilmente recuperables.\r\n- Flexibilidad. Permite elegir entre los diferentes canales que se ofertan para la resolución de trámites administrativos.\r\n- Optimización de los costes asociados al mantenimiento de los puestos de trabajo, aumentando la productividad.',
       image: 'f21638fd-50ef-4a7c-8f46-84b196854ad4',
       date: 1590271200000,
       category: 'iii',
       type: '0',
       state: 'Active',
       read: false,
       points: 10,
       needPicture: false },
     { userProgramChallengeId: 1163,
       programChallengeId: 20,
       title: 'Plantar un árbol',
       shortDesc: 'La falta de árboles puede conllevar a la contaminación ambiental en las ciudades. Una ciudad verde se traduce en aire más puro y en ahorro de energía, entre otros. Teniendo esto en cuenta, ¿no crees que plantar un árbol es de los mayores impactos más sencillos que hay?\r\nPlanta un árbol y sube una foto.',
       longDesc: '¿Por qué los árboles son tan importantes?\r\n\r\nLos árboles hacen un montón de cosas por nosotros, son asequibles y muy eficientes: Los árboles son los únicos almacenes extremadamente baratos y fácilmente incrementables de CO2.\r\n\r\nSon sencillos de plantar, eliminan el CO2 de la atmósfera acumulado durante años y lo absorben durante un largo período. De media, calculamos una absorción de10 Kg de CO2 por árbol al año. En los trópicos este valor se encuentra mucho más alto.\r\n\r\nRegulan las precipitaciones y forman parte del ciclo del agua. En unos pocos días, un árbol grande puede absorber 370 litros de agua del suelo y liberarlos a la atmósfera. \r\n\r\nEnfrían la Tierra, al contribuir a la formación de nubes. Los bosques promueven, mediante el reparto de isopreno, un determinado hidrocarburo, la formación de nubes especiales que enfrían la Tierra. \r\n\r\nLimpian el aire. Los árboles absorben no solo el CO2 y otros gases de efecto invernadero como el monóxido de carbono o el dióxido de azufre, sino que además emiten el valioso oxígeno. Un solo árbol puede absorber hasta 5 kg de contaminantes atmosféricos al año y producir, en el mismo espacio de tiempo, hasta 130 kg de oxígeno.\r\n\r\nFuente: https://www.plant-for-the-planet.org/es/informate/los-arboles-son-geniales',
       image: '36fcbd62-c3d5-4c45-8b8d-a81733024f6a',
       date: 1589666400000,
       category: 'life-land',
       type: '0',
       state: 'Active',
       read: false,
       points: 20,
       needPicture: false },
     { userProgramChallengeId: 1167,
       programChallengeId: 21,
       title: 'Date una vuelta',
       shortDesc: 'Estar demasiado tiempo sin moverse puede llevar a la diabetes y a problemas de espalda. Al pasear nuestra mente se despeja de todos los problemas e inquietudes de un día pesado. En definitiva, supone salud para el corazón y un salvavidas para la mente. ¿Caminamos hoy 30 min?\r\n\r\nInstrucciones: Sube una foto de tu cronómetro mientras paseas. También es válido un pantallazo de una app que mida tu recorrido como Google Fit.',
       longDesc: '¿Cuáles son los beneficios de pasear? A continuación te los explicamos.\r\n\r\n1. Te ayuda a dormir mejor\r\nCaminar ayuda a liberar serotonina (5-HT), un neurotransmisor que deriva de un aminoácido llamado triptófano. Una de sus funciones es aumentar la producción de melatonina, una hormona que regula los ciclos del sueño. Además, para poder descansar y estar tranquilos, la serotonina interviene en el control del estrés y la temperatura corporal.\r\n\r\n2. Mejora el humor\r\nUn estudio de la Universidad Estatal de California en Long Beach, demostró que a mayor cantidad de pasos, mejor humor. ¿Por qué? Como se ha dicho en el punto anterior, caminar libera serotonina, más conocido como el químico de la felicidad. Pero, además, también libera endorfinas, unos opiáceos naturales que nos hacen sentir realmente bien.\r\n\r\n3. Mejora la circulación\r\nCaminar mejora la circulación de la sangre y previene las enfermedades cardiovasculares.\r\nUn estudio de la Universidad de Colorado y la Universidad de Tennessee encontró que los sujetos de su investigación que caminaron de una a dos millas diarias, descendieron su presión arterial casi 11 puntos en 24 semanas. Los sujetos que caminaron media hora al día redujeron el riesgo de padecer un infarto en un 20 por ciento.\r\n\r\n4. Aumenta la esperanza de vida\r\nTal y como afirma una investigación de la Escuela de Medicina de la Universidad de Michigan, aquellos individuos de 50 o 60 años que caminan regularmente tienen un 35 por ciento menos de probabilidades de morir en los siguientes ocho años respecto aquellos que no pasean.\r\n5. Previene el deterioro cognitivo\r\nUn estudio realizado por la Universidad de California en San Francisco (UCSF), en el que participaron 6000 sujetos con 65 o más años, encontró que cuanto más caminamos, más se enlentece el deterioro cognitivo. Los sujetos que caminaron 2.5 millas diarias tenían un 17 por ciento menos en cuanto a la pérdida de memoria.\r\n\r\n6. Reduce el riesgo de sufrir Alzheimer\r\nUn estudio que se realizó en el Sistema de Salud de la Universidad de Virginia en Charlottesville encontró que los hombres de 71 a 93 años de edad que caminaban un cuarto de milla diaria tenían un 50 por ciento menos de riesgo de sufrir Alzheimer, comparado con aquellos hombres de la misma edad que no caminaban.\r\n\r\n7. Caminar te hace perder peso\r\nCaminar es un excelente ejercicio para perder peso cuando alguien todavía no tiene una buena condición física. Para la pérdida de peso, especialmente en las fases iniciales, el trabajo aeróbico como caminar es óptimo, pues resulta sencillo de realizar, apenas supone un riesgo de lesión y genera un gasto energético previsible y regular. Al ser una actividad de bajo impacto no ejerce tensión en tu cuerpo como lo haría correr, saltar o incluso bailar. \r\n\r\n8. Reduce el estrés\r\n\r\nCaminar nos permite mejorar nuestra capacidad respiratoria y nuestra oxigenación. para estar más tranquilos. Además, como cualquier ejercicio aeróbico, caminar reduce los niveles de cortisol, una hormona que se libera en respuesta al estrés, según confirma una investigación publicada en el Diario de Antropología Fisiológica.\r\n\r\n9. Caminar fortalece los músculos y te hace más resistente\r\n\r\nCaminar tonifica músculos de piernas, glúteos y abdominales. Esto, sumado a la mejora de la resistencia aeróbica, puedes notarlo en las actividades que realizas en tu vida cotidiana, pues tardarás más en estar cansado o fatigado.\r\n\r\n10. Aumenta los niveles de vitamina D\r\nCaminar cuando hace un día soleado incrementa los niveles de vitamina D. Esta vitamina se obtiene mayoritariamente por acción de los rayos ultravioleta. La vitamina D es necesaria para el desarrollo normal del cerebro y podría prevenir la esclerosis múltiple (EM). \r\n\r\nFuente: https://psicologiaymente.com/vida/beneficios-pasear',
       image: '9bc619be-9d1b-407f-9440-d35da7084a27',
       date: 1590012000000,
       category: 'sustainable-cities',
       type: '0',
       state: 'Active',
       read: false,
       points: 5,
       needPicture: true },
     { userProgramChallengeId: 1160,
       programChallengeId: 14,
       title: 'Reto Bienvenida',
       shortDesc: 'Reto por defecto cumplido al activarse usuario',
       longDesc: 'Reto bienvenida',
       image: '04b502c3-034e-4774-8495-9e9f17b503f0',
       date: 1589580000000,
       category: 'dogood',
       type: '0',
       state: 'Completed',
       read: false,
       points: 25,
       needPicture: true },
     { userProgramChallengeId: 1165,
       programChallengeId: 27,
       title: 'Quien dona libros, dona tesoros',
       shortDesc: 'Un 32,8% de la población española reconoce no leer ningún libro al año. La mejor opción para fomentar la lectura es dándole segundas vidas a los libros y evitar que cojan polvo en las estanterías. Cuanta más variedad tengan las bibliotecas, ¡mejor!\r\n\r\nInstrucciones: Sube una foto donando los libros que ya no quieras a una ONG, biblioteca o escuela.',
       longDesc: 'Piensa en los fantásticos momentos que has vivido con los libros que tienes en casa. Has llorado, reído y reflexionado, ¿verdad? Los libros nos ofrecen un pequeño mundo condensado en unas pocas páginas; por eso son tan mágicos, pero ¿y si no pudieras acceder a estos recursos?\r\n\r\nMuchas personas no pueden disfrutar de una buena novela ni tienen acceso a libros de aprendizaje, pero con un gesto desinteresado su situación puede cambiar.\r\n\r\nDonar libros usados permitirá que otras personas puedan disfrutar tanto como tú de esos ejemplares. Nos ha parecido muy buena idea hablar en este post de cómo donar libros usados. ¿Te animas a hacer este gesto desinteresado para hacer feliz a alguien?\r\n\r\n4 formas de donar libros usados\r\n\r\nBibliotecas: Muchas bibliotecas se nutren de las donaciones de sus usuarios. Hay asociaciones de vecinos que ofrecen un acceso gratuito a sus instalaciones, pero que te piden que contribuyas a su causa con un libro de vez en cuando. ¿Qué te parece esta iniciativa? Seguro que tienes alguno en mente para que entre todos los vecinos podáis construir un espacio de lectura.\r\n\r\nAsociaciones sin ánimo de lucro: Algunas instituciones de este tipo también recogen libros usados para luego distribuirlos entre las personas más necesitadas. Seguro que cerca de ti hay alguna que estaría muy agradecida de que pudieses donarles algunos libros. ¡Infórmate en internet!\r\n\r\nIniciativas ciudadanas: Existen movimientos, también llamados bookcrossing, que tienen como objetivo fomentar la lectura, y nos parecen una idea estupenda. Por ejemplo, en algunos lugares se está expandiendo una iniciativa que consiste en dejar un libro en un lugar concreto, elegido por la plataforma donde se desarrolla el proyecto, y que cuando otro esté interesado en él lo coja y deje un ejemplar diferente. Así podrás leer sin que te suponga gasto alguno y estar seguro de que te va a encantar tanto como a la persona que lo ha donado.\r\n\r\nIntercambio entre familiares y amigos: ¿Has terminado de leer un libro que te ha cautivado? Comparte ese sentimiento con alguien a quien quieras mucho y dónaselo para que disfrute tanto como tú y pueda vivir esa aventura. En la era de las nuevas tecnologías se lee menos en formato físico, a pesar de que tiene múltiples beneficios para nuestro desarrollo mental.\r\n\r\nFuente: https://eacnur.org/blog/donar-libros-usados/',
       image: '6f2bba2f-6099-426d-85fd-a3e44b0fb68d',
       date: 1589839200000,
       category: 'quality-education',
       type: '0',
       state: 'Active',
       read: false,
       points: 20,
       needPicture: true },
     { userProgramChallengeId: 1162,
       programChallengeId: 15,
       title: 'Separa  la Basura',
       shortDesc: 'seapara la basura ayuda a reducir la contaminacion',
       longDesc: 'lskd slkfkdf dkjfdkjfk dskdkdkd d ddkdkd d dkdkdkd d kkd d d djdjd djdjdj djdjd ',
       image: '',
       date: 1589580000000,
       category: 'good-health',
       type: 'NOTIFICADOS',
       state: 'Active',
       read: false,
       points: 10,
       needPicture: true },
     { userProgramChallengeId: 1168,
       programChallengeId: 16,
       title: 'Duchate ,no te bañes',
       shortDesc: 'Ahorra agua corriente con este retos',
       longDesc: 'dsjkds skdkds dofjds dsikdkd ds dsiodsisd dsisdj ds  fjf sisis d dijdid d idijfijfs   dsijfisdjfiss.ddskddd',
       image: '',
       date: 1590098400000,
       category: 'gender-equality',
       type: 'NOTIFICADOS',
       state: 'Active',
       read: false,
       points: 15,
       needPicture: true },
     { userProgramChallengeId: 1171,
       programChallengeId: 23,
       title: 'Jovenes emprendedores',
       shortDesc: 'El emprendimiento es una decisión con mucho riesgo y lo puede ser más aún para personas jóvenes con menos experiencia en el mercado laboral. Hoy en día hay muchos jóvenes con magníficas ideas pero con una necesidad de apoyo. ¡Seguro que conoces alguna!\r\n\r\nInstrucciones: Comparte algún proyecto de emprendimiento de jóvenes que te guste para apoyarlo.',
       longDesc: 'Emprender es crear. Y detrás de cada emprendedor, existen sueños, iniciativas, ideas y talento. Sin embargo, muchos potenciales protagonistas desisten en su idea ante la falta de apoyo. ¿Cuáles son las razones para apoyar el emprendimiento en los jóvenes?\r\nEvitar la fuga de talento\r\nLa paradoja de jóvenes con un alto nivel de formación que hacen la maleta para buscar un trabajo en un destino extranjero parte, en muchos casos, de la propia dificultad de encontrar un empleo acorde a las aspiraciones personales en un lugar más próximo al hogar.\r\nEvitar la fuga de talento no solo es importante para que las nuevas generaciones puedan abrirse un camino, es un legado fundamental para la propia sociedad cuando los jóvenes ponen en práctica lo que han aprendido. Este conocimiento es una inversión para el desarrollo y la evolución.\r\nGeneración de empleo\r\nEl emprendimiento, más allá del autoempleo, también crea una red de contrataciones que incrementa las oportunidades de búsqueda de trabajo para aquellas personas que se encuentran en este momento o que quieren mejorar sus condiciones laborales.\r\nRefuerzo de la economía\r\nPor medio del apoyo a programas de emprendimiento que permiten a los jóvenes emprendedores poner en marcha iniciativas de negocio, también es posible reforzar la economía local.\r\nInvestigación, innovación y progreso\r\nEl sector del emprendimiento queda fortalecido a partir de la inversión en estos ingredientes que tienen una repercusión holística en la sociedad. El progreso es un motor de la evolución social. Y, además, esta filosofía de emprendimiento también alimenta la motivación por cumplir nuevas metas.\r\n\r\nImpulsar el liderazgo\r\nEl liderazgo no es innato, sin embargo, sí es una competencia de inteligencia emocional que los jóvenes emprendedores ejercitan en la práctica desde el momento en el que toman decisiones constantes en torno a la creación de un proyecto que puede cambiar sus vidas.\r\n\r\n\r\n\r\nFuente: https://empresariados.com/cinco-razones-para-impulsar-el-emprendimiento-en-los-jovenes/',
       image: 'e85faa5e-4022-4fb8-8980-4246e76955cd',
       date: 1590357600000,
       category: 'iii',
       type: '0',
       state: 'Active',
       read: false,
       points: 25,
       needPicture: true },
     { userProgramChallengeId: 1175,
       programChallengeId: 19,
       title: 'Reciclemos el Aceite',
       shortDesc: '¿Sabías que tirar el aceite usado por el desagüe contamina 1000l de agua por cada litro vertido? Además encarece el tratamiento de aguas residuales y obstruye las cañerías. El aceite usado puede aprovecharse para muchas cosas, sólo necesita depositarse en el lugar indicado.',
       longDesc: 'Para explicar por qué hay que reciclar el aceite doméstico basta un dato: cada litro de este residuo que se genera en el hogar puede contaminar mil litros de agua. La cifra es contundente, pero está lejos de ser la única, ya que tratar de manera adecuada los restos que se generan en la cocina o que se emplean en las conservas es una práctica que reporta beneficios a los hogares, a la economía de numerosas familias en situación de vulnerabilidad y al medio ambiente. Además, los puntos de recogida se han multiplicado y hoy en día resulta habitual disponer de un depósito cerca del hogar. \r\n\r\n¿Qué pasa si no se recicla?\r\n\r\nCuando, en lugar de ir almacenando el aceite usado en un recipiente de plástico para después reciclarlo, se tira directamente por el fregadero o por el inodoro la primera consecuencia la sufre la instalación de fontanería, donde la grasa se mezcla con los jabones y, en muchas ocasiones, acaba formando tapones que atascan las tuberías. Además al llegar al alcantarillado, el aceite acaba convertido en alimento para cucarachas y otros insectos y propicia las plagas y la multiplicación de los gérmenes. La mezcla de los residuos oleosos con el agua provoca también dificultades en la fase de depuración en las plantas de tratamiento y aumenta los costes de todo el proceso, que el ciudadano paga en la factura del agua. \r\n¿Cómo afecta a los ecosistemas?\r\n\r\nPara plantas y animales los perjuicios resultan en ocasiones mortales. Los aceites acaban llegando a los ríos y los lagos y allí forman una película en la superficie del agua que dificulta el intercambio de oxígeno y daña los ecosistemas. Además, si un litro de aceite doméstico puede contaminar mil litros de agua, cuando se trata de aceites industriales, dos litros bastan para hacer lo mismo con una piscina olímpica y sus efectos, tanto en superficie como en zonas profundas, pueden perdurar hasta 15 años. Estos residuos dañan también los suelos, que pueden perder fertilidad. \r\n\r\n\r\n\r\n¿Dónde y cómo se recoge el aceite?\r\n\r\nPara los hogares, existen dos modalidades: por una parte los puntos limpios municipales, ya sean fijos o móviles, y por otra los contenedores específicos que están instalados en calles, mercados, supermercados, centros comerciales, centros cívicos, asociaciones de vecinos... Los aceites deben llevarse a los puntos de recogida en envases de plásticos bien cerrados, nunca en botes de vidrio. También existen sistemas para grandes consumidores, como establecimientos hosteleros. \r\n\r\nFuente: https://www.lavozdegalicia.es/noticia/faigaliciaverde/2017/12/18/seis-motivos-deberias-reciclar-aceite-domestico/00031513631757736797920.htm',
       image: '77d95ca5-6640-45ca-bbcd-4a3b15a6776f',
       date: 1590703200000,
       category: 'clean-water',
       type: '0',
       state: 'Active',
       read: false,
       points: 20,
       needPicture: true },
     { userProgramChallengeId: 1169,

       programChallengeId: 22,
       title: 'El trabajo bien hecho tiene premio',
       shortDesc: '¿Cuántas veces has sentido que has hecho un buen trabajo pero no se te ha acreditado por ello? Esto puede llevar a una desmotivación laboral y a una falta de productividad. ¿Se te ocurren ideas de cómo incentivar el trabajo bien realizado?\r\n\r\nInstrucciones: Comparte ideas para incentivar el trabajo bien hecho, si les gustan a tus compañeros igual se aplican en tu empresa.',
       longDesc: 'La ciencia del bienestar emocional ha arrojado resultados muy precisos en cuanto a que entre más emociones positivas siente una persona, mayor es la capacidad de aprendizaje, de enfocarse en las soluciones y de ser creativos. Todo esto sucede a través de una cascada de neurotransmisores que se desencadena en nuestro cerebro cada vez que sentimos este tipo de emociones.\r\nEstas características en la manera de ver las situaciones en un ambiente de trabajo, generan enfoques, dinámicas, comportamientos, hábitos e interacciones, que promueven el logro de los objetivos, aprender de los errores y encontrar alternativas que al final garanticen resultados satisfactorios para la rentabilidad y productividad de la empresa.',
       image: '52099cb1-f09a-42fd-9864-2739ccd0b77a',
       date: 1590184800000,
       category: 'sustainable-cities',
       type: '0',
       state: 'Active',
       read: false,
       points: 15,
       needPicture: false },
     { userProgramChallengeId: 1164,
       programChallengeId: 24,
       title: 'Comercios locales',
       shortDesc: 'Las grandes franquicias están proliferando por nuestro barrios, eclipsando en gran medida los negocios locales. Una acción tan sencilla como hacer nuestras compras en estos pequeños negocios contribuye muy positivamente al comercio justo. Además... ¡Los tienes al lado de casa!\r\n\r\nInstrucciones: Sube una foto haciendo tus compras en un comercio local.',
       longDesc: 'Los pequeños comercios locales deben protagonizar la recuperación de la ciudad viva, segura, amable, multifuncional, comercialmente justa, socialmente equitativa, culturalmente diversa y generadora de empleo estable local. ¿De verdad merece la pena ahorrarse unos pocos euros sacrificando un producto mejor y una atención personalizada?\r\n\r\n1. Repercute directamente sobre ti\r\n\r\nConsumir en los comercios del barrio es una buena fórmula para contribuir a la recuperación local. El dinero que invertimos en las tiendas de nuestro barrio sigue circulando por el mismo contribuyendo a la prosperidad económica de nuestro entorno más próximo. Ese beneficio,  revierte en nuestro favor redistribuyéndose a las personas y familias cercanas. Nuestro estado de bienestar y calidad de vida, crecerá de forma sustancial al activar el consumo, ya que comprar en las tiendas locales es invertir en ti mismo. Así que alegrémonos por el bien del vecino porque su bien es nuestro bien.\r\n\r\n2. Generan empleo\r\n\r\nEl tejido empresarial de España está constituido por Pymes, además, resulta sorprendente que las empresas que más trabajadores contratan son las tiendas, restaurantes, bares y pequeños negocios de barrio, que paralelamente, son las que más sufren la crisis al no poder competir en igualdad de condiciones con las grandes superficies.\r\n\r\n3. Dan identidad al barrio\r\n\r\nLas tiendas y comercios locales animan la vida cotidiana, dan ambiente y personalidad a las calles y las llenan de gente convirtiéndolas en zonas transitadas. \r\n\r\n4. Son tus vecinos\r\nSon personas relacionadas con el barrio, vecinos, amigos y algunos de ellos lo son además desde hace varias generaciones. \r\n\r\n5. Calidad, calidez y trato\r\nEl comercio local cuida y mima cada producto que ofrece. Una pequeña tienda solo venderá productos en los que el dueño cree y está seguro de su calidad, productos que él mismo compraría.\r\n\r\n6. Desfavorecidos por las leyes\r\nLos consumidores debemos ser conscientes de las dificultades del pequeño comercio para competir en igualdad de condiciones con las grandes superficies. \r\n\r\n7. Lugares de encuentro\r\nEl contacto en los negocios locales fortalece las relaciones entre vecinos y los convierte en centros receptores y difusores de información vecinal, lugares de encuentro y tertulia, ya que bajar a la tienda siempre es una ocasión ideal para ponerte al día de lo que está pasando en el barrio. Tienen además una gran repercusión en las personas mayores que agradecen un trato directo y familiar con el comerciante.\r\n\r\n8. Compromiso\r\nConsumir en el pequeño comercio supone una elección, quizá más profunda de lo que nos hayamos parado a pensar. Ir de compras es una de nuestras actividades cotidianas, en la que los ciudadanos tenemos a nuestro alcance una herramienta fundamental de cambio social: el consumo. \r\n\r\nFuente: https://costafleming.es/8-razones-para-defender-el-pequeno-comercio/',
       image: 'e8a869c2-1ef1-42b1-9d0f-a9b3e0c9bec0',
       date: 1589752800000,
       category: 'sustainable-cities',
       type: '0',
       state: 'Active',
       read: false,
       points: 15,
       needPicture: false },
     { userProgramChallengeId: 1166,
       programChallengeId: 28,
       title: 'Bolsas reutilizables',
       shortDesc: 'Nuestra mala cultura de usar y tirar ha provocado que cada año vertamos en el mar unos 6,4 millones de toneladas de residuos plásticos. Casi nada, ¿verdad? El plástico no es imprescindible en nuestras vidas y hoy en día es muy fácil combinar la sostenibilidad con la moda.\r\n\r\nInstrucciones: Adquiere bolsas reutilizables y sube una foto haciendo tus compras en ellas.',
       longDesc: 'Las bolsas de plástico son uno de los mayores problemas ambientales de nuestra era. Están en todas partes, y cada minuto se utilizan 1 millón de bolsas plásticas a nivel mundial.\r\n\r\nSi bien el reciclaje es la mejor opción para deshacernos de nuestras bolsas, no todas son reciclables. De hecho, a nivel mundial solo se recicla menos del 5% de todos los plásticos producidos anualmente. Entonces, si el reciclaje se queda corto ¿Qué podemos hacer?\r\nLa solución es consumir bolsas reutilizables.\r\n\r\n1. SON MÁS RESISTENTES QUE LAS BOLSAS DE PLÁSTICO\r\nLas bolsas que están hechas de materiales alternativos al plástico tienen muchos beneficios. En primer lugar, son más resistentes. Las bolsas de Okologie, por ejemplo, aguantan hasta 3 veces más peso que una bolsa de plástico normal y del mismo tamaño. \r\n\r\n2. SON LAVABLES\r\nUno de los mayores inconvenientes de las bolsas plásticas es su salubridad.\r\nPor su naturaleza desechable, muchas de estas bolsas no pasan por ningún control de sanidad.\r\nSin embargo, las bolsas reutilizables nos dan la opción de lavarlas sin que se desintegren o se rompan; lo cual permite que utilizar la bolsa para almacenar comida.\r\n\r\n3. CONTRIBUYEN A LA ECONOMÍA LOCAL\r\nLa mayoría de las bolsas reutilizables del país son hechas por micro-empresarios.\r\nAl comprar estos productos, estamos ayudando a familias de nuestras comunidades, ya que re invertimos nuestro capital de vuelta en la comunidad.\r\n\r\n4. TIENEN UNA MAYOR VIDA ÚTIL\r\nLas bolsas reutilizable están hechas para múltiples usos, mientras que las bolsas plásticas son desechables.\r\nLas bolsas plásticas se desintegran con la luz, el calor y la humedad, mientras que las bolsas reutilizables, al estar hechas de materiales especializados, como el poliéster y el nylon, aumentan su vida útil considerablemente.\r\n\r\n5. NO CONTAMINAN\r\nLas bolsas reutilizables están hechas de materiales biodegradables y seguros con el ambiente.\r\nSi bien es cierto que tardan un poco más en descomponerse que los desechos orgánicos, no tardan tanto como las bolsas plásticas.\r\n\r\nFuente: https://okologie.cr/5-razones-para-consumir-bolsas-reutilizables/',
       image: '4c84068e-72bb-46bb-8172-e8ddbf9f724a',
       date: 1589925600000,
       category: 'climate-action',
       type: '0',
       state: 'Active',
       read: false,
       points: 10,
       needPicture: true },
     { userProgramChallengeId: 1172,
       programChallengeId: 17,
       title: 'Fotografia un contenedor',
       shortDesc: 'Fotogrqafia lo que mas te interese de un contenedor',
       longDesc: 'kdfskdl sdkdskjsd sdodsjksd dsjjd ',
       image: '',
       date: 1590444000000,
       category: 'climate-action',
       type: 'GEOLOCALIZADO',
       state: 'Active',
       read: false,
       points: 15,
       needPicture: false },
     { userProgramChallengeId: [TOO BIG formatValueCalls 201 exceeded limit of 200],
       programChallengeId: [TOO BIG formatValueCalls 202 exceeded limit of 200],
       title: [TOO BIG formatValueCalls 203 exceeded limit of 200],
       shortDesc: [TOO BIG formatValueCalls 204 exceeded limit of 200],
       longDesc: [TOO BIG formatValueCalls 205 exceeded limit of 200],
       image: [TOO BIG formatValueCalls 206 exceeded limit of 200],
       date: [TOO BIG formatValueCalls 207 exceeded limit of 200],
       category: [TOO BIG formatValueCalls 208 exceeded limit of 200],
       type: [TOO BIG formatValueCalls 209 exceeded limit of 200],
       state: [TOO BIG formatValueCalls 210 exceeded limit of 200],
       read: [TOO BIG formatValueCalls 211 exceeded limit of 200],
       points: [TOO BIG formatValueCalls 212 exceeded limit of 200],
       needPicture: [TOO BIG formatValueCalls 213 exceeded limit of 200] } ] }
2020-06-09 13:30:14.173 [info][tid:com.apple.root.default-qos][RCTImageLoader.mm:738] [PERF ASSETS] Loading image at size {2480, 2273}, which is larger than the screen size {750, 1334}
2020-06-09 13:30:14.188 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::jsonResponse', { uri: 'https://cluster-staging.dogoodpeople.net/game-service/ScoringController/getDonationPoints?userId=282',
  jsonResponse: { points: 0 } }
2020-06-09 13:30:14.199 [info][tid:com.apple.root.default-qos][RCTImageLoader.mm:738] [PERF ASSETS] Loading image at size {2480, 2273}, which is larger than the screen size {750, 1334}
2020-06-09 13:30:14.202 [info][tid:com.apple.root.default-qos][RCTImageLoader.mm:738] [PERF ASSETS] Loading image at size {2480, 2273}, which is larger than the screen size {750, 1334}
2020-06-09 13:30:14.290 [info][tid:com.apple.root.default-qos][RCTImageLoader.mm:738] [PERF ASSETS] Loading image at size {2480, 2273}, which is larger than the screen size {750, 1334}
2020-06-09 13:30:14.313 [info][tid:com.apple.root.default-qos][RCTImageLoader.mm:738] [PERF ASSETS] Loading image at size {2480, 2273}, which is larger than the screen size {750, 1334}
2020-06-09 13:30:14.325 [info][tid:com.apple.root.default-qos][RCTImageLoader.mm:738] [PERF ASSETS] Loading image at size {2480, 2273}, which is larger than the screen size {750, 1334}
2020-06-09 13:30:14.400 [info][tid:com.apple.root.default-qos][RCTImageLoader.mm:738] [PERF ASSETS] Loading image at size {2480, 2273}, which is larger than the screen size {750, 1334}
2020-06-09 13:30:14.425 [info][tid:com.apple.root.default-qos][RCTImageLoader.mm:738] [PERF ASSETS] Loading image at size {2480, 2273}, which is larger than the screen size {750, 1334}
2020-06-09 13:30:14.433 [info][tid:com.apple.root.default-qos][RCTImageLoader.mm:738] [PERF ASSETS] Loading image at size {2480, 2273}, which is larger than the screen size {750, 1334}
2020-06-09 13:30:14.435 [info][tid:com.apple.root.default-qos][RCTImageLoader.mm:738] [PERF ASSETS] Loading image at size {2480, 2273}, which is larger than the screen size {750, 1334}
2020-06-09 13:30:14.533 [info][tid:com.apple.root.default-qos][RCTImageLoader.mm:738] [PERF ASSETS] Loading image at size {2480, 2273}, which is larger than the screen size {750, 1334}
2020-06-09 13:30:14.537 [info][tid:com.apple.root.default-qos][RCTImageLoader.mm:738] [PERF ASSETS] Loading image at size {2480, 2273}, which is larger than the screen size {750, 1334}
2020-06-09 13:30:14.561 [info][tid:com.apple.root.default-qos][RCTImageLoader.mm:738] [PERF ASSETS] Loading image at size {2480, 2273}, which is larger than the screen size {750, 1334}
2020-06-09 13:30:14.563 [info][tid:com.apple.root.default-qos][RCTImageLoader.mm:738] [PERF ASSETS] Loading image at size {2480, 2273}, which is larger than the screen size {750, 1334}
2020-06-09 13:30:14.585 [info][tid:com.apple.root.default-qos][RCTImageLoader.mm:738] [PERF ASSETS] Loading image at size {2480, 2273}, which is larger than the screen size {750, 1334}
2020-06-09 13:30:15.621 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'GET',
     headers: 
      { Accept: 'application/json',
        'Content-Type': 'application/json;charset=utf-8',
        Authorization: 'Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJsYXN0TmFtZSI6IlJvbWVybyBEaWEiLCJ1c2VyX25hbWUiOiJyLnJvbWVybyIsInNjb3BlIjpbInJlYWQiLCJ3cml0ZSJdLCJleHBpcmVzX2luX2RhdGVfbG9uZyI6MTU5MTcwNTgwNjU3MywibmFtZSI6IlJ1YmVuIiwiaWQiOjI4MiwiZXhwIjoxNTkxNzA1ODA2LCJ1c2VyTmFtZSI6InIucm9tZXJvIiwiYXV0aG9yaXRpZXMiOlsiUk9MRV9VU0VSIl0sImp0aSI6IjBjYzczM2MxLTBkYzItNGQ0NS05ZjQyLTQyOWVjZWEwYmY2MSIsImVtYWlsIjoici5yb21lcm9AZG9nb29kcGVvcGxlLmNvbSIsImNsaWVudF9pZCI6ImF6YXphemF6YXoifQ.IB1AFy5hKx95pbL8xeDc5zq8HapAXiT9ffjpqDJjOY9LrDm8UYqK6s4rvl6r9uzMkGi_fOOYm9X7gRfNw6z7pkj9MlcOJ8UlVi7roSeImvGDPCxI30iLe2nvY2AcbC3_lBh78nsAsMtE3u8sYtjwyFtg_hXpl8PaQoEGmDXLfZwsyVmmp1XbYQBdtkIng7FITAWJ81gPBXxglOGUB5FTW2a3eLS08Mt1fJf9lSQkPCibKwvhlX9Yfowsx1M4pvd-c2uk1as7kO5_euYx7TvytdTXA2np-2vbL8PmBzR2P-L__VJ2resAQch9TtGB4D0fbp-iUX4nREqy24JgNPhfZA' },
     body: null },
  uri: 'https://cluster-staging.dogoodpeople.net/companies-service/ProjectController/obtainProgramProjects?id=282' }
2020-06-09 13:30:15.638 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'GET',
     headers: 
      { Accept: 'application/json',
        'Content-Type': 'application/json;charset=utf-8',
        Authorization: 'Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJsYXN0TmFtZSI6IlJvbWVybyBEaWEiLCJ1c2VyX25hbWUiOiJyLnJvbWVybyIsInNjb3BlIjpbInJlYWQiLCJ3cml0ZSJdLCJleHBpcmVzX2luX2RhdGVfbG9uZyI6MTU5MTcwNTgwNjU3MywibmFtZSI6IlJ1YmVuIiwiaWQiOjI4MiwiZXhwIjoxNTkxNzA1ODA2LCJ1c2VyTmFtZSI6InIucm9tZXJvIiwiYXV0aG9yaXRpZXMiOlsiUk9MRV9VU0VSIl0sImp0aSI6IjBjYzczM2MxLTBkYzItNGQ0NS05ZjQyLTQyOWVjZWEwYmY2MSIsImVtYWlsIjoici5yb21lcm9AZG9nb29kcGVvcGxlLmNvbSIsImNsaWVudF9pZCI6ImF6YXphemF6YXoifQ.IB1AFy5hKx95pbL8xeDc5zq8HapAXiT9ffjpqDJjOY9LrDm8UYqK6s4rvl6r9uzMkGi_fOOYm9X7gRfNw6z7pkj9MlcOJ8UlVi7roSeImvGDPCxI30iLe2nvY2AcbC3_lBh78nsAsMtE3u8sYtjwyFtg_hXpl8PaQoEGmDXLfZwsyVmmp1XbYQBdtkIng7FITAWJ81gPBXxglOGUB5FTW2a3eLS08Mt1fJf9lSQkPCibKwvhlX9Yfowsx1M4pvd-c2uk1as7kO5_euYx7TvytdTXA2np-2vbL8PmBzR2P-L__VJ2resAQch9TtGB4D0fbp-iUX4nREqy24JgNPhfZA' },
     body: null },
  uri: 'https://cluster-staging.dogoodpeople.net/game-service/ScoringController/getRealPoints?userId=282' }
2020-06-09 13:30:15.738 [info][tid:com.facebook.react.JavaScript] Firebase Analytics: Navigation to Projects
2020-06-09 13:30:15.741 [warn][tid:main][RCTEventEmitter.m:53] Sending `onAnimatedValueUpdate` with no listeners registered.
2020-06-09 13:30:15.934 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::jsonResponse', { uri: 'https://cluster-staging.dogoodpeople.net/companies-service/ProjectController/obtainProgramProjects?id=282',
  jsonResponse: 
   [ { projectId: 2,
       objective: 30000,
       collectedMoney: 0,
       status: true,
       name: 'Salvad los Frikis',
       description: 'Los frikis necesitan tu donación para continuar sus sesiones maratonianas, no los abandones a su suerte. Cada dia 4 frikis de DoGood caen en la depresión presionados por los cumplimientos de hitos, el stress afecta al medio ambiente al generar grandes cantidades de basura en su entorno laboral, debido a la  ingesta de comida basura que esta contenida en recipientes no reciclables.',
       iniDate: 1588245626000,
       endDate: 1590924033000,
       ongOwner: 1,
       programProjectId: 2,
       categories: 'gender-equality',
       image: '3720749b-a4b7-4615-b0c9-5147e0f96899' },
     { projectId: 1,
       objective: 20000,
       collectedMoney: 160,
       status: true,
       name: 'Salvar el Amazonas',
       description: 'Cada año se quema 100 campos de futbol',
       iniDate: 1588245626000,
       endDate: 1590751233000,
       ongOwner: 1,
       programProjectId: 1,
       categories: 'gender-equality',
       image: '8dc440b6-8752-43ad-a259-059d78b1c451' } ] }
2020-06-09 13:30:16.024 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::jsonResponse', { uri: 'https://cluster-staging.dogoodpeople.net/game-service/ScoringController/getRealPoints?userId=282',
  jsonResponse: { points: 25 } }
2020-06-09 13:30:16.027 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::request', { opts: 
   { method: 'GET',
     headers: 
      { Accept: 'application/json',
        'Content-Type': 'application/json;charset=utf-8',
        Authorization: 'Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJsYXN0TmFtZSI6IlJvbWVybyBEaWEiLCJ1c2VyX25hbWUiOiJyLnJvbWVybyIsInNjb3BlIjpbInJlYWQiLCJ3cml0ZSJdLCJleHBpcmVzX2luX2RhdGVfbG9uZyI6MTU5MTcwNTgwNjU3MywibmFtZSI6IlJ1YmVuIiwiaWQiOjI4MiwiZXhwIjoxNTkxNzA1ODA2LCJ1c2VyTmFtZSI6InIucm9tZXJvIiwiYXV0aG9yaXRpZXMiOlsiUk9MRV9VU0VSIl0sImp0aSI6IjBjYzczM2MxLTBkYzItNGQ0NS05ZjQyLTQyOWVjZWEwYmY2MSIsImVtYWlsIjoici5yb21lcm9AZG9nb29kcGVvcGxlLmNvbSIsImNsaWVudF9pZCI6ImF6YXphemF6YXoifQ.IB1AFy5hKx95pbL8xeDc5zq8HapAXiT9ffjpqDJjOY9LrDm8UYqK6s4rvl6r9uzMkGi_fOOYm9X7gRfNw6z7pkj9MlcOJ8UlVi7roSeImvGDPCxI30iLe2nvY2AcbC3_lBh78nsAsMtE3u8sYtjwyFtg_hXpl8PaQoEGmDXLfZwsyVmmp1XbYQBdtkIng7FITAWJ81gPBXxglOGUB5FTW2a3eLS08Mt1fJf9lSQkPCibKwvhlX9Yfowsx1M4pvd-c2uk1as7kO5_euYx7TvytdTXA2np-2vbL8PmBzR2P-L__VJ2resAQch9TtGB4D0fbp-iUX4nREqy24JgNPhfZA' },
     body: null },
  uri: 'https://cluster-staging.dogoodpeople.net/game-service/ScoringController/getDonationPoints?userId=282' }
2020-06-09 13:30:16.146 [info][tid:com.facebook.react.JavaScript] 'DgpApps::apiFetch::jsonResponse', { uri: 'https://cluster-staging.dogoodpeople.net/game-service/ScoringController/getDonationPoints?userId=282',
  jsonResponse: { points: 0 } }
2020-06-09 13:30:20.855 [info][tid:com.facebook.react.JavaScript] 'DgpApps::errorHandler::e', { status: 999,
  error: 
   { code: 60002,
     error: [Error: Test error],
     errorInfo: 'test info' } }
2020-06-09 13:30:20.871 [info][tid:com.facebook.react.JavaScript] 'Error desconocido', { status: 999,
  error: 
   { code: 60002,
     error: [Error: Test error],
     errorInfo: 'test info' } }
2020-06-09 13:30:21.585227+0200 DoGood[3145:1708210] [] tcp_input [C20.1:3] flags=[R] seq=2116078533, ack=0, win=0 state=LAST_ACK rcv_nxt=2116078533, snd_una=781240694
2020-06-09 13:30:21.585586+0200 DoGood[3145:1708210] [] tcp_input [C20.1:3] flags=[R] seq=2116078533, ack=0, win=0 state=CLOSED rcv_nxt=2116078533, snd_una=781240694
2020-06-09 13:30:21.764816+0200 DoGood[3145:1707429] Bridge call to: deviceContexts
2020-06-09 13:30:21.765738+0200 DoGood[3145:1707429] Contexts: {"os":{"build":"17E262","rooted":false,"kernel_version":"Darwin Kernel Version 19.4.0: Mon Feb 24 22:04:29 PST 2020; root:xnu-6153.102.3~1\/RELEASE_ARM64_T8015","name":"iOS","version":"13.4.1"},"device":{"free_memory":173899776,"model_id":"D201AP","arch":"arm64","memory_size":2070364160,"family":"iOS","model":"iPhone10,4","storage_size":255989469184,"boot_time":"2020-05-28T17:40:47Z","timezone":"CEST","usable_memory":1824686080},"app":{"app_id":"61536A57-397D-33FA-86E7-F77644BCCDD6","app_version":"1.0","app_identifier":"com.dogoodpeople.app","app_start_time":"2020-06-09T11:27:08Z","device_app_hash":"b4474b5d042c4761ce4ca16dc78caf3de6847030","app_build":"1","build_type":"debug","app_name":"DoGood"}}
2020-06-09 13:30:24.187095+0200 DoGood[3145:1708210] [] tcp_input [C19.1:3] flags=[R] seq=2657293661, ack=0, win=0 state=LAST_ACK rcv_nxt=2657293661, snd_una=1650335789
2020-06-09 13:30:24.190143+0200 DoGood[3145:1708210] [] tcp_input [C18.1:3] flags=[R] seq=2484423313, ack=0, win=0 state=LAST_ACK rcv_nxt=2484423313, snd_una=2057008152
2020-06-09 13:30:24.192187+0200 DoGood[3145:1708210] [] tcp_input [C18.1:3] flags=[R] seq=2484423313, ack=0, win=0 state=CLOSED rcv_nxt=2484423313, snd_una=2057008152
2020-06-09 13:30:24.194042+0200 DoGood[3145:1708210] [] tcp_input [C19.1:3] flags=[R] seq=2657293661, ack=0, win=0 state=CLOSED rcv_nxt=2657293661, snd_una=1650335789
tastafur commented 4 years ago

Log Android:

2020-06-09 13:56:47.929 28241-28241/? D/Sentry: Auto-init: false
2020-06-09 13:56:47.929 28241-28241/? I/Sentry: Retrieving auto-init from AndroidManifest.xml
2020-06-09 13:56:48.014 28241-28241/? D/ApkSoSource: not allowing consideration of lib/arm64-v8a/libsentry-android.so: deferring to libdir
2020-06-09 13:56:48.014 28241-28241/? D/ApkSoSource: not allowing consideration of lib/arm64-v8a/libsentry.so: deferring to libdir
2020-06-09 13:57:17.412 28241-28346/com.dogoodpeople.app I/ReactNativeJS: Sentry Logger [Log]: Integration installed: ReactNativeErrorHandlers
2020-06-09 13:57:17.412 28241-28346/com.dogoodpeople.app I/ReactNativeJS: Sentry Logger [Log]: Integration installed: Release
2020-06-09 13:57:17.413 28241-28346/com.dogoodpeople.app I/ReactNativeJS: Sentry Logger [Log]: Integration installed: InboundFilters
2020-06-09 13:57:17.413 28241-28346/com.dogoodpeople.app I/ReactNativeJS: Sentry Logger [Log]: Integration installed: FunctionToString
2020-06-09 13:57:17.415 28241-28346/com.dogoodpeople.app I/ReactNativeJS: Sentry Logger [Log]: Integration installed: Breadcrumbs
2020-06-09 13:57:17.415 28241-28346/com.dogoodpeople.app I/ReactNativeJS: Sentry Logger [Log]: Integration installed: LinkedErrors
2020-06-09 13:57:17.415 28241-28346/com.dogoodpeople.app I/ReactNativeJS: Sentry Logger [Log]: Integration installed: UserAgent
2020-06-09 13:57:17.415 28241-28346/com.dogoodpeople.app I/ReactNativeJS: Sentry Logger [Log]: Integration installed: DebugSymbolicator
2020-06-09 13:57:17.416 28241-28346/com.dogoodpeople.app I/ReactNativeJS: Sentry Logger [Log]: Integration installed: RewriteFrames
2020-06-09 13:57:17.416 28241-28346/com.dogoodpeople.app I/ReactNativeJS: Sentry Logger [Log]: Integration installed: DeviceContext
2020-06-09 13:57:17.416 28241-28346/com.dogoodpeople.app I/ReactNativeJS: Sentry Logger [Log]: Integration installed: ExtraErrorData
2020-06-09 13:57:17.489 28241-28347/com.dogoodpeople.app I/react-native-sentry: Starting with DSN: 'https://b2ec46df0a00492ca651a466a27e7a50@o387695.ingest.sentry.io/5223374'
2020-06-09 13:57:17.490 28241-28347/com.dogoodpeople.app I/react-native-sentry: Native Integrations '[io.sentry.core.UncaughtExceptionHandlerIntegration@a0b8651, io.sentry.core.SendCachedEventFireAndForgetIntegration@d7b0eb6, io.sentry.core.SendCachedEventFireAndForgetIntegration@2a4e7b7, io.sentry.android.core.NdkIntegration@d5a9b24, io.sentry.android.core.EnvelopeFileObserverIntegration$OutboxEnvelopeFileObserverIntegration@cb1368d, io.sentry.core.SendCachedEventFireAndForgetIntegration@4216042, io.sentry.android.core.AnrIntegration@2964853, io.sentry.android.core.AppLifecycleIntegration@7384590, io.sentry.android.core.ActivityBreadcrumbsIntegration@587ae89, io.sentry.android.core.AppComponentsBreadcrumbsIntegration@8e93e8e, io.sentry.android.core.SystemEventsBreadcrumbsIntegration@c3316af, io.sentry.android.core.TempSensorBreadcrumbsIntegration@d042abc, io.sentry.android.core.PhoneStateBreadcrumbsIntegration@933aa45]'
2020-06-09 13:57:17.491 28241-28347/com.dogoodpeople.app I/Sentry: Initializing SDK with DSN: 'https://b2ec46df0a00492ca651a466a27e7a50@o387695.ingest.sentry.io/5223374'
2020-06-09 13:57:17.491 28241-28347/com.dogoodpeople.app I/Sentry: GlobalHubMode: 'true'
2020-06-09 13:57:17.504 28241-28347/com.dogoodpeople.app D/Sentry: UncaughtExceptionHandlerIntegration enabled: true
2020-06-09 13:57:17.504 28241-28347/com.dogoodpeople.app D/Sentry: default UncaughtExceptionHandler class='com.android.internal.os.RuntimeInit$KillApplicationHandler'
2020-06-09 13:57:17.505 28241-28347/com.dogoodpeople.app D/Sentry: UncaughtExceptionHandlerIntegration installed.
2020-06-09 13:57:17.507 28241-28347/com.dogoodpeople.app D/Sentry: SendCachedEventFireAndForgetIntegration installed.
2020-06-09 13:57:17.508 28241-28370/com.dogoodpeople.app D/Sentry: Started processing cached files from /data/user/0/com.dogoodpeople.app/cache/sentry
2020-06-09 13:57:17.508 28241-28370/com.dogoodpeople.app D/Sentry: Processing dir. /data/user/0/com.dogoodpeople.app/cache/sentry
2020-06-09 13:57:17.508 28241-28347/com.dogoodpeople.app D/Sentry: SendCachedEventFireAndForgetIntegration installed.
2020-06-09 13:57:17.508 28241-28370/com.dogoodpeople.app D/Sentry: Processing 0 items from cache dir /data/user/0/com.dogoodpeople.app/cache/sentry
2020-06-09 13:57:17.509 28241-28347/com.dogoodpeople.app D/Sentry: NdkIntegration enabled: true
2020-06-09 13:57:17.509 28241-28370/com.dogoodpeople.app D/Sentry: File /data/user/0/com.dogoodpeople.app/cache/sentry/outbox is not a File.
2020-06-09 13:57:17.509 28241-28370/com.dogoodpeople.app D/Sentry: File /data/user/0/com.dogoodpeople.app/cache/sentry/sessions is not a File.
2020-06-09 13:57:17.509 28241-28370/com.dogoodpeople.app D/Sentry: Finished processing cached files from /data/user/0/com.dogoodpeople.app/cache/sentry
2020-06-09 13:57:17.509 28241-28370/com.dogoodpeople.app D/Sentry: Started processing cached files from /data/user/0/com.dogoodpeople.app/cache/sentry/sessions
2020-06-09 13:57:17.510 28241-28370/com.dogoodpeople.app D/Sentry: Processing dir. /data/user/0/com.dogoodpeople.app/cache/sentry/sessions
2020-06-09 13:57:17.510 28241-28370/com.dogoodpeople.app D/Sentry: Processing 0 items from cache dir /data/user/0/com.dogoodpeople.app/cache/sentry/sessions
2020-06-09 13:57:17.510 28241-28370/com.dogoodpeople.app D/Sentry: Finished processing cached files from /data/user/0/com.dogoodpeople.app/cache/sentry/sessions
2020-06-09 13:57:17.516 28241-28347/com.dogoodpeople.app I/sentry-native: starting backend
2020-06-09 13:57:17.516 28241-28347/com.dogoodpeople.app D/Sentry: NdkIntegration installed.
2020-06-09 13:57:17.517 28241-28347/com.dogoodpeople.app D/Sentry: Registering EnvelopeFileObserverIntegration for path: /data/user/0/com.dogoodpeople.app/cache/sentry/outbox
2020-06-09 13:57:17.521 28241-28347/com.dogoodpeople.app D/Sentry: EnvelopeFileObserverIntegration installed.
2020-06-09 13:57:17.522 28241-28347/com.dogoodpeople.app D/Sentry: SendCachedEventFireAndForgetIntegration installed.
2020-06-09 13:57:17.522 28241-28347/com.dogoodpeople.app D/Sentry: AnrIntegration enabled: true
2020-06-09 13:57:17.522 28241-28370/com.dogoodpeople.app D/Sentry: Started processing cached files from /data/user/0/com.dogoodpeople.app/cache/sentry/outbox
2020-06-09 13:57:17.522 28241-28370/com.dogoodpeople.app D/Sentry: Processing dir. /data/user/0/com.dogoodpeople.app/cache/sentry/outbox
2020-06-09 13:57:17.522 28241-28347/com.dogoodpeople.app D/Sentry: ANR timeout in milliseconds: 5000
2020-06-09 13:57:17.523 28241-28370/com.dogoodpeople.app D/Sentry: Processing 0 items from cache dir /data/user/0/com.dogoodpeople.app/cache/sentry/outbox
2020-06-09 13:57:17.523 28241-28370/com.dogoodpeople.app D/Sentry: Finished processing cached files from /data/user/0/com.dogoodpeople.app/cache/sentry/outbox
2020-06-09 13:57:17.526 28241-28347/com.dogoodpeople.app D/Sentry: AnrIntegration installed.
2020-06-09 13:57:17.526 28241-28347/com.dogoodpeople.app D/Sentry: enableSessionTracking enabled: true
2020-06-09 13:57:17.526 28241-28347/com.dogoodpeople.app D/Sentry: enableAppLifecycleBreadcrumbs enabled: true
2020-06-09 13:57:17.542 28241-28347/com.dogoodpeople.app D/Sentry: AppLifecycleIntegration installed.
2020-06-09 13:57:17.543 28241-28347/com.dogoodpeople.app D/Sentry: ActivityBreadcrumbsIntegration enabled: true
2020-06-09 13:57:17.543 28241-28347/com.dogoodpeople.app D/Sentry: ActivityBreadcrumbsIntegration installed.
2020-06-09 13:57:17.543 28241-28347/com.dogoodpeople.app D/Sentry: AppComponentsBreadcrumbsIntegration enabled: true
2020-06-09 13:57:17.543 28241-28347/com.dogoodpeople.app D/Sentry: AppComponentsBreadcrumbsIntegration installed.
2020-06-09 13:57:17.544 28241-28347/com.dogoodpeople.app D/Sentry: SystemEventsBreadcrumbsIntegration enabled: true
2020-06-09 13:57:17.548 28241-28347/com.dogoodpeople.app D/Sentry: SystemEventsBreadcrumbsIntegration installed.
2020-06-09 13:57:17.548 28241-28347/com.dogoodpeople.app D/Sentry: enableSystemEventsBreadcrumbs enabled: true
2020-06-09 13:57:17.549 28241-28347/com.dogoodpeople.app I/Sentry: TYPE_AMBIENT_TEMPERATURE is not available.
2020-06-09 13:57:17.549 28241-28347/com.dogoodpeople.app D/Sentry: enableSystemEventBreadcrumbs enabled: true
2020-06-09 13:57:17.576 28241-28374/com.dogoodpeople.app D/Sentry: Adding Envelope to offline storage: /data/user/0/com.dogoodpeople.app/cache/sentry/sessions/27a694f7-9ec0-4522-bc08-40817ae9be2e.envelope
2020-06-09 13:57:18.157 28241-28374/com.dogoodpeople.app D/Sentry: Envelope sent successfully.
2020-06-09 13:57:18.293 28241-28374/com.dogoodpeople.app D/Sentry: Discarding envelope from cache: /data/user/0/com.dogoodpeople.app/cache/sentry/sessions/27a694f7-9ec0-4522-bc08-40817ae9be2e.envelope
2020-06-09 13:57:18.295 28241-28374/com.dogoodpeople.app D/Sentry: Envelope flushed
2020-06-09 13:57:18.296 28241-28374/com.dogoodpeople.app D/Sentry: io.sentry.core.hints.SessionStartHint is not SubmissionResult
2020-06-09 13:58:18.154 28241-28346/com.dogoodpeople.app I/ReactNativeJS: Sentry Logger [Log]: Failed to get device context from native: TypeError: RNSentry.deviceContexts is not a function. (In 'RNSentry.deviceContexts()', 'RNSentry.deviceContexts' is undefined)
2020-06-09 13:58:18.187 28241-28371/com.dogoodpeople.app D/Sentry: onEvent fired for EnvelopeFileObserver with event type 8 on path: /data/user/0/com.dogoodpeople.app/cache/sentry/outbox for file dca7fff3-a707-4064-9c71-19767203a88e.
2020-06-09 13:58:18.192 28241-28371/com.dogoodpeople.app D/Sentry: Processing Envelope with 1 item(s)
2020-06-09 13:58:18.360 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703897.689
        at io.sentry.core.DateUtils.getDateTime(DateUtils.java:58)
        at io.sentry.android.core.adapters.DateDeserializerAdapter.deserialize(DateDeserializerAdapter.java:28)
        at io.sentry.android.core.adapters.DateDeserializerAdapter.deserialize(DateDeserializerAdapter.java:15)
        at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69)
        at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:131)
        at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:222)
        at com.google.gson.TypeAdapter.fromJsonTree(TypeAdapter.java:285)
        at io.sentry.android.core.UnknownPropertiesTypeAdapterFactory$UnknownPropertiesTypeAdapter.read(UnknownPropertiesTypeAdapterFactory.java:128)
        at io.sentry.android.core.UnknownPropertiesTypeAdapterFactory$UnknownPropertiesTypeAdapter.read(UnknownPropertiesTypeAdapterFactory.java:58)
        at com.google.gson.Gson.fromJson(Gson.java:927)
        at com.google.gson.Gson.fromJson(Gson.java:865)
        at io.sentry.android.core.AndroidSerializer.deserializeEvent(AndroidSerializer.java:116)
        at io.sentry.core.EnvelopeSender.processEnvelope(EnvelopeSender.java:121)
        at io.sentry.core.EnvelopeSender.processFile(EnvelopeSender.java:67)
        at io.sentry.core.EnvelopeSender.processEnvelopeFile(EnvelopeSender.java:100)
        at io.sentry.android.core.EnvelopeFileObserver.onEvent(EnvelopeFileObserver.java:58)
        at android.os.FileObserver$ObserverThread.onEvent(FileObserver.java:123)
        at android.os.FileObserver$ObserverThread.observe(Native Method)
        at android.os.FileObserver$ObserverThread.run(FileObserver.java:86)
2020-06-09 13:58:18.366 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703837.445
2020-06-09 13:58:18.372 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703837.447
2020-06-09 13:58:18.375 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703837.46
2020-06-09 13:58:18.381 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703837.61
2020-06-09 13:58:18.386 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703837.611
2020-06-09 13:58:18.391 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703837.641
2020-06-09 13:58:18.396 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703837.643
2020-06-09 13:58:18.400 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703837.646
2020-06-09 13:58:18.405 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703837.646
2020-06-09 13:58:18.409 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703837.649
2020-06-09 13:58:18.413 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703837.65
2020-06-09 13:58:18.416 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703868.873
2020-06-09 13:58:18.418 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703875.808
2020-06-09 13:58:18.421 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703875.841
2020-06-09 13:58:18.424 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703876.114
2020-06-09 13:58:18.427 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703876.119
2020-06-09 13:58:18.429 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703876.15
2020-06-09 13:58:18.432 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703876.152
2020-06-09 13:58:18.435 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703879.224
2020-06-09 13:58:18.438 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703879.23
2020-06-09 13:58:18.441 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703879.344
2020-06-09 13:58:18.443 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703879.357
2020-06-09 13:58:18.446 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703879.377
2020-06-09 13:58:18.449 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703879.389
2020-06-09 13:58:18.453 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703883.575
2020-06-09 13:58:18.457 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703883.589
2020-06-09 13:58:18.461 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703883.685
2020-06-09 13:58:18.465 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703883.695
2020-06-09 13:58:18.469 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703883.723
2020-06-09 13:58:18.472 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703883.731
2020-06-09 13:58:18.475 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703886.753
2020-06-09 13:58:18.478 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703886.771
2020-06-09 13:58:18.481 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703886.871
2020-06-09 13:58:18.483 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703886.88
2020-06-09 13:58:18.486 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703886.905
2020-06-09 13:58:18.489 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703886.913
2020-06-09 13:58:18.495 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703896.809
2020-06-09 13:58:18.498 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703896.829
2020-06-09 13:58:18.500 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703897.142
2020-06-09 13:58:18.503 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703897.155
2020-06-09 13:58:18.505 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703897.183
2020-06-09 13:58:18.508 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703897.191
2020-06-09 13:58:18.512 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703897.284
2020-06-09 13:58:18.515 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703897.286
2020-06-09 13:58:18.519 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703897.291
2020-06-09 13:58:18.522 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703897.292
2020-06-09 13:58:18.525 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703897.327
2020-06-09 13:58:18.527 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703897.333
2020-06-09 13:58:18.529 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703897.607
2020-06-09 13:58:18.532 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703897.625
2020-06-09 13:58:18.534 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703897.639
2020-06-09 13:58:18.536 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703897.647
2020-06-09 13:58:18.539 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703897.652
2020-06-09 13:58:18.543 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703897.654
2020-06-09 13:58:18.545 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591703897.673
2020-06-09 13:58:18.547 28241-28371/com.dogoodpeople.app D/Sentry: Capturing event: 90e0143765fd4889b2d97b1a6a9c2817
2020-06-09 13:58:18.578 28241-28371/com.dogoodpeople.app I/Sentry: Not possible to read external files directory
2020-06-09 13:58:18.586 28241-28371/com.dogoodpeople.app D/Sentry: Captured SentryEvent is already cached
2020-06-09 13:58:18.586 28241-28371/com.dogoodpeople.app D/Sentry: Item 1 is being captured.
2020-06-09 13:58:18.605 28241-28374/com.dogoodpeople.app D/Sentry: Overwriting session to offline storage: 510f36d3-4f06-4206-9542-41468d54abf7
2020-06-09 13:58:18.617 28241-28374/com.dogoodpeople.app D/Sentry: SessionUpdate event, leaving after event being cached.
2020-06-09 13:58:18.617 28241-28374/com.dogoodpeople.app D/Sentry: Envelope flushed
2020-06-09 13:58:18.618 28241-28374/com.dogoodpeople.app D/Sentry: io.sentry.core.hints.SessionUpdateHint is not SubmissionResult
2020-06-09 13:58:19.158 28241-28374/com.dogoodpeople.app D/Sentry: Event sent 90e0143765fd4889b2d97b1a6a9c2817 successfully.
2020-06-09 13:58:19.292 28241-28374/com.dogoodpeople.app D/Sentry: Marking event submission result: true
2020-06-09 13:58:19.293 28241-28371/com.dogoodpeople.app D/Sentry: File '/data/user/0/com.dogoodpeople.app/cache/sentry/outbox/dca7fff3-a707-4064-9c71-19767203a88e' is done.
2020-06-09 13:59:22.916 28241-28374/com.dogoodpeople.app D/Sentry: Adding Envelope to offline storage: /data/user/0/com.dogoodpeople.app/cache/sentry/sessions/2edeb1b8-b68d-4808-aba4-ad5565280690.envelope
2020-06-09 13:59:23.239 28241-28374/com.dogoodpeople.app D/Sentry: Envelope sent successfully.
2020-06-09 13:59:23.507 28241-28374/com.dogoodpeople.app D/Sentry: Discarding envelope from cache: /data/user/0/com.dogoodpeople.app/cache/sentry/sessions/2edeb1b8-b68d-4808-aba4-ad5565280690.envelope
2020-06-09 13:59:23.508 28241-28374/com.dogoodpeople.app D/Sentry: Envelope flushed
2020-06-09 13:59:23.509 28241-28374/com.dogoodpeople.app D/Sentry: io.sentry.core.hints.SessionEndHint is not SubmissionResult
2020-06-09 13:59:52.397 28241-28374/com.dogoodpeople.app D/Sentry: Adding Envelope to offline storage: /data/user/0/com.dogoodpeople.app/cache/sentry/sessions/ea00890f-5d9a-467c-b073-b26dec423a1b.envelope
2020-06-09 13:59:52.668 28241-28374/com.dogoodpeople.app D/Sentry: Envelope sent successfully.
2020-06-09 13:59:52.967 28241-28374/com.dogoodpeople.app D/Sentry: Discarding envelope from cache: /data/user/0/com.dogoodpeople.app/cache/sentry/sessions/ea00890f-5d9a-467c-b073-b26dec423a1b.envelope
2020-06-09 13:59:52.968 28241-28374/com.dogoodpeople.app D/Sentry: Envelope flushed
2020-06-09 13:59:52.968 28241-28374/com.dogoodpeople.app D/Sentry: io.sentry.core.hints.SessionStartHint is not SubmissionResult
2020-06-09 14:00:05.004 28241-28347/com.dogoodpeople.app E/Sentry: Error in the 'configureScope' callback.
    com.facebook.react.bridge.UnexpectedNativeTypeException: Value for id cannot be cast from Double to String
        at com.facebook.react.bridge.ReadableNativeMap.checkInstance(ReadableNativeMap.java:139)
        at com.facebook.react.bridge.ReadableNativeMap.getNullableValue(ReadableNativeMap.java:127)
        at com.facebook.react.bridge.ReadableNativeMap.getString(ReadableNativeMap.java:161)
        at io.sentry.RNSentryModule.lambda$setUser$2(RNSentryModule.java:237)
        at io.sentry.-$$Lambda$RNSentryModule$v3PWIN5iKURZpEItmLSHgAruzi0.run(Unknown Source:4)
        at io.sentry.core.Hub.configureScope(Hub.java:531)
        at io.sentry.core.Sentry.configureScope(Sentry.java:390)
        at io.sentry.RNSentryModule.setUser(RNSentryModule.java:225)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:371)
        at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:150)
        at com.facebook.react.bridge.queue.NativeRunnable.run(Native Method)
        at android.os.Handler.handleCallback(Handler.java:907)
        at android.os.Handler.dispatchMessage(Handler.java:105)
        at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:26)
        at android.os.Looper.loop(Looper.java:216)
        at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:225)
        at java.lang.Thread.run(Thread.java:784)
2020-06-09 14:01:03.500 28241-28374/com.dogoodpeople.app D/Sentry: Adding Envelope to offline storage: /data/user/0/com.dogoodpeople.app/cache/sentry/sessions/43f6651d-7e39-4884-ad82-c38dcd3e56a4.envelope
2020-06-09 14:01:03.812 28241-28374/com.dogoodpeople.app D/Sentry: Envelope sent successfully.
2020-06-09 14:01:04.090 28241-28374/com.dogoodpeople.app D/Sentry: Discarding envelope from cache: /data/user/0/com.dogoodpeople.app/cache/sentry/sessions/43f6651d-7e39-4884-ad82-c38dcd3e56a4.envelope
2020-06-09 14:01:04.092 28241-28374/com.dogoodpeople.app D/Sentry: Envelope flushed
2020-06-09 14:01:04.093 28241-28374/com.dogoodpeople.app D/Sentry: io.sentry.core.hints.SessionEndHint is not SubmissionResult
2020-06-09 14:01:58.118 28241-28374/com.dogoodpeople.app D/Sentry: Adding Envelope to offline storage: /data/user/0/com.dogoodpeople.app/cache/sentry/sessions/5227c283-316e-452c-84de-79cc85a10cf1.envelope
2020-06-09 14:01:58.409 28241-28374/com.dogoodpeople.app D/Sentry: Envelope sent successfully.
2020-06-09 14:01:58.793 28241-28374/com.dogoodpeople.app D/Sentry: Discarding envelope from cache: /data/user/0/com.dogoodpeople.app/cache/sentry/sessions/5227c283-316e-452c-84de-79cc85a10cf1.envelope
2020-06-09 14:01:58.794 28241-28374/com.dogoodpeople.app D/Sentry: Envelope flushed
2020-06-09 14:01:58.794 28241-28374/com.dogoodpeople.app D/Sentry: io.sentry.core.hints.SessionStartHint is not SubmissionResult
2020-06-09 14:02:03.184 28241-28346/com.dogoodpeople.app I/ReactNativeJS: Sentry Logger [Log]: Failed to get device context from native: TypeError: RNSentry.deviceContexts is not a function. (In 'RNSentry.deviceContexts()', 'RNSentry.deviceContexts' is undefined)
2020-06-09 14:02:03.342 28241-28371/com.dogoodpeople.app D/Sentry: onEvent fired for EnvelopeFileObserver with event type 8 on path: /data/user/0/com.dogoodpeople.app/cache/sentry/outbox for file 4b5961bb-468d-46fb-a41d-a1169231b1b9.
2020-06-09 14:02:03.354 28241-28371/com.dogoodpeople.app D/Sentry: Processing Envelope with 1 item(s)
2020-06-09 14:02:03.452 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.821
        at io.sentry.core.DateUtils.getDateTime(DateUtils.java:58)
        at io.sentry.android.core.adapters.DateDeserializerAdapter.deserialize(DateDeserializerAdapter.java:28)
        at io.sentry.android.core.adapters.DateDeserializerAdapter.deserialize(DateDeserializerAdapter.java:15)
        at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69)
        at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:131)
        at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:222)
        at com.google.gson.TypeAdapter.fromJsonTree(TypeAdapter.java:285)
        at io.sentry.android.core.UnknownPropertiesTypeAdapterFactory$UnknownPropertiesTypeAdapter.read(UnknownPropertiesTypeAdapterFactory.java:128)
        at io.sentry.android.core.UnknownPropertiesTypeAdapterFactory$UnknownPropertiesTypeAdapter.read(UnknownPropertiesTypeAdapterFactory.java:58)
        at com.google.gson.Gson.fromJson(Gson.java:927)
        at com.google.gson.Gson.fromJson(Gson.java:865)
        at io.sentry.android.core.AndroidSerializer.deserializeEvent(AndroidSerializer.java:116)
        at io.sentry.core.EnvelopeSender.processEnvelope(EnvelopeSender.java:121)
        at io.sentry.core.EnvelopeSender.processFile(EnvelopeSender.java:67)
        at io.sentry.core.EnvelopeSender.processEnvelopeFile(EnvelopeSender.java:100)
        at io.sentry.android.core.EnvelopeFileObserver.onEvent(EnvelopeFileObserver.java:58)
        at android.os.FileObserver$ObserverThread.onEvent(FileObserver.java:123)
        at android.os.FileObserver$ObserverThread.observe(Native Method)
        at android.os.FileObserver$ObserverThread.run(FileObserver.java:86)
2020-06-09 14:02:03.454 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.441
2020-06-09 14:02:03.455 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.454
2020-06-09 14:02:03.457 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.454
2020-06-09 14:02:03.458 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.459
2020-06-09 14:02:03.460 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.461
2020-06-09 14:02:03.461 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.468
2020-06-09 14:02:03.462 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.47
2020-06-09 14:02:03.464 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.473
2020-06-09 14:02:03.465 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.475
2020-06-09 14:02:03.467 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.478
2020-06-09 14:02:03.468 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.48
2020-06-09 14:02:03.470 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.484
2020-06-09 14:02:03.471 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.487
2020-06-09 14:02:03.472 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.491
2020-06-09 14:02:03.473 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.493
2020-06-09 14:02:03.474 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.496
2020-06-09 14:02:03.476 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.497
2020-06-09 14:02:03.477 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.499
2020-06-09 14:02:03.479 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.501
2020-06-09 14:02:03.480 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.515
2020-06-09 14:02:03.481 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.628
2020-06-09 14:02:03.482 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.632
2020-06-09 14:02:03.483 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.755
2020-06-09 14:02:03.485 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.758
2020-06-09 14:02:03.487 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.76
2020-06-09 14:02:03.488 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.76
2020-06-09 14:02:03.490 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.763
2020-06-09 14:02:03.492 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.764
2020-06-09 14:02:03.493 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.765
2020-06-09 14:02:03.495 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.766
2020-06-09 14:02:03.496 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.767
2020-06-09 14:02:03.497 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.767
2020-06-09 14:02:03.498 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.792
2020-06-09 14:02:03.500 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.797
2020-06-09 14:02:03.501 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.804
2020-06-09 14:02:03.502 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.807
2020-06-09 14:02:03.504 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.81
2020-06-09 14:02:03.505 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.812
2020-06-09 14:02:03.506 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.823
2020-06-09 14:02:03.507 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.826
2020-06-09 14:02:03.509 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.838
2020-06-09 14:02:03.511 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.851
2020-06-09 14:02:03.513 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.855
2020-06-09 14:02:03.514 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704005.856
2020-06-09 14:02:03.517 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704006.69
2020-06-09 14:02:03.518 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704006.692
2020-06-09 14:02:03.519 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704007.257
2020-06-09 14:02:03.520 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704007.261
2020-06-09 14:02:03.522 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704007.264
2020-06-09 14:02:03.524 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704007.266
2020-06-09 14:02:03.526 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704007.581
2020-06-09 14:02:03.528 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704007.583
2020-06-09 14:02:03.529 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704007.584
2020-06-09 14:02:03.531 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704007.585
2020-06-09 14:02:03.533 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704121.528
2020-06-09 14:02:03.535 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704121.531
2020-06-09 14:02:03.537 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704121.534
2020-06-09 14:02:03.539 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704121.536
2020-06-09 14:02:03.540 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704121.54
2020-06-09 14:02:03.541 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704121.542
2020-06-09 14:02:03.543 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704121.544
2020-06-09 14:02:03.544 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704121.545
2020-06-09 14:02:03.545 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704121.546
2020-06-09 14:02:03.546 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704121.55
2020-06-09 14:02:03.548 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704121.553
2020-06-09 14:02:03.550 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704121.554
2020-06-09 14:02:03.551 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704121.555
2020-06-09 14:02:03.554 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704121.556
2020-06-09 14:02:03.555 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704121.557
2020-06-09 14:02:03.558 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704121.56
2020-06-09 14:02:03.559 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704121.562
2020-06-09 14:02:03.561 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704121.564
2020-06-09 14:02:03.563 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704121.64
2020-06-09 14:02:03.564 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.209
2020-06-09 14:02:03.566 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.218
2020-06-09 14:02:03.567 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.227
2020-06-09 14:02:03.568 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.229
2020-06-09 14:02:03.570 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.235
2020-06-09 14:02:03.571 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.238
2020-06-09 14:02:03.573 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.24
2020-06-09 14:02:03.575 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.246
2020-06-09 14:02:03.576 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.252
2020-06-09 14:02:03.578 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.258
2020-06-09 14:02:03.580 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.262
2020-06-09 14:02:03.582 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.265
2020-06-09 14:02:03.585 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.361
2020-06-09 14:02:03.587 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.362
2020-06-09 14:02:03.589 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.554
2020-06-09 14:02:03.590 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.556
2020-06-09 14:02:03.591 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.566
2020-06-09 14:02:03.593 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.569
2020-06-09 14:02:03.595 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.571
2020-06-09 14:02:03.599 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.574
2020-06-09 14:02:03.604 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.629
2020-06-09 14:02:03.608 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.63
2020-06-09 14:02:03.612 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.675
2020-06-09 14:02:03.615 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.683
2020-06-09 14:02:03.617 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.808
2020-06-09 14:02:03.620 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.813
2020-06-09 14:02:03.623 28241-28371/com.dogoodpeople.app D/Sentry: Error when deserializing UTC timestamp format, it might be millis timestamp format.
    java.lang.IllegalArgumentException: timestamp is not ISO format 1591704122.816
2020-06-09 14:02:03.625 28241-28371/com.dogoodpeople.app D/Sentry: Capturing event: 249635ab7d954e6889a0761aa4ee0041
2020-06-09 14:02:03.637 28241-28371/com.dogoodpeople.app I/Sentry: Not possible to read external files directory
2020-06-09 14:02:03.643 28241-28371/com.dogoodpeople.app D/Sentry: Captured SentryEvent is already cached
2020-06-09 14:02:03.643 28241-28371/com.dogoodpeople.app D/Sentry: Item 1 is being captured.
2020-06-09 14:02:03.657 28241-28374/com.dogoodpeople.app D/Sentry: Overwriting session to offline storage: 45d43c56-0439-428c-ac64-ba9b1c3fa2aa
2020-06-09 14:02:03.668 28241-28374/com.dogoodpeople.app D/Sentry: SessionUpdate event, leaving after event being cached.
2020-06-09 14:02:03.668 28241-28374/com.dogoodpeople.app D/Sentry: Envelope flushed
2020-06-09 14:02:03.669 28241-28374/com.dogoodpeople.app D/Sentry: io.sentry.core.hints.SessionUpdateHint is not SubmissionResult
2020-06-09 14:02:04.283 28241-28374/com.dogoodpeople.app D/Sentry: Event sent 249635ab7d954e6889a0761aa4ee0041 successfully.
2020-06-09 14:02:04.417 28241-28374/com.dogoodpeople.app E/Sentry: Error while closing the connection.
    java.io.FileNotFoundException: https://o387695.ingest.sentry.io/api/5223374/store/
        at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:251)
        at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(DelegatingHttpsURLConnection.java:210)
        at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:26)
        at io.sentry.core.transport.HttpTransport.closeAndDisconnect(HttpTransport.java:310)
        at io.sentry.core.transport.HttpTransport.send(HttpTransport.java:180)
        at io.sentry.core.transport.AsyncConnection$EventSender.flush(AsyncConnection.java:289)
        at io.sentry.core.transport.AsyncConnection$EventSender.run(AsyncConnection.java:258)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:458)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.processTask(ThreadPoolExecutor.java:1187)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.lang.Thread.run(Thread.java:784)
2020-06-09 14:02:04.419 28241-28374/com.dogoodpeople.app D/Sentry: Marking event submission result: true
2020-06-09 14:02:04.420 28241-28371/com.dogoodpeople.app D/Sentry: File '/data/user/0/com.dogoodpeople.app/cache/sentry/outbox/4b5961bb-468d-46fb-a41d-a1169231b1b9' is done.
2020-06-09 14:03:03.625 28241-28374/com.dogoodpeople.app D/Sentry: Adding Envelope to offline storage: /data/user/0/com.dogoodpeople.app/cache/sentry/sessions/f6cee3b7-dfb8-49a3-8ac1-7cca47910beb.envelope
2020-06-09 14:03:03.997 28241-28374/com.dogoodpeople.app D/Sentry: Envelope sent successfully.
2020-06-09 14:03:04.289 28241-28374/com.dogoodpeople.app D/Sentry: Discarding envelope from cache: /data/user/0/com.dogoodpeople.app/cache/sentry/sessions/f6cee3b7-dfb8-49a3-8ac1-7cca47910beb.envelope
2020-06-09 14:03:04.291 28241-28374/com.dogoodpeople.app D/Sentry: Envelope flushed
2020-06-09 14:03:04.292 28241-28374/com.dogoodpeople.app D/Sentry: io.sentry.core.hints.SessionEndHint is not SubmissionResult
tastafur commented 4 years ago

i have seen the some fail in timestamp that this issue https://github.com/getsentry/sentry-android/issues/407 but i delete breadcrumbs and keep giving the same failure @marandaneto

tastafur commented 4 years ago

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

marandaneto commented 4 years ago

hey @tastafur I don't follow, what are you trying to achieve and what's the problem?

the timestamp logs are not a bug, it's a debug level.

marandaneto commented 4 years ago

@jennmueng can you double-check this? I guess this is about: Value for id cannot be cast from Double to String

tastafur commented 4 years ago

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?

jennmueng commented 4 years ago

@marandaneto Looks like for some reason his user idis a double and not a string. I'll submit a pull request where we serialize the setUser params object to make sure everything is a string.

@tastafur Can you make sure your user ids are strings and see if the problem still occurs?

tastafur commented 4 years ago

@jennmueng yes i changed from double to string both iOS and Android worked as a result of that change

tastafur commented 4 years ago

This error what is it? @jennmueng @marandaneto

Captura de pantalla 2020-06-09 a las 18 54 18

By fixing the string theme it was working for me and it stopped working again

tastafur commented 4 years ago

This error I have verified that happens when I pass the addBreadcumb to Data too large @jennmueng @marandaneto

marandaneto commented 4 years ago

@tastafur can you check if you get a 413 from the API? this should be in the logs though.

tastafur commented 4 years ago

@marandaneto which logs android or sentry?

tastafur commented 4 years ago

The logs of okhttp?

marandaneto commented 4 years ago

@marandaneto which logs android or sentry?

logcat, from Sentry, you can filter by Sentry, or even adding a breakpoint and checking it on runtime. I'd like to know why the error while closing the connection appeared, if it's a 413 http error or not.

As you said, it happens when you have huge breadcrumbs and this would return a 413

tastafur commented 4 years ago

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

marandaneto commented 4 years ago

@tastafur please raise a new issue if you get the http error again (with a light event). the logs are in your screenshot, I just would like its whole content, so I can read/look it up.