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 is the equivalent enhancements related to resetting custom dimensions in the Python library. Similar APIs and features should be implemented in all libraries for consistency. Specifially, the enhancements include:
Provide a reset_dimensions(useDefault: bool) API for resetting dimensions
Provide a feature flag to control whether flush() should preserve custom dimensions after each execution
Provide a set_dimensions(useDefault: bool, *dimensions: Dict[str, str]) API to control the behavior of default dimensions while setting new dimensions.
The text was updated successfully, but these errors were encountered:
Related issue:
This is the equivalent enhancements related to resetting custom dimensions in the Python library. Similar APIs and features should be implemented in all libraries for consistency. Specifially, the enhancements include:
The text was updated successfully, but these errors were encountered: