Added expo-sentry as a row to the web support table with "Incomplete" in the Info column.
Feel free to close if expo-sentry support is not planned for web / Let me know if I can help.
In the meanwhile using import * as Sentry from '@sentry/browser';. Don't know if there's a better way to do that import since I don't think that works cross-platform.
Added
expo-sentry
as a row to the web support table with "Incomplete" in the Info column.Feel free to close if expo-sentry support is not planned for web / Let me know if I can help.
In the meanwhile using
import * as Sentry from '@sentry/browser';
. Don't know if there's a better way to do that import since I don't think that works cross-platform.