Skip to content

Commit d660ae7

Browse files
Add in_app property to ThreadCpuFrame
1 parent 9d3cc00 commit d660ae7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/types/src/profiling.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export type ThreadCpuFrame = {
2323
platform?: string;
2424
instruction_addr?: string;
2525
module?: string;
26+
in_app?: boolean;
2627
};
2728

2829
export interface ThreadCpuProfile {

0 commit comments

Comments
 (0)