Skip to content

Commit 8360087

Browse files
committed
ref: Remove hermes exception
1 parent e4eea89 commit 8360087

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/js/integrations/debugsymbolicator.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ export class DebugSymbolicator implements Integration {
6464
};
6565

6666
await self._symbolicate(event, stack);
67-
if (reactError.jsEngine === "hermes") {
68-
const convertedFrames = await this._convertReactNativeFramesToSentryFrames(
69-
stack
70-
);
71-
this._replaceFramesInEvent(event, convertedFrames);
72-
}
7367

7468
event.platform = "node"; // Setting platform node makes sure we do not show source maps errors
7569

0 commit comments

Comments
 (0)