Current behavior
insights tab does crash
android-app-size-2025.51.0.html:25 TypeError: Cannot read properties of undefined (reading 'plus_u6jwas_k$')
at ae (android-app-size-2025.51.0.html:25:2104418)
at android-app-size-2025.51.0.html:25:1884859
at android-app-size-2025.51.0.html:25:1884605
at android-app-size-2025.51.0.html:25:1884818
at $a (android-app-size-2025.51.0.html:25:1548880)
at $l (android-app-size-2025.51.0.html:25:1605364)
at vc (android-app-size-2025.51.0.html:25:1594616)
at bc (android-app-size-2025.51.0.html:25:1594544)
at Ac (android-app-size-2025.51.0.html:25:1594407)
at ac (android-app-size-2025.51.0.html:25:1591242)
android-app-size-2025.51.0.html:25 React Router caught the following error during render TypeError: Cannot read properties of undefined (reading 'plus_u6jwas_k$')
at ae (android-app-size-202…1.0.html:25:2104418)
at android-app-size-202…1.0.html:25:1884859
at android-app-size-202…1.0.html:25:1884605
at android-app-size-202…1.0.html:25:1884818
at $a (android-app-size-202…1.0.html:25:1548880)
at $l (android-app-size-202…1.0.html:25:1605364)
at vc (android-app-size-202…1.0.html:25:1594616)
at bc (android-app-size-202…1.0.html:25:1594544)
at Ac (android-app-size-202…1.0.html:25:1594407)
at ac (android-app-size-202…1.0.html:25:1591242)
there are also in the chrome web console a bunch of warnings:
android-app-size-2025.51.0.html:25 ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition.
android-app-size-2025.51.0.html:25 ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath.
android-app-size-2025.51.0.html:25 ⚠️ React Router Future Flag Warning: The persistence behavior of fetchers is changing in v7. You can use the `v7_fetcherPersist` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_fetcherpersist.
android-app-size-2025.51.0.html:25 ⚠️ React Router Future Flag Warning: `RouterProvider` hydration behavior is changing in v7. You can use the `v7_partialHydration` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_partialhydration.
android-app-size-2025.51.0.html:25 ⚠️ React Router Future Flag Warning: The revalidation behavior after 4xx/5xx `action` responses is changing in v7. You can use the `v7_skipActionErrorRevalidation` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_skipactionerrorrevalidation.
Expected behavior
well... not crash :D
Steps to reproduce
app/build.gradle
ruler {
abi.set("arm64-v8a")
locale.set("de")
screenDensity.set(480)
sdkVersion.set(TARGET_SDK_VERSION)
ownershipFile.set(project.file("../ruler-ownership.yml"))
defaultOwner.set("others")
}
./gradlew clean :app:generateBaselineProfile --refresh-dependencies --no-daemon --s
./gradlew app:analyzeReleaseBundle --no-daemon --no-configuration-cache --s
Versions
- ruler
com.spotify.ruler:ruler-gradle-plugin:2.0.0-beta-3
- AGP 8.13.1
- Build Tools: 36.0.0
- Compile SDK: 36
- Target SDK: 35
- Min SDK: 23
- Kotlin: 2.2.21
Anything else?
ownership file (it works with 1.* version though):
- identifier: de.check24.profis.partner.plugin:mover*
owner: mover
- identifier: de.check24.profis.partner.plugin:craftsmen*
owner: craftsmen
- identifier: de.check24.profis.partner.plugin:events*
owner: events
- identifier: de.check24.android:profis_native_messenger*
owner: native_messenger
- identifier: de.check24.profis.partner:core*
owner: core
- identifier: de.check24.profis.partner:pluginapi*
owner: core
- identifier: de.check24.profis.partner:shared*
owner: core
- identifier: com.google*
owner: Google
- identifier: androidx*
owner: androidx
- identifier: com.squareup*
owner: com.squareup
- identifier: org.jetbrains*
owner: org.jetbrains
- identifier: io.sentry*
owner: io.sentry
- identifier: com.github*
owner: com.github
- identifier: com.adjust.sdk*
owner: com.adjust.sdk
- identifier: com.android*
owner: com.android
- identifier: :app*
owner: App
Current behavior
insights tab does crash
there are also in the chrome web console a bunch of warnings:
Expected behavior
well... not crash :D
Steps to reproduce
app/build.gradle
Versions
com.spotify.ruler:ruler-gradle-plugin:2.0.0-beta-3Anything else?
ownership file (it works with 1.* version though):