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
Fixed RSMarqueeText animation lifecycle: animations now start/stop cleanly with view appearance and content changes
Fixed RSOtherApps to fall back to a locale-less iTunes lookup when the localized request returns no results, and normalizes locale identifiers (e.g. zh-Hans-CN → zh) to the bare ISO language code the API expects
Add RSAnalytics.logEvent(_:namespace:customData:) for namespaced custom-data keys, and use it from RSOtherApps failure events (RSEssentials.OtherApps.*)
Improve Sentry envelope payload: use logentry.formatted instead of transaction, add event tag, ISO8601 timestamps with fractional seconds. Remove Sentry from MultiPlatform.defaultInstance (TelemetryDeck only by default)