You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having internal statistics about how many people actually use dart obfuscation in their apps is helpful. This information should be added in such a way so we can query it in our dashboards, e.g only adding the LoadNativeDebugImagesIntegration if it is an obfuscated event. Currently we always add this integration regardless of build type so it doesn't help us.
-> Loading debug images integration should only be done for obfuscated builds.
The text was updated successfully, but these errors were encountered:
buenaflor
changed the title
Add mechanism to differentiate between obfuscated and non-obfuscated builds
Add mechanism to differentiate between obfuscated and non-obfuscated builds (Dart)
Apr 28, 2025
buenaflor
changed the title
Add mechanism to differentiate between obfuscated and non-obfuscated builds (Dart)
Add mechanism to differentiate between obfuscated and non-obfuscated builds (Dart) and create internal stats board
Apr 28, 2025
Having internal statistics about how many people actually use dart obfuscation in their apps is helpful. This information should be added in such a way so we can query it in our dashboards, e.g only adding the
LoadNativeDebugImagesIntegration
if it is an obfuscated event. Currently we always add this integration regardless of build type so it doesn't help us.-> Loading debug images integration should only be done for obfuscated builds.
The text was updated successfully, but these errors were encountered: