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
For the mobile Starfish library size and count widget, we plan on adding statistics on the number of loaded libraries and their size during the app start. We decided to use the existing debug_metapayload that transactions already use when containing file IO on the main thread spans. Therefore, app start transactions must send the full list of all debug_meta. Most SDKs have an optimization to only send debug_meta referenced in the stacktrace to reduce the event payload size. For app start transactions, this optimization must be bypassed.
The content you are editing has changed. Please copy your edits and refresh the page.
For the mobile Starfish library size and count widget, we plan on adding statistics on the number of loaded libraries and their size during the app start. We decided to use the existing
debug_meta
payload that transactions already use when containing file IO on the main thread spans. Therefore, app start transactions must send the full list of alldebug_meta
. Most SDKs have an optimization to only senddebug_meta
referenced in the stacktrace to reduce the event payload size. For app start transactions, this optimization must be bypassed.Tasks
The text was updated successfully, but these errors were encountered: