Bruce

Results 67 comments of Bruce

I'm going to close this issue because there is no more discussion.

I got the same error: ``` > Found 8 debug information files > Prepared debug information files for upload error: API request failed caused by: [56] Failure when receiving data...

Hi, @krystofwoldrich krystofwoldrich thanks 4 ur reply. I've edited `.xcode.env` or `sentry_xcode.sh` to add 2 lines: ``` export SENTRY_CLI_RN_XCODE_EXTRA_ARGS="--force-foreground" export SENTRY_LOG_LEVEL="debug" ``` and, then I open xcode to **build(Archive)**, but...

hi sorry,没看到你的issue。 您看下这个 地址:https://zhuanlan.zhihu.com/p/360356420 ,能否解决您的问题。 不知道您是否已经修复了这个问题。 如果修复了可以提个PR给到这个repo吗?

Hi, I faced the same issue. I found that param `path` need to begin with 'file://' on iOS platform. My code is like: ``` typescript export const uploadImage = async...

And, I have tried use `v1beta2` and `v1beta3`, it does not work. However, it had been working well 8 hours ago.

> , add `collapsable={false}` It works for me too, thanks!