OS:
_Platform:_
SDK:
@sentry/react-nativereact-native-sentryreact-native version: 0.61.4
"@sentry/react-native": "^1.2.1",
Init Code:
Sentry.init({
dsn: 'https://[email protected]/...'
});
I have following issue:
Loading dependency graph, done.
error: bundling failed: Error: Unable to resolve module ./tracing from node_modules\@sentry\integrations\dist\index.js:
None of these files exist:
Steps to reproduce:
sentry-wizard -i reactNative -p ios android --skip-connect
weird thing is, if I go to node_modules\@sentryintegrations\distindex.js`
it does nowhere require tracing, i am coming from sentry-expo and rn < 0.60 can this be cached somewhere?
Actual result:
Expected result:
ok react-native start "--reset-cache"
did the trick -.-
Most helpful comment
ok react-native start "--reset-cache"
did the trick -.-