Skip to content

Commit 319f1f8

Browse files
committed
feat: enable stack trampoline with v8 flags
1 parent ced05fe commit 319f1f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ const getV8Flags = (nodeVersionMajor: number) => {
88
"--no-opt",
99
"--predictable",
1010
"--predictable-gc-schedule",
11+
"--interpreted-frames-native-stack",
12+
"--perf-basic-prof",
1113
];
1214
if (nodeVersionMajor < 18) {
1315
flags.push("--no-randomize-hashes");

0 commit comments

Comments
 (0)