Denis Andrašec
Denis Andrašec
@philipphofmann I guess not much more here to do? As we are passing on responsibility to `sentry-cli` and the resulting error message at the end came from there?
@philipphofmann Only when both `org` and `project` slug are provided we are setting `ENV['SENTRY_ORG']` value, so it is missing when calling `sentry-cli`. Think we could check/set individually, so we'd also...
@philipphofmann Short update. We now also automatically update and commit the binaries when an PR for a new `sentry-cli` version is created. We are using a fork of the workflow...
@bruno-garcia I'm in the process to figure this out. Here's what i have so far: - This repo does not bundle `sentry-cli` but uses the one installed on the host...
This is beeing worked on in #151
@bruno-garcia I could take over this issue if you don't have anyone else in mind already.
@marandaneto Need to check why we are failing, jest merged in the current main branch.
@marandaneto Seems like i hit a road block here. The approach was to create a native android UI test. I was able to run it from Android Studio, but there...