Skip to content

Commit

Permalink
Merge pull request #874 from Ostorlab/feature/add-package-insertion-p…
Browse files Browse the repository at this point in the history
…oint-to-medatatype

Add insertion point to the metadata type
  • Loading branch information
deadly-panda authored Feb 28, 2025
2 parents 0e96085 + 8ffab2b commit feccffc
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 756 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ enum MetadataTypeEnum {
METHOD_NAME = 7;
CALL_TRACE = 8;
VERSION = 9;
INSERTION_POINT = 10;
}

message Frame {
Expand Down
Loading

0 comments on commit feccffc

Please sign in to comment.