1. 17 9月, 2019 1 次提交
    • W
      Example update: with-sentry-simple (#8684) · dc28e5b7
      Weston Thayer 提交于
      * 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
      
      * Update test notes
      
      Found some differences while testing in production
      
      * Remove accidental mount throw on test 8
      
      * Add note about server-side source maps
      
      * Linting fixes
      dc28e5b7
  2. 12 8月, 2019 1 次提交
  3. 25 7月, 2019 1 次提交
  4. 29 5月, 2019 2 次提交
    • T
      Move syntax formatting to prettier (#7454) · 3e51ddb8
      Tim Neutkens 提交于
      * Run prettier over packages/**/*.js
      
      * Run prettier over packages/**/*.ts
      
      * Run prettier over examples
      
      * Remove tslint
      
      * Run prettier over examples
      
      * Run prettier over all markdown files
      
      * Run prettier over json files
      3e51ddb8
    • J
      Run lint-fix · c7276bcb
      Joe Haddad 提交于
      c7276bcb
  5. 17 5月, 2019 1 次提交