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
Adds an ignoreSuffixed option to the convert operator which excludes properties with known type suffixes when specifying enumerate: true. This option defaults to true.
Adds a parse operator which can parse out key/value pairs or an array from a string based on given delimiters.
Adds an ignore option to the convert operator which excludes properties from conversion when specifying enumerate: true.
null object values are now treated as empty objects which halt data handler pipeline processing and which are not processed by selectors. Fixes an issue with Google data layers where legitimate null events would cause errors to be logged.
Removes the record log level.
Removes the previously deprecated rule count telemetry type.