Skip to content

Commit

Permalink
Display 'Process' instead of 'Executable'
Browse files Browse the repository at this point in the history
  • Loading branch information
rockdaboot committed Jan 7, 2025
1 parent bc95574 commit 1758e7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const frameTypeDescriptions = {
[FrameType.ErrorFlag]: 'ErrorFlag',
[FrameType.Error]: 'Error',
[FrameType.Root]: 'Root',
[FrameType.ExecutableName]: 'Executable',
[FrameType.ExecutableName]: 'Process', // Due to OTEL semconv issues, "process name" is currently more correct than "executable name"
[FrameType.ThreadName]: 'Thread',
};

Expand Down

0 comments on commit 1758e7a

Please sign in to comment.