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

feat(replay): Capture exception when internal_sdk_error client report happens #13072

Merged
merged 3 commits into from
Jul 30, 2024

Commits on Jul 29, 2024

  1. feat(replay): Capture exception when internal_sdk_error client repo…

    …rt happens
    
    We currently have no visibility when this client report happens. Lets capture the exception if our experimental flag is on.
    
    Also refactors `_handleException()` to be a public method instead of private.
    billyvg committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5b951c6 View commit details
    Browse the repository at this point in the history
  2. types

    billyvg committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    4fb3265 View commit details
    Browse the repository at this point in the history
  3. remove logger.error

    billyvg committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    370194f View commit details
    Browse the repository at this point in the history