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

Expose error callbacks, prevent always setting header #908

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Apr 1, 2024

  1. Expose error callbacks, prevent always setting header

    this allows debugging our local app these weird errors appearing
    in the header. it also allows us to send the errors to rollbar instead
    of informing the user. Which is usefull for development,
    but kinda terrible for production systems.
    
    fix webpack build script
    jappeace committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    3e3d4e3 View commit details
    Browse the repository at this point in the history
  2. fix ci?

    jappeace committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    22d62f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. add more error callbacks

    jappeace committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    bf57be2 View commit details
    Browse the repository at this point in the history
  2. undo unrelated changes

    jappeace committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a667b13 View commit details
    Browse the repository at this point in the history