RoboJackets / apiary-mobile

Android app for MyRoboJackets attendance and merchandise distribution
https://play.google.com/store/apps/details?id=org.robojackets.apiary
Apache License 2.0
0 stars 0 forks source link

Replace Make a Wish button with Sentry feedback button #67

Open kberzinch opened 10 months ago

kberzinch commented 10 months ago

Make a Wish has been removed from the web UI and should be removed from the Android app for consistency.

evan10s commented 10 months ago

From a quick look, Sentry's Android SDK doesn't have the same feedback API as the web SDK does. You have to associate user feedback with an event which is a little hacky

kberzinch commented 10 months ago

The web SDK also associates feedback with an event internally.

You could just hit the API directly though: https://docs.sentry.io/api/projects/submit-user-feedback/