Open estiventhneira opened 2 months ago
Hi @estiventhneira, thank you for the message,
would you be able to share a reproducible example we could debug?
The ReactNativeTracing
tracing integration is added by default when tracesSampleRate
is set, so setting in integration array should not make a difference.
Does anything changes when only omitting the Replay integration?
I have to disabled tracesSampleRate
too to avoid the error of detox getting stuck
OS:
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)react-native-sentry
(<= 0.43.2)SDK version: ^5.31.1
react-native
version: 0.71.11Are you using Expo?
Are you using sentry.io or on-premise?
If you are using sentry.io, please post a link to your issue so we can take a look:
[Link to issue]
Configuration:
(
@sentry/react-native
)or
(
react-native-sentry
)I have the following issue:
When trying to run detox test it get stuck waiting for a connection with sentry than makes timeout error:
13:50:39.972 detox[6080] i An error occurred while waiting for the app to become ready. Waiting for disconnection... error: The pending request #-1000 ("isReady") has been rejected due to the following error:
Unresponded network requests might result in timeout errors in Detox tests.
13:50:45.081 detox[6080] i The pending request #-49642 ("cleanup") has been rejected due to the following error:
The tester has not received a response within 5000ms timeout to the message:
thrown: "Exceeded timeout of 120000 ms for a hook. Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
Steps to reproduce:
Actual result:
Get timeout error
Expected result:
Be able to run the tests without commenting integrations arrays which is a workaround for it
this is related with integrations array as the solutions here works 13:50:39.972 detox[6080] i An error occurred while waiting for the app to become ready. Waiting for disconnection... error: The pending request #-1000 ("isReady") has been rejected due to the following error: