sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

Auto update Test Matrix for Spring Boot

Open adinauer opened this issue 3 months ago • 2 comments

:scroll: Description

Auto update Test Matrix for Spring Boot

:bulb: Motivation and Context

So we can test against newly released versions automatically and not rely on customers reporting issues.

:green_heart: How did you test it?

:pencil: Checklist

  • [ ] I added GH Issue ID & Linear ID
  • [ ] I added tests to verify the changes.
  • [ ] No new PII added or SDK only sends newly added PII if sendDefaultPII is enabled.
  • [ ] I updated the docs if needed.
  • [ ] I updated the wizard if needed.
  • [ ] Review from the native team if needed.
  • [ ] No breaking change or entry added to the changelog.
  • [ ] No breaking change for hybrid SDKs or communicated to hybrid SDKs.

:crystal_ball: Next steps

adinauer avatar Sep 22 '25 11:09 adinauer

Fails
:no_entry_sign: Please consider adding a changelog entry for the next release.
Messages
:book: Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Instructions and example for changelog

Please add an entry to CHANGELOG.md to the "Unreleased" section. Make sure the entry includes this PR's number.

Example:

## Unreleased

- Auto update Test Matrix for Spring Boot ([#4743](https://github.com/getsentry/sentry-java/pull/4743))

If none of the above apply, you can opt out of this check by adding #skip-changelog to the PR description or adding a skip-changelog label.

Generated by :no_entry_sign: dangerJS against 2b77d4eb6c64b12a195efcaf92d6052144f3f455

github-actions[bot] avatar Sep 22 '25 11:09 github-actions[bot]

Performance metrics :rocket:

  Plain With Sentry Diff
Startup time 386.51 ms 456.46 ms 69.95 ms
Size 1.58 MiB 2.10 MiB 532.96 KiB

Baseline results on branch: feat/spring-boot-test-matrix

Startup times

Revision Plain With Sentry Diff
70cd2c4363423fbc0d6d50bab61aa1ad1bb48ff6 406.22 ms 415.22 ms 9.00 ms

App size

Revision Plain With Sentry Diff
70cd2c4363423fbc0d6d50bab61aa1ad1bb48ff6 1.58 MiB 2.10 MiB 532.97 KiB

Previous results on branch: feat/spring-boot-matrix-auto-update

Startup times

Revision Plain With Sentry Diff
1acfdf8a2734fa2027bcf36de7cc6770bdc4c919 388.43 ms 457.67 ms 69.25 ms
b07874679aec66ac2b4bf243cdea5483260010c7 398.93 ms 451.55 ms 52.62 ms

App size

Revision Plain With Sentry Diff
1acfdf8a2734fa2027bcf36de7cc6770bdc4c919 1.58 MiB 2.10 MiB 532.96 KiB
b07874679aec66ac2b4bf243cdea5483260010c7 1.58 MiB 2.10 MiB 532.97 KiB

github-actions[bot] avatar Sep 22 '25 12:09 github-actions[bot]