sentry-dart-plugin
sentry-dart-plugin copied to clipboard
Add support for macOS flavors
:scroll: Description
This PR adds support for macOS flavors in inspiration of #292.
:bulb: Motivation and Context
Currently only the Release directory gets uploaded. But if I'm building a release with a flavor, nothing gets uploaded, since the name of the directory is different (e.g. Release-test)
:green_heart: How did you test it?
Unit tests only
:pencil: Checklist
- [x] I reviewed submitted code
- [x] I added tests to verify changes
- [ ] I updated the docs if needed
- [ ] All tests passing
- [x] No breaking changes