sentry-unity icon indicating copy to clipboard operation
sentry-unity copied to clipboard

feat: Unity Asset Store Integration

Open bitsandfoxes opened this issue 6 months ago • 1 comments
trafficstars

Releasing to the Unity Asset Store requires manual import of the package and upload through the Editor. This means we do have access to the actual source that is getting shipped and enables us to add

options.AddIntegration(new SentryUnityAssetStoreIntegration());

to the SentryIntegrations https://github.com/getsentry/sentry-unity/blob/6484482bfa9946d2514579eec0371003884e6f42/package-dev/Runtime/SentryIntegrations.cs#L18-L20 that is getting shipped with the package and compiled with the game.

bitsandfoxes avatar Apr 28 '25 10:04 bitsandfoxes