Skip to content

Add Swift/Xcode error stacktrace compression #1

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions