@braze/web-sdk
Version:
Braze SDK for web sites and other JS platforms.
12 lines (11 loc) • 393 B
JavaScript
import r from "../managers/braze-instance.js";
import { logger as E, IndexedDBAdapter as et } from "../../shared-lib/index.js";
import ne, { STORAGE_KEYS as s } from "../managers/storage-manager.js";
export function enableSDK() {
new ne.le(null, !0).remove(s.ce);
const e = et.Ps.$s;
new et(e, E).ge(e.Os.pe, e.be),
E.info("enableSDK was called"),
r.destroy(!1),
r.fe(!1);
}