Nelson Osacky
Nelson Osacky
Sorry that didn't work. Can you paste me the error message you got when you tried `--vcs-provider "" --log-level debug`?
With `sentry-cli` `2.58.4`, local builds will not gather git metadata like `vcs-provider` on local builds. There is also a new option `--no-git-metadata` which you can use to disable the automatic...
Thanks for scoping this out and the detailed PR summary. I like your approach. In general it makes senes to break up the doctor plugin in to a settings plugin...
@ZacSweers Are you using `ktfmt` by any chance? I think this happens with `ktfmt` but not `ktlint`.
I think we should wait to merge this until we can raise the kotlin gradle plugin version in the build otherwise the configuration cache performance is quite slow and unreliable.
You can create a performance.scenario file if you would like to benchmark this scenario with the different flags. https://github.com/gradle/gradle-profiler#advanced-profiling-scenarios
That's true. The `-x` doesn't work. Here's a related issue: https://github.com/gradle/gradle-profiler/issues/210