We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unstable_enablePackageExports
OS:
Platform:
SDK:
@sentry/react-native
react-native version: 0.72.0
react-native
Are you using Expo?
Configuration:
(@sentry/react-native)
Sentry.init({ dsn: 'https://...@sentry.io/...' tracesSampleRate: [value], environment: [value], debug: [value], initialScope: [value], enableNdkScopeSync: [value], });
I have following issue:
In One of the error files I found in the sentry's node module is ".../node_modules/@sentry/react-native/dist/js/client.js"
Steps to reproduce:
const config = { resolver: { unstable_enableSymlinks: true, unstable_enablePackageExports: true, } };
Actual result:
Facing above mentioned errors.
Expected result:
No Errors should be thrown.
OS:
Platform:
SDK:
@sentry/react-native(>= 5.6.0)react-nativeversion: 0.72.0Are you using Expo?
Configuration:
(
@sentry/react-native)I have following issue:
In One of the error files I found in the sentry's node module is ".../node_modules/@sentry/react-native/dist/js/client.js"
Steps to reproduce:
Actual result:
Facing above mentioned errors.
Expected result:
No Errors should be thrown.