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

Allow onError/onSession/onBreadcrumb callbacks with no arguments #863

Merged
merged 2 commits into from
May 26, 2020

Commits on May 21, 2020

  1. Allow onX callbacks with no arguments

    Previously a callback like '() => false' would never be called due
    to the length check; it had to be written as '_ => false' instead
    imjoehaines committed May 21, 2020
    Configuration menu
    Copy the full SHA
    644a6e1 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    cdd5f17 View commit details
    Browse the repository at this point in the history