All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.cjs.react-utils.HoneybadgerErrorBoundary.utils.js.map Maven / Gradle / Ivy

Go to download

A package encapsulating common code across neeto projects including initializers, utility functions, common components and hooks and so on.

There is a newer version: 4.12.3
Show newest version
{"version":3,"file":"utils.js","names":["attachContext","notice","context","Object","assign","exports","getSessionReplayUrl","storage","sessionStorage","getItem","currentTimestamp","Date","getTime","concat","JSON","parse","url"],"sources":["../../../../src/react-utils/HoneybadgerErrorBoundary/utils.js"],"sourcesContent":["export const attachContext = (notice, context) => {\n  if (notice.context) Object.assign(notice.context, context);\n  else notice.context = context;\n};\n\nexport const getSessionReplayUrl = () => {\n  const storage = sessionStorage.getItem(\"neeto-replay-widget--session\");\n  const currentTimestamp = new Date().getTime();\n\n  return storage ? `${JSON.parse(storage).url}?goto=${currentTimestamp}` : \"\";\n};\n"],"mappings":";;;;;;AAAO,IAAMA,aAAa,GAAG,SAAhBA,aAAaA,CAAIC,MAAM,EAAEC,OAAO,EAAK;EAChD,IAAID,MAAM,CAACC,OAAO,EAAEC,MAAM,CAACC,MAAM,CAACH,MAAM,CAACC,OAAO,EAAEA,OAAO,CAAC,CAAC,KACtDD,MAAM,CAACC,OAAO,GAAGA,OAAO;AAC/B,CAAC;AAACG,OAAA,CAAAL,aAAA,GAAAA,aAAA;AAEK,IAAMM,mBAAmB,GAAG,SAAtBA,mBAAmBA,CAAA,EAAS;EACvC,IAAMC,OAAO,GAAGC,cAAc,CAACC,OAAO,CAAC,8BAA8B,CAAC;EACtE,IAAMC,gBAAgB,GAAG,IAAIC,IAAI,EAAE,CAACC,OAAO,EAAE;EAE7C,OAAOL,OAAO,MAAAM,MAAA,CAAMC,IAAI,CAACC,KAAK,CAACR,OAAO,CAAC,CAACS,GAAG,YAAAH,MAAA,CAASH,gBAAgB,IAAK,EAAE;AAC7E,CAAC;AAACL,OAAA,CAAAC,mBAAA,GAAAA,mBAAA"}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy