/** * Entry point consumed by the Datadog Web app to mutualize some types, constant and logic for * tests. * * WARNING: this module is not intended for public usages, and won't follow semver for breaking * changes. */ export type { TimeStamp } from '@datadog/browser-core'; export { PRIVACY_ATTR_NAME, PRIVACY_ATTR_VALUE_HIDDEN, PRIVACY_CLASS_PREFIX, NodePrivacyLevel, } from '@datadog/browser-rum-core'; export * from '../types'; export { takeFullSnapshot, takeNodeSnapshot } from '../domain/record';