We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3f845 commit af0f55eCopy full SHA for af0f55e
packages/core/src/js/transports/encodePolyfill.ts
@@ -6,7 +6,7 @@ export const useEncodePolyfill = (): void => {
6
(RN_GLOBAL_OBJ.__SENTRY__ as Partial<(typeof RN_GLOBAL_OBJ)['__SENTRY__']>) = {};
7
}
8
9
- RN_GLOBAL_OBJ.__SENTRY__.encodePolyfill = encodePolyfill;
+ // RN_GLOBAL_OBJ.__SENTRY__.encodePolyfill = encodePolyfill; // TODO: Recheck this line
10
};
11
12
export const encodePolyfill = (text: string): Uint8Array => {
0 commit comments