Skip to content

Commit 429a2ff

Browse files
authored
chore: fix Android builds failing on CI (#6557)
* upgrade bugsnag to 8.4.0 * Remove gradle plugin in favor of bugsnag cli * Upgrade bugsnag cli
1 parent dfe97dc commit 429a2ff

File tree

4 files changed

+66
-68
lines changed

4 files changed

+66
-68
lines changed

android/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ apply plugin: "org.jetbrains.kotlin.android"
33
apply plugin: "com.facebook.react"
44

55
apply plugin: 'com.google.firebase.crashlytics'
6-
apply plugin: 'com.bugsnag.android.gradle'
76

87
/**
98
* This is the configuration block to customize your React Native Android app.

android/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ buildscript {
1919
dependencies {
2020
classpath 'com.google.gms:google-services:4.4.1'
2121
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.0'
22-
classpath "com.bugsnag:bugsnag-android-gradle-plugin:8.+"
2322
classpath("com.android.tools.build:gradle")
2423
classpath("com.facebook.react:react-native-gradle-plugin")
2524
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"bugsnag:upload-android": "bugsnag-cli upload react-native-android"
3333
},
3434
"dependencies": {
35-
"@bugsnag/react-native": "^8.3.0",
35+
"@bugsnag/react-native": "^8.4.0",
3636
"@discord/bottom-sheet": "bluesky-social/react-native-bottom-sheet",
3737
"@hookform/resolvers": "^2.9.10",
3838
"@notifee/react-native": "7.8.2",
@@ -161,7 +161,7 @@
161161
"@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
162162
"@babel/preset-env": "^7.25.3",
163163
"@babel/runtime": "^7.25.0",
164-
"@bugsnag/cli": "^2.9.2",
164+
"@bugsnag/cli": "^3.2.1",
165165
"@bugsnag/source-maps": "^2.3.3",
166166
"@gorhom/bottom-sheet": "^5.1.6",
167167
"@react-native-community/cli": "18.0.0",

yarn.lock

Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -2209,17 +2209,17 @@
22092209
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
22102210
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
22112211

2212-
"@bugsnag/cli@^2.9.2":
2213-
version "2.9.2"
2214-
resolved "https://registry.yarnpkg.com/@bugsnag/cli/-/cli-2.9.2.tgz#10d464bfc2841ce22157442d9115d811c419c468"
2215-
integrity sha512-t9AwTJGy34Tz8h7AkaXNxlVhiSJNTgnl9yQJPauIvzHytQcOdGNgP0OTZ+82rpdNTq69mbbkJsaC2k7c9jXLUg==
2212+
"@bugsnag/cli@^3.2.1":
2213+
version "3.2.1"
2214+
resolved "https://registry.yarnpkg.com/@bugsnag/cli/-/cli-3.2.1.tgz#0c0149920e940c1a05f4492ef991bbe83741f2de"
2215+
integrity sha512-IbHTmYo2VSOMaTrFGclRByXwQF/KhIji/EGVVKAtzN8ZlJrmsD9vYr+aUEouhowagG8mcJub6jtUkBnUUOES7Q==
22162216
dependencies:
22172217
yaml "^2.7.0"
22182218

2219-
"@bugsnag/core@^8.2.0":
2220-
version "8.2.0"
2221-
resolved "https://registry.yarnpkg.com/@bugsnag/core/-/core-8.2.0.tgz#0fb96fb33036d1552a613a7e8bb67ffe1a5eab2c"
2222-
integrity sha512-dFSs80ZwJ508nlC6UTLTUMdHgTaHY5UKvMiuHqstCQrQrOjqFcIv+x4o+l2WrSyOpoYhHAxDlKfzKN8AjwslQw==
2219+
"@bugsnag/core@^8.4.0":
2220+
version "8.4.0"
2221+
resolved "https://registry.yarnpkg.com/@bugsnag/core/-/core-8.4.0.tgz#ae534215dc0a058cd0d7e7b8fc82f7e6022b233b"
2222+
integrity sha512-vmGNO5gQ2qP5CE6/RzIzO2X/5oJCQGrhdUc6OwpEf4CytPidpk9LNCkscvOx9iT9Ym3USKSo7DeZhtnhFP0KKQ==
22232223
dependencies:
22242224
"@bugsnag/cuid" "^3.0.0"
22252225
"@bugsnag/safe-json-stringify" "^6.0.0"
@@ -2232,72 +2232,72 @@
22322232
resolved "https://registry.yarnpkg.com/@bugsnag/cuid/-/cuid-3.0.2.tgz#544f8e6e7e3768c8cb618ca5c5fb1eea6aacbb7e"
22332233
integrity sha512-cIwzC93r3PQ/INeuwtZwkZIG2K8WWN0rRLZQhu+mr48Ay+i6sEki4GYfTsflse7hZ1BeDWrNb/Q9vgY3B31xHQ==
22342234

2235-
"@bugsnag/delivery-react-native@^8.3.0":
2236-
version "8.3.0"
2237-
resolved "https://registry.yarnpkg.com/@bugsnag/delivery-react-native/-/delivery-react-native-8.3.0.tgz#7a8ebb68e5956f6a44d7b5abcc327de8f9081b65"
2238-
integrity sha512-qALkm2jCpQmElnjVgdaXWrpG7fyLRN5OCFDPvJdpdP3eEnUbgEuSE0zAnvxMxD6SlG85ZC4hmPCVcsLsEmb+LQ==
2235+
"@bugsnag/delivery-react-native@^8.4.0":
2236+
version "8.4.0"
2237+
resolved "https://registry.yarnpkg.com/@bugsnag/delivery-react-native/-/delivery-react-native-8.4.0.tgz#8ba09c4380186546c878b258eeb84a6f9b5d3bb5"
2238+
integrity sha512-yxI6xvyXi5Bd30kD2XSekHpu7o20vbouSdHnPSF5nhwkbIyLv+jWZOqTvJ9p3ec1qra3WRveTFNAJAIsiKoHEg==
22392239

2240-
"@bugsnag/plugin-console-breadcrumbs@^8.2.0":
2241-
version "8.2.0"
2242-
resolved "https://registry.yarnpkg.com/@bugsnag/plugin-console-breadcrumbs/-/plugin-console-breadcrumbs-8.2.0.tgz#443d52cf6704c926147fb7f04082cf24028eb494"
2243-
integrity sha512-ch2A0K69haUUisSZQIOsn2j2l7lkob/YOojCmcdvSypWSQeMJD+pUMcyYzqpeC0l8NknToIb3ZCG9aaybj53NA==
2240+
"@bugsnag/plugin-console-breadcrumbs@^8.4.0":
2241+
version "8.4.0"
2242+
resolved "https://registry.yarnpkg.com/@bugsnag/plugin-console-breadcrumbs/-/plugin-console-breadcrumbs-8.4.0.tgz#1edb6733a52c5daacf94870f79050514f6edbc92"
2243+
integrity sha512-FPkUgnXqiWpGDgeVSO+mAix8pGWrV0R4pwdbC4EKasJwd1iSHV0yd11hLJwy5o+5qnIBYbKXnQpVgwFemA9I0w==
22442244

2245-
"@bugsnag/plugin-network-breadcrumbs@^8.2.0":
2246-
version "8.2.0"
2247-
resolved "https://registry.yarnpkg.com/@bugsnag/plugin-network-breadcrumbs/-/plugin-network-breadcrumbs-8.2.0.tgz#7f507407ffb4cd70010304a64fb40f7c250da78c"
2248-
integrity sha512-d5D3W2leGN9n+E1JsHezZeDb+gxWAknDgAc4Gy6J49jpLD6DHN+z2omWSQsXAtzS5BQz+yKp75Fk+VdEr7TxGw==
2245+
"@bugsnag/plugin-network-breadcrumbs@^8.4.0":
2246+
version "8.4.0"
2247+
resolved "https://registry.yarnpkg.com/@bugsnag/plugin-network-breadcrumbs/-/plugin-network-breadcrumbs-8.4.0.tgz#0e33a21bb8c0cc4383abe6a084930569f0c54f1f"
2248+
integrity sha512-LlGtKRZEMdM0QfzJkxTutKU+g/c5Vcy41Dg+ZoRhaMovdcIfU4EXq8gHeHDPNSEBfZHTwK/UFxvAPs9+o8+t3g==
22492249

2250-
"@bugsnag/plugin-react-native-client-sync@^8.2.0":
2251-
version "8.2.0"
2252-
resolved "https://registry.yarnpkg.com/@bugsnag/plugin-react-native-client-sync/-/plugin-react-native-client-sync-8.2.0.tgz#4e4829d6ccdcf37fbbe87c2e6d1c61d2cdec0549"
2253-
integrity sha512-+dgOn7MNkOWZuUtDb7lHQdtRFAdh9RGuVclWSxBvmV1qRjfmAOUR1C66q8hFeGDucD6MPv958KKXF9fH0HMJ6A==
2250+
"@bugsnag/plugin-react-native-client-sync@^8.4.0":
2251+
version "8.4.0"
2252+
resolved "https://registry.yarnpkg.com/@bugsnag/plugin-react-native-client-sync/-/plugin-react-native-client-sync-8.4.0.tgz#4b608fe7af9bf2cabf3fc99c988854621a9e261f"
2253+
integrity sha512-vd68hz8QmZqdUZKGj8tXRdwOnMqRmFCdva+4x00LN5+35+S4oR6X8HfRoYBMNVYZMmDkihgy36rGYVjmnBTGkw==
22542254

2255-
"@bugsnag/plugin-react-native-event-sync@^8.3.0":
2256-
version "8.3.0"
2257-
resolved "https://registry.yarnpkg.com/@bugsnag/plugin-react-native-event-sync/-/plugin-react-native-event-sync-8.3.0.tgz#53abf6887983c482f9e152728ce51a10688382ff"
2258-
integrity sha512-hcwSoCA6VZ9o4GiS7MfmitZvvQ06/BPkLU47JpbF1I+THqUmR34okKK62EDNCX+hdkFZdFgF0Gkj9eApgC31ug==
2255+
"@bugsnag/plugin-react-native-event-sync@^8.4.0":
2256+
version "8.4.0"
2257+
resolved "https://registry.yarnpkg.com/@bugsnag/plugin-react-native-event-sync/-/plugin-react-native-event-sync-8.4.0.tgz#3f8cce2560a0e92b40a34b9465bb3a53fa79018e"
2258+
integrity sha512-JFCEIf+CXAfYCRizzXkkOKSpjdVYbq96IHq8R/W0f4b0A1gN3T99szQaml/vdAEgXFsFcRsmLG5MAuIGhCdVjA==
22592259

2260-
"@bugsnag/plugin-react-native-global-error-handler@^8.2.0":
2261-
version "8.2.0"
2262-
resolved "https://registry.yarnpkg.com/@bugsnag/plugin-react-native-global-error-handler/-/plugin-react-native-global-error-handler-8.2.0.tgz#3da509ce4bcc32b6da1e012bea51a4f5a20dff92"
2263-
integrity sha512-Z7H0/+Yr2ajloRsCYZeCvRKIWgMy3puth8teiMRHzB2InCNkMe9SKL/DdMzgogYPyDoDzG+MQDiVuzG4grGPDg==
2260+
"@bugsnag/plugin-react-native-global-error-handler@^8.4.0":
2261+
version "8.4.0"
2262+
resolved "https://registry.yarnpkg.com/@bugsnag/plugin-react-native-global-error-handler/-/plugin-react-native-global-error-handler-8.4.0.tgz#ea33ea4245a00cda31e8004b94896aa04a259478"
2263+
integrity sha512-tbh52zsRjHgPhzgB8FsLhCTuZc9PGQQUXIjnqOlPS43bzS4IqxWRlwUNl+asjXYJ542xsmpmxTDQc71/AlWrsw==
22642264

2265-
"@bugsnag/plugin-react-native-hermes@^8.2.0":
2266-
version "8.2.0"
2267-
resolved "https://registry.yarnpkg.com/@bugsnag/plugin-react-native-hermes/-/plugin-react-native-hermes-8.2.0.tgz#8d843ddb24e12bc2e9ed91627d59f45822d44dd7"
2268-
integrity sha512-pvOIeH28GSGdzjzUMxboaxPndMsiVN8inpoRIZ75VDuEDfqNMFrKsx7YxMD7UURlMIGJeqA+vjssmTbAHDUHYQ==
2265+
"@bugsnag/plugin-react-native-hermes@^8.4.0":
2266+
version "8.4.0"
2267+
resolved "https://registry.yarnpkg.com/@bugsnag/plugin-react-native-hermes/-/plugin-react-native-hermes-8.4.0.tgz#34ce265919ac084bf3691730e3a5ca92e2b0ef49"
2268+
integrity sha512-Ii89j4bBFuIMYS/spVzdyXLUzLJTYdEF4nZ2oyJFGff+h5R70fC/gQNA349JfP+ADM4x4xGqt9keADYAy6yeEA==
22692269

2270-
"@bugsnag/plugin-react-native-session@^8.2.0":
2271-
version "8.2.0"
2272-
resolved "https://registry.yarnpkg.com/@bugsnag/plugin-react-native-session/-/plugin-react-native-session-8.2.0.tgz#cacf802f1119e198825fdfe5163deab951561197"
2273-
integrity sha512-3zqeqiJaEc1umjtNbGzAtxet9vNYSC4SUh1fpv4sWXM6PZF1jlDBHayeoO9d8zjBSE0FcIYaIpMvZmTn3tVoRg==
2270+
"@bugsnag/plugin-react-native-session@^8.4.0":
2271+
version "8.4.0"
2272+
resolved "https://registry.yarnpkg.com/@bugsnag/plugin-react-native-session/-/plugin-react-native-session-8.4.0.tgz#982b825d51b5609003e66d25291e64d8e14c268d"
2273+
integrity sha512-aqwH5IY11f5DdzFDJVZ5egMrPpfpPvaad4ocXTGjMqUKyXjGMzs+CIN6IORw0ndEsq8IFXfHUOrukmRS2tNazQ==
22742274

2275-
"@bugsnag/plugin-react-native-unhandled-rejection@^8.2.0":
2276-
version "8.2.0"
2277-
resolved "https://registry.yarnpkg.com/@bugsnag/plugin-react-native-unhandled-rejection/-/plugin-react-native-unhandled-rejection-8.2.0.tgz#ccc11c1787c38873701e467422ce143171605b9a"
2278-
integrity sha512-NbjFrzhLnRSa5L14/SRZww1858fWAVj3j6Jm186vgje6+32hTZWI66mH70bHw98IS+Z93gxOuP/7eoFi9JfMkg==
2275+
"@bugsnag/plugin-react-native-unhandled-rejection@^8.4.0":
2276+
version "8.4.0"
2277+
resolved "https://registry.yarnpkg.com/@bugsnag/plugin-react-native-unhandled-rejection/-/plugin-react-native-unhandled-rejection-8.4.0.tgz#18b7f9bbd0f341d0393c73b31d7944e8e95da279"
2278+
integrity sha512-vD6O+Dv3qBYlzt9bIxut1YBUh96kq7l2hAIctL/060EUihDFHeRtCp3I34QIAnJNgYbm37jZJAMJTItOjTn/xA==
22792279

2280-
"@bugsnag/plugin-react@^8.2.0":
2281-
version "8.2.0"
2282-
resolved "https://registry.yarnpkg.com/@bugsnag/plugin-react/-/plugin-react-8.2.0.tgz#00bbb30dc39ef73c16f3a0bd19498ab416975c3a"
2283-
integrity sha512-N3Ol8dUMzAV/SxKDUBEmzgw/7z1BuGsuOiEJeXGQQqiC3zkHD33Nvj1G4F+1Gb2NLqpEJHlE3Bbtu/Iqtl2bmg==
2280+
"@bugsnag/plugin-react@^8.4.0":
2281+
version "8.4.0"
2282+
resolved "https://registry.yarnpkg.com/@bugsnag/plugin-react/-/plugin-react-8.4.0.tgz#1a6cf495f7177379f88e7efce0a4028b314ee3cf"
2283+
integrity sha512-a+x3SmVE6VQ7a1jsEEU4q68L35rFy9OiDbWHAnZDZRcGXJzhA3ZU2XtB6ep5RCglwfPG0wLmq2dTjQBolSVi+g==
22842284

2285-
"@bugsnag/react-native@^8.3.0":
2286-
version "8.3.0"
2287-
resolved "https://registry.yarnpkg.com/@bugsnag/react-native/-/react-native-8.3.0.tgz#1052ea5006ee7153836e6115cab40012e0d49dcb"
2288-
integrity sha512-Q+DRYZdXe4LFdRAzLOA0Ck/dH5XPMNIC/c39d4MFtVmSby+BkgL2qJ9Gab8uByLLIDIubEUL66Sa5L0ZBWB7WQ==
2289-
dependencies:
2290-
"@bugsnag/core" "^8.2.0"
2291-
"@bugsnag/delivery-react-native" "^8.3.0"
2292-
"@bugsnag/plugin-console-breadcrumbs" "^8.2.0"
2293-
"@bugsnag/plugin-network-breadcrumbs" "^8.2.0"
2294-
"@bugsnag/plugin-react" "^8.2.0"
2295-
"@bugsnag/plugin-react-native-client-sync" "^8.2.0"
2296-
"@bugsnag/plugin-react-native-event-sync" "^8.3.0"
2297-
"@bugsnag/plugin-react-native-global-error-handler" "^8.2.0"
2298-
"@bugsnag/plugin-react-native-hermes" "^8.2.0"
2299-
"@bugsnag/plugin-react-native-session" "^8.2.0"
2300-
"@bugsnag/plugin-react-native-unhandled-rejection" "^8.2.0"
2285+
"@bugsnag/react-native@^8.4.0":
2286+
version "8.4.0"
2287+
resolved "https://registry.yarnpkg.com/@bugsnag/react-native/-/react-native-8.4.0.tgz#6734082993209b68c56e398aaa9ce64e62637256"
2288+
integrity sha512-kYTBDqRC8nMzg/54govZiDqh4uIMDW7e9iUxnMbVR91oES5NKS4NM161/ecJIh7UaUdzWf+MzDsZTJPEE5x9Xw==
2289+
dependencies:
2290+
"@bugsnag/core" "^8.4.0"
2291+
"@bugsnag/delivery-react-native" "^8.4.0"
2292+
"@bugsnag/plugin-console-breadcrumbs" "^8.4.0"
2293+
"@bugsnag/plugin-network-breadcrumbs" "^8.4.0"
2294+
"@bugsnag/plugin-react" "^8.4.0"
2295+
"@bugsnag/plugin-react-native-client-sync" "^8.4.0"
2296+
"@bugsnag/plugin-react-native-event-sync" "^8.4.0"
2297+
"@bugsnag/plugin-react-native-global-error-handler" "^8.4.0"
2298+
"@bugsnag/plugin-react-native-hermes" "^8.4.0"
2299+
"@bugsnag/plugin-react-native-session" "^8.4.0"
2300+
"@bugsnag/plugin-react-native-unhandled-rejection" "^8.4.0"
23012301
iserror "^0.0.2"
23022302

23032303
"@bugsnag/safe-json-stringify@^6.0.0":

0 commit comments

Comments
 (0)