Questions tagged [react-native-sentry]

38 questions
0
votes
0 answers

TypeError: Cannot convert undefined value to object while using @sentry/react-native

I am using @sentry/react-native in react native application in android after the complete setup, init() is working fine, but app starts to give below warning and crashes in production when I use any of Sentry.capture()…
0
votes
0 answers

Setting up sentry expo for performance monitory

I am trying to set up performance monitoring on my expo react native application using sentry. Here is our how I instrumented my code: Sentry.init({ dsn: '{DSN_KEY}', enableInExpoDevelopment: true, debug: true, // If `true`, Sentry…
0
votes
1 answer

how to wrap App component while using sentry with codepush react native

while using sentry with appcenter's codepush how to wrap the main App component like this: export default Sentry.wrap(codePush(App)); or like this: export default codePush(Sentry.wrap(App)); or is there any other method to execute the above task I…
0
votes
1 answer

React native bundleRelease task fails with error "The resource `index.js` was not found on a monorepo after upgrade from react-native 0.66.0 to 0.68.2

I have a mobile app and a web app for the same application and I use yarn workspaces monorepo to manage the two and the shared code in various packages. I have running this setup for a few months now successfully. I needed to make changes to same…
0
votes
1 answer

sentry react-native performance not recording anything

I am using “@sentry/react-native”: “^2.1.0” and trying to enable performance monitoring but so far nothing gets sent. According to the docs, doing tracesSampleRate: 1.0, in the initialization is all it takes. Is there anything else needed?…
user14101761
0
votes
2 answers

Cannot build RN App after integrating Sentry

OS: MacOS Platform: Android SDK: @sentry/react-native (2.0.0) react-native version: 0.61.4 Are you using Expo? No Are you using sentry.io or on-premise? sentry.io (SaaS) I have following issue: When I try to to build the project by this…
0
votes
1 answer

App build failed in xcode with Continuing in background (Failed to display Xcode notification) due to the sentry

Unable to build my app suddenly. This is the error which I got after running the caused by: script error: osascript: no such component "JavaScript". Continuing in background. Error: Failed to display Xcode notification caused by:…
sejn
  • 2,040
  • 6
  • 28
  • 82
0
votes
0 answers

How to find the line when sentry report an error?

I have difficulties to fix my errors because i can't find the correct line where my bug is located. app:///%40user%2Fmyapp- vb7dxozbb0%2F1.0.1%2F6f8d9d7dc229b282bf44ec44d68caa41-25.0.0-ios.js in exports at line 1238:97 any idea ?
John doe
  • 3,680
  • 7
  • 31
  • 65
1 2
3