expo / web-examples

Examples of using Expo in the browser.
272 stars 51 forks source link

Add expo-sentry row to Web Support table #24

Closed raphaelrk closed 5 years ago

raphaelrk commented 5 years ago

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.