getsentry / team-mobile

Meta issues for the Mobile team
4 stars 1 forks source link

Replace `upload-dif`/`upload-dsym` to `debug-files upload` #97

Closed krystofwoldrich closed 9 months ago

krystofwoldrich commented 1 year ago

The old command upload-dif/upload-dsym are aliases to the debug-files upload in v2 of sentry-cli. But the implementation is different, so check that debug files are uploaded. In most cases, nothing changes but there are differences. For example, $DWARF_DSYM_FOLDER_PATH is not scanned automatically anymore.

### Platform issues
- [ ] https://github.com/getsentry/sentry-android-gradle-plugin/issues/454
- [x] ~~Capacitor~~ (not relevant for Capacitor)
- [ ] https://github.com/getsentry/sentry-dart-plugin/issues/93
- [x] .NET
- [x] [RN](https://github.com/getsentry/sentry-react-native/issues/2914) https://github.com/getsentry/sentry-react-native/issues/2914
- [x] Unity: https://github.com/getsentry/sentry-unity/pull/1336
- [ ] https://github.com/getsentry/sentry-fastlane-plugin/issues/194
marandaneto commented 1 year ago

Docs update https://github.com/getsentry/sentry-docs/pull/7091

marandaneto commented 1 year ago

@krystofwoldrich RN still uses upload-dif in one of the samples, the Wizard is up to date.