apollo-link-sentry
apollo-link-sentry copied to clipboard
Add the "@sentry/browser" package to the dependencies section in your package.json file, not in devDependencies
Not necessarily, Sentry and Apollo could be used with React Native. In those contexts, i think this package should still work without that dependency.
It is not working without sentry/browser. I have sentry/react-native. but still asking add sentry/browser. even added sentry/browser i could not find event on sentry console. it is going to conflict with sentry/react-native?
What specifically is not working without @sentry/browser? Can you provide an error message? Alternatively, you may look at the source code and see where the dependency on @sentry/browser is used, perhaps we can change that to not require it.
Closing due to lack of feedback.