Armen Zambrano G.
Armen Zambrano G.
Sure. Either way works for me. I think is more the lack of this working.
@leeandher Early review request I want to evaluate if I need to add any new tests for this
I have started receiving notifications from every deployment since we merged this
Is there a way to filter out issues that have used `captureMessage`? I'm currently using `!has:stack.filename`. An example of an issue without a stack trace is [this one](https://sentry.io/organizations/sentry/issues/2078389439/?project=11276&query=is%3Aunresolved+%21has%3Astack.filename&statsPeriod=1h). In this...
Using the absolute path `/var/lib/kafka/data` instead of `/var/lib/kafka` fixes the issue. This is indicated in the [documentation](https://docs.confluent.io/platform/current/installation/docker/operations/external-volumes.html#data-volumes-for-kafka-and-zk). You can see my fix [here](https://github.com/getsentry/sentry/pull/28724/files).
For future reference, this was filed using version 1.6 of this action: Currently, the `sentry-cli` version in use is 1.67.2 https://github.com/getsentry/action-release/blob/426b54786363ee2ecb27129f04b99cf714a36d38/package.json#L28 https://github.com/getsentry/action-release/blob/426b54786363ee2ecb27129f04b99cf714a36d38/yarn.lock#L555-L557 Which was updated in [July 2021](https://github.com/getsentry/action-release/pull/63) which was...
I'm having the same problem. The set of commits included in a release get into a bad state if you have more than 1 environment reporting a release. I've been...
Not in the current backlog. I'm surprised the build process does not generate the build suitable for Mac runners. @alekhinen @xt0rted @vorporeal What specific runners are you using? Are they...
I will see if I can look into this by September. I will be creating a v2 release to upgrade to the latest `sentry cli`.
> Could you please specify this in the README.md? It's making people waste time setting this up only to find out by a console error. Good idea. Would this be...