Skip to content

Investigate filename reporting #2205

@bitsandfoxes

Description

@bitsandfoxes

The SDK is setting filename to just the file name (e.g., "SomeMonoBehaviour.cs") instead of the relative path from project root (e.g., "Assets/Scripts/SomeMonoBehaviour.cs").
This breaks code mapping functionality in Sentry.

On Mono, the frame.FileName resolves to the absolute path.
On IL2CPP the frame.FileName resolves to the absolute path.

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions