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

Example update: with-sentry-simple #8684

Merged
merged 5 commits into from
Sep 17, 2019
Merged

Example update: with-sentry-simple #8684

merged 5 commits into from
Sep 17, 2019

Commits on Sep 9, 2019

  1. Update to capture server exceptions and more

    - Adds test cases for several server and client-side exceptions
    - Allows capturing more server-side exceptions by overriding _error.js and using Sentry.captureException() within
    - Use @sentry/node on the server
    - Rely on Next.js's React Error Boundary instead of creating our own in _app.js
    Weston Thayer committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    8dd49c4 View commit details
    Browse the repository at this point in the history
  2. Update test notes

    Found some differences while testing in production
    Weston Thayer committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    ea1fdc8 View commit details
    Browse the repository at this point in the history
  3. Remove accidental mount throw on test 8

    Weston Thayer committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    dadf459 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Add note about server-side source maps

    Weston Thayer committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    444e24e View commit details
    Browse the repository at this point in the history
  2. Linting fixes

    Weston Thayer committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    52c1a53 View commit details
    Browse the repository at this point in the history