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

@sentry/browser root captureException & captureMessage arg types update #4211

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 29, 2021

  1. root captureException & captureMessage arg types update

    captureMessage & captureException exist on the root of Sentry and also at the Hub level. We currently type all instances as if they were on the Hub.
    https://getsentry.github.io/sentry-javascript/interfaces/types.hub-1.html#captureexception
    
    This updates the root captureMessage/Exception arguments:
    https://getsentry.github.io/sentry-javascript/modules/minimal.html#captureexception
    emcelyea committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    eb056bd View commit details
    Browse the repository at this point in the history