question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

There was 1 problem processing this event, Source code was not found.

See original GitHub issue

Environment

How do you use Sentry? Sentry SaaS (sentry.io) or self-hosted/on-premise (which version?) sentry.io

Which SDK and version? e.g: “@sentry/react-native”: “2.5.2”

Steps to Reproduce

Any issue being reported on the Sentry dashboard comes up with an error There was 1 problem processing this event. My sentry initialization looks like this:

Sentry.init({
    dsn: __CONFIG__.SENTRY_DSN,
    environment: __CONFIG__.STAGE,
    release: `${DeviceInfo.getBundleId()}@${DeviceInfo.getVersion()}+${DeviceInfo.getBuildNumber()}`,
    beforeSend: filterSentryBreadcrumbs,
  });

Expected Result

The error should not be shown as source maps and source bundles are present on Sentry.

Actual Result

  1. The correct code of line where the error is originating is shown, but the below red error is also shown on the Sentry.

  2. Earlier in the previous release, it used to show the error as [messaging/unknown] SERVICE_NOT_AVAILABLE, and in the current release it shows it as [messaging/unknown] java.io.IOException: java.util.concurrent.ExecutionException: java.io.IOException: TOO_MANY_REGISTRATIONS. Any idea why is this change happening, if this can help in finding the root cause.

Screenshot 2022-02-21 at 11 06 09 PM Screenshot 2022-02-21 at 11 08 20 PM Screenshot 2022-02-21 at 11 15 41 PM

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:15 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
marandanetocommented, Mar 8, 2022

Since the original question was answered, I’ll close it, @shubhnik please open a new issue with a detailed description in case you experience new issues, thanks.

1reaction
marandanetocommented, Feb 22, 2022

@shubhnik you can also remove this line release: ${DeviceInfo.getBundleId()}@${DeviceInfo.getVersion()}+${DeviceInfo.getBuildNumber()}, since you are using the scripts provided by the SDK, either removing the release or adding the dist would work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

There was 1 error encountered while processing this event
Error while processing event I have an issue when sentry processes any event (next picture) in a BackboneJS project.
Read more >
Lambda event source mappings - AWS Documentation
An event source mapping is a Lambda resource that reads from an event source and invokes a Lambda function. You can use event...
Read more >
Newest 'sentry' Questions - Stack Overflow
I'm working on a React application inside my NX Workspace. Now I want to add sentry to my project. I already have a...
Read more >
Advanced Setup for React Native - Sentry Documentation
xcodeproj . Build Steps. When you use Xcode, you can hook directly into the build process to upload debug symbols. When linking one...
Read more >
Process | Node.js v19.3.0 Documentation
The 'beforeExit' event is not emitted for conditions causing explicit termination, such as calling process.exit() or uncaught exceptions. The 'beforeExit' ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found