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
Please validate that your SDK doesn't contain performance feature flags named ...tracking....
If it does, please mark them as deprecated and add a new one named ...tracing.... Other features not related to performance can keep the name ...tracking.... If a feature flag is related to performance and something else, keeping the name ...tracking... is OK. Please update your user facing docs accordingly.
Example from the Cocoa SDK:
enableAutoPerformanceTracking turns into enableAutoPerformanceTracing
enableFileIOTracking becomes enableFileIOTracing
enableAutoSessionTracking stays the same as not related to performance
enableNetworkTracking stays the same as related to performance and breadcrumbs
If your SDK needs changes, please create an issue. If not, mark the task as done:
Please validate that your SDK doesn't contain performance feature flags named
...tracking....If it does, please mark them as deprecated and add a new one named
...tracing.... Other features not related to performance can keep the name...tracking.... If a feature flag is related to performance and something else, keeping the name...tracking...is OK. Please update your user facing docs accordingly.Example from the Cocoa SDK:
enableAutoPerformanceTrackingturns intoenableAutoPerformanceTracingenableFileIOTrackingbecomesenableFileIOTracingenableAutoSessionTrackingstays the same as not related to performanceenableNetworkTrackingstays the same as related to performance and breadcrumbsIf your SDK needs changes, please create an issue. If not, mark the task as done: