Skip to content

Crash reports on Mac player with Mono runtime do not include file path or line numbers #1763

Open
@wilg

Description

@wilg

Environment

How do you use Sentry?
Sentry SaaS (sentry.io)

Which version of the SDK?
sentry-unity 2.1.3

How did you install the package? (Git-URL, Assetstore)
Git

Which version of Unity?
6000.0.14f1

Is this happening in Unity (editor) or on a player like Android, iOS, Windows?
Player

Steps to Reproduce

Any crash.

Expected Result

Sentry shows file name and line numbers.

Actual Result

This is the full "Raw Stack Trace" that appears in Sentry.

Newest

  Module "UnityEngine.Logger", in Log
  Module "UnityEngine.Debug", in LogError
  Module "InteractableTrigger", in Trigger
  Module "NPC", in ShouldTriggerInteractable
  Module "InteractableTrigger", in OnTriggerExit

No file or line numbers appear in the symbolicated trace UI.

I am having a similar issue on Windows players (built on Windows), where file and line numbers do appear, but they use Windows-style paths and Sentry cannot associate the source code with them. #1764 Perhaps there is some connection between the two.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't workingUnity 6

    Type

    Projects

    Status

    No status

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions