Commit ff0e5d8
authored
Fix for
* Fix for sentry-cli path discovery not working
The previous code was trying to pass a `Process` to `new File()` (instead of a String) and there's no File constructor that takes a Process so it'd immediately end up in the catch block
* Add changelog entrysentry-cli path discovery not working on Android (#5009)1 parent 03e22d9 commit ff0e5d8
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
309 | | - | |
| 308 | + | |
310 | 309 | | |
311 | 310 | | |
312 | 311 | | |
| |||
0 commit comments