We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b1d90 commit 5a1b76aCopy full SHA for 5a1b76a
packages/faro-bundlers-shared/src/index.ts
@@ -139,7 +139,7 @@ export const uploadCompressedSourceMaps = async (
139
};
140
141
export const faroBundleIdSnippet = (bundleId: string, appName: string) => {
142
- return `(function(){try{var g=typeof window!=="undefined"?window:typeof global!=="undefined"?global:typeof self!=="undefined"?self:{};g["__faroBundleId_${appName}"]="${bundleId}"}catch(l){}})()`;
+ return `(function(){try{var g=typeof window!=="undefined"?window:typeof global!=="undefined"?global:typeof self!=="undefined"?self:{};g["__faroBundleId_${appName}"]="${bundleId}"}catch(l){}})();`;
143
144
145
export function randomString(length?: number): string {
0 commit comments