Skip to content

WA-RAILS7-023: Error reporting API migration #754

@kitcommerce

Description

@kitcommerce

Summary

Rails 7.1 introduced new error reporting API (Rails.error.report). Workarea may be using older exception notification patterns.

Approach

  1. Audit current error handling (Bugsnag? Sentry? Custom?)
  2. Evaluate Rails 7.1 error reporting API
  3. Decide: adopt new API or keep current pattern
  4. Document decision

Objective

Clear strategy for error reporting on Rails 7.1+.

Client Impact

Optional. Existing error handling continues to work.

Acceptance Criteria

  • Current error handling documented
  • Rails 7.1 error reporting API evaluated
  • Decision made and documented
  • If adopting: integration PR opened
  • If not: rationale documented

Verification Plan

Error handling smoke test (raise exception, verify reported).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions