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

MXHangDiagnostic missing code_file #2846

Closed
Tracked by #2585
philipphofmann opened this issue Mar 31, 2023 · 2 comments
Closed
Tracked by #2585

MXHangDiagnostic missing code_file #2846

philipphofmann opened this issue Mar 31, 2023 · 2 comments

Comments

@philipphofmann
Copy link
Member

philipphofmann commented Mar 31, 2023

Description

Issues in Sentry from MXHangDiagnostic all seem to have the following problem for the customer with the most MetricKit events in Looker.
Screenshot 2023-03-31 at 11 29 39

The affected image is Sentry

{
    "code_file": null,
    "debug_id": "b191f4f2-eb64-3150-a60c-8f3a16e92a73",
    "image_addr": "0xfffffff00a1cafa0",
    "candidates": [
      {
        "download": {
          "status": "notfound"
        },
        "source": "sentry:ios",
        "source_name": "Apple"
      },
      {
        "download": {
          "status": "notfound"
        },
        "source": "sentry:project",
        "source_name": "Sentry"
      }
    ],
    "debug_status": "missing",
    "features": {
      "has_debug_info": false,
      "has_sources": false,
      "has_symbols": false,
      "has_unwind_info": false
    },
    "type": "macho"
  }

Cocoa SDK version 8.3.3 on iOS.

@philipphofmann
Copy link
Member Author

It seems like other events not from MetricKit have a similar problem.

@philipphofmann
Copy link
Member Author

I didn't see this problem when looking at events with the Cocoa SDK 8.9.4 and above, so we can close this for now.

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

No branches or pull requests

3 participants