Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] How to handle errors #162

Open
1 task done
niconiahi opened this issue Sep 23, 2022 · 0 comments
Open
1 task done

[Feature Request] How to handle errors #162

niconiahi opened this issue Sep 23, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@niconiahi
Copy link

What problem would this feature solve?

Being able to send to Sentry the error that may happen on the third party scriptthird-party

Describe the solution you’d like to see

would like to see this:

    <LiveChatLoaderProvider
      onError: (error) => {
        Sentry.captureError(throw error)
      }
    >
      <HelpScout />
    </LiveChatLoaderProvider>

Are you willing to work on implementing this solution?

Yes

Describe alternatives you’ve considered

there are no alternatives, as it happens on the window (the browser) so it's not caught not even on the ErrorBoundary on the _app on a NextJS app

Additional context

No response

Code of Conduct

  • I agree to follow this project’s Code of Conduct
@niconiahi niconiahi added the enhancement New feature or request label Sep 23, 2022
@benschwarz benschwarz changed the title [Feature Request] Feature description [Feature Request] How to handle errors Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant