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
Describe the bug
We had a bug that might impose performance issue when opening swiftUI pages.
Resolution
Please use the latest SDK 3.2.1
In addition please use the following flag in your integration if possible to improve any potential performance issues (in case you noticed one ):
let options = PendoOptions()
options.configs = ["enableTextCollectionSwiftUI":false]
PendoManager.shared().setup(prodAppKey,with: options)
The reason behind this flag is to skip the hashed text collection as in some cases in might be slightly expensive.
The Hashed text collection will be based on accessibility labels/hints/identifiers and other parameters instead of the actual texts.
The text was updated successfully, but these errors were encountered:
Platform + Version
IOS 16 + 17
SDK Version
3.1.0, 3.2.0
Framework
Swift UI
Describe the bug
We had a bug that might impose performance issue when opening swiftUI pages.
Resolution
Please use the latest SDK 3.2.1
In addition please use the following flag in your integration if possible to improve any potential performance issues (in case you noticed one ):
The reason behind this flag is to skip the hashed text collection as in some cases in might be slightly expensive.
The Hashed text collection will be based on accessibility labels/hints/identifiers and other parameters instead of the actual texts.
The text was updated successfully, but these errors were encountered: