Hi,
I plan to create a Sentry sdk for Fitbit to be used when creating apps for the smartwatch.
Fitbit uses javascript, so I should build on sentry-javascript. The special thing is, there is no internet connection on the smartwatch, so you have to create a companion app, that is running on the phone. From there you can communicate with the internet and the app on the smartwatch. So the plan is, to create an sdk, so that when you call the API in the companion, it just sends the data to Sentry, and when called from the smartwatch, it sends it first to the companion, then it forwards it to Sentry.
Am I right that this should be an sdk, or can this be done from an integration?
Should I build upon @sentry/browser, @sentry/minimal or @sentry/core?
Please point me in the right direction.