Skip to content

Commit af0f55e

Browse files
committed
Handle SentryCarrier removal getsentry/sentry-javascript#14697
1 parent 7b3f845 commit af0f55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/js/transports/encodePolyfill.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const useEncodePolyfill = (): void => {
66
(RN_GLOBAL_OBJ.__SENTRY__ as Partial<(typeof RN_GLOBAL_OBJ)['__SENTRY__']>) = {};
77
}
88

9-
RN_GLOBAL_OBJ.__SENTRY__.encodePolyfill = encodePolyfill;
9+
// RN_GLOBAL_OBJ.__SENTRY__.encodePolyfill = encodePolyfill; // TODO: Recheck this line
1010
};
1111

1212
export const encodePolyfill = (text: string): Uint8Array => {

0 commit comments

Comments
 (0)