Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps getsentry/action-app-sdk-overhead-metrics from 4ccd0f993ff482b1ea5da556134ccace418190fb to 5f2d99b8e5a7b833386524924d24320501099a44.

Changelog

Sourced from getsentry/action-app-sdk-overhead-metrics's changelog.

Changelog

1.8.1

Fixes

  • Set appium version to stable (#24)

1.8.0

Features

  • Automatically reconnect the appium client in case of startup time collection failure. (#22)

1.7.0

Features

  • Graceful handling of individual failed startup-time tests, when the startup time couldn't be read from the device in less than 10 % of runs. (#13)

Dependencies

  • Update Gradle version from 7.5.1 to 8.9 (#16)
  • Update Java version from 11 to 17 (#17)
  • Update Kotlin version from 1.7.10 to 2.0.10 (#18)
  • Update internal dependencies (#20)

1.6.0

Fixes

  • Update Appium version used in Sauce Labs from EOL 2.0.0 to appium2-20240701 (#13)

1.5.0

Features

  • Improve log output for StartupTimeTest. (#7)

Dependencies

  • Update action/checkout, action/setup-java and action/upload-artifact to the latest versions due to NodeJS 16 deprecation in actions.

1.4.1

Fixes

  • Don't fail on previous results download if an artifact is expired.

1.4.0

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [getsentry/action-app-sdk-overhead-metrics](https://github.com/getsentry/action-app-sdk-overhead-metrics) from 4ccd0f993ff482b1ea5da556134ccace418190fb to 5f2d99b8e5a7b833386524924d24320501099a44.
- [Release notes](https://github.com/getsentry/action-app-sdk-overhead-metrics/releases)
- [Changelog](https://github.com/getsentry/action-app-sdk-overhead-metrics/blob/main/CHANGELOG.md)
- [Commits](getsentry/action-app-sdk-overhead-metrics@4ccd0f9...5f2d99b)

---
updated-dependencies:
- dependency-name: getsentry/action-app-sdk-overhead-metrics
  dependency-version: 5f2d99b8e5a7b833386524924d24320501099a44
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 13, 2025
@dependabot dependabot bot added github_actions Pull requests that update GitHub Actions code dependencies Pull requests that update a dependency file labels Oct 13, 2025
@itaybre itaybre closed this Oct 13, 2025
@itaybre itaybre reopened this Oct 13, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 13, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Copy link
Contributor

Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1189.00 ms 1217.77 ms 28.77 ms
Size 23.75 KiB 995.07 KiB 971.33 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
fc05805 1220.63 ms 1252.16 ms 31.54 ms
b9aacb6 1230.42 ms 1251.00 ms 20.58 ms
d8b2303 1231.53 ms 1249.89 ms 18.35 ms
1339919 1214.82 ms 1238.98 ms 24.16 ms
ac4739e 1236.55 ms 1258.89 ms 22.34 ms
b714cb9 1224.71 ms 1238.04 ms 13.33 ms
d157d83 1228.02 ms 1252.47 ms 24.45 ms
aff3b66 1229.53 ms 1263.08 ms 33.55 ms
7d88965 1228.86 ms 1248.53 ms 19.67 ms
30f4e4c 1213.21 ms 1250.29 ms 37.08 ms

App size

Revision Plain With Sentry Diff
fc05805 23.75 KiB 908.02 KiB 884.27 KiB
b9aacb6 23.75 KiB 913.64 KiB 889.89 KiB
d8b2303 23.75 KiB 908.02 KiB 884.27 KiB
1339919 23.75 KiB 919.70 KiB 895.95 KiB
ac4739e 23.75 KiB 872.67 KiB 848.92 KiB
b714cb9 23.75 KiB 858.69 KiB 834.93 KiB
d157d83 23.75 KiB 928.85 KiB 905.10 KiB
aff3b66 23.75 KiB 978.53 KiB 954.78 KiB
7d88965 23.75 KiB 994.72 KiB 970.98 KiB
30f4e4c 23.75 KiB 879.24 KiB 855.50 KiB

@philprime philprime merged commit 4a5f2b4 into main Oct 14, 2025
255 of 260 checks passed
@philprime philprime deleted the dependabot/github_actions/getsentry/action-app-sdk-overhead-metrics-5f2d99b8e5a7b833386524924d24320501099a44 branch October 14, 2025 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants