Android Build Configuration Crash on Release

I’m building application using ECS. when I build the app from Android Build Configuration and set the Classic Build Profile to Develop, the app works fine on android device. But when i set it to Release the app crashes on android device.

Unity Version: 2020.3.30f1
Android Platforms Version: 0.10.0-preview.10
Entities Version: 0.17.0-preview.42



Do you have any errors in the log of the develop build? Also, do you have UNITY_DOTS_DEBUG in your scripting defines? And if not, what happens in the release build when you try adding it?