Skip to content

Conversation

@bitsandfoxes
Copy link
Contributor

Resolves #2466

@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2026

Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against 0d73dab

Comment on lines +13 to +22
platformData:
Android:
enabled: 0
settings:
AndroidLibraryDependee: UnityLibrary
AndroidSharedLibraryType: Executable
CPU: ARMv7
Is16KbAligned: false
Any:
enabled: 0

This comment was marked as outdated.

Linux64:
enabled: 0
settings:
CPU: None
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ARM64 library disabled for all platforms in meta file

High Severity

The arm64/libsentry.so.meta file has Linux64: enabled: 0 and CPU: None, which prevents the ARM64 library from being included in any Unity build. Comparing to the working x86_64/libsentry.so.meta, it correctly sets enabled: 1 and CPU: x86_64 for Standalone: Linux64. The ARM64 meta file needs similar configuration (likely enabled: 1 with CPU: ARM64) to be included in ARM64 Linux builds. Without this fix, the Linux ARM64 support added by this PR won't work.

Fix in Cursor Fix in Web

@bitsandfoxes bitsandfoxes marked this pull request as draft January 12, 2026 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

arm64 Linux dedicated server support

2 participants