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 e4eea89 commit 8360087Copy full SHA for 8360087
src/js/integrations/debugsymbolicator.ts
@@ -64,12 +64,6 @@ export class DebugSymbolicator implements Integration {
64
};
65
66
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
- }
73
74
event.platform = "node"; // Setting platform node makes sure we do not show source maps errors
75
0 commit comments