Skip to content

Releases: getsentry/action-app-sdk-overhead-metrics

1.8.0

16 Aug 18:11
9615bad
Compare
Choose a tag to compare

Features

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

1.7.0

12 Aug 18:04
e5087e9
Compare
Choose a tag to compare

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

31 Jul 19:45
fc0d02d
Compare
Choose a tag to compare

Fixes

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

1.5.0

19 Mar 07:32
ed47049
Compare
Choose a tag to compare

Features

  • Improve log output for StartupTimeTest. (#7)

Dependencies

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

1.4.1

11 Jan 12:07
Compare
Choose a tag to compare

Fixes

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

1.4.0

12 Oct 16:21
bec4079
Compare
Choose a tag to compare

Changes

  • Replace deprecated set-output with writing to GITHUB_OUTPUT.

Dependencies

1.3.0

20 Sep 17:05
47e6f3a
Compare
Choose a tag to compare

Features

  • Collect and print previous data on the same branch and data from the main branch.

1.2.0

17 Sep 12:28
Compare
Choose a tag to compare

Features

  • Retry startup time collection if standard deviation of the collected data is too high.

Fixes

  • Support running with URL-based app paths on Windows (avoid Path.of() if path contains ':').

1.1.0

08 Sep 21:25
Compare
Choose a tag to compare

Features

  • Add name input argument
  • Use Samsung Galaxy S22 as the default Android device due to better availability on SauceLabs

Fixes

  • SauceLabs recently limited logcat access to 10k items

1.0.1

16 Aug 10:36
Compare
Choose a tag to compare

Fixes

  • Select required Java SDK version automatically