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
This came up as a feature request from a customer.
They are using our performance features along with DexGuard or ProGuard.
They complained that their Android spans often include obfuscated class names for activities, which makes it hard for them to get value out of the feature (considering also that these obfuscated names can change between different builds/releases).
Solution Brainstorm
Not sure if this can be solved on the SDK side or would require symbolication
The text was updated successfully, but these errors were encountered:
Problem Statement
This came up as a feature request from a customer.
They are using our performance features along with DexGuard or ProGuard.
They complained that their Android spans often include obfuscated class names for activities, which makes it hard for them to get value out of the feature (considering also that these obfuscated names can change between different builds/releases).
Solution Brainstorm
Not sure if this can be solved on the SDK side or would require symbolication
The text was updated successfully, but these errors were encountered: