Features
- Add
url
option which is passed through tosentry-cli
(#572)- In case you are self hosting Sentry, you can set
url
to your self hosted instance if your org auth token does not contain a URL
- In case you are self hosting Sentry, you can set
- Provide detailed message for failed sentry-cli API requests (#576)
Fixes
- Use
spring-boot
instead ofspring-boot-starter
for auto install detection (#543) - Fix tracing instrumentation not working when configuration-cache is enabled on Gradle 8+ (#568)
- Fix source context not working with configuration cache enabled on Gradle 8+ (#570)
- Make proguard release association backward-compatible (#576)