Skip to content

Add Swift/Xcode error stacktrace compression #1

@jee599

Description

@jee599

Add a new error compression pattern for Swift/Xcode stacktraces. Similar to how Node.js, Python, Rust, Go, Java are already handled in src/error_cmd.rs.

Swift stacktraces typically show:

  • Framework frames from UIKit, SwiftUI, Combine
  • User code frames from the app

Should filter UIKit/SwiftUI/Combine frames and keep user code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions