Skip to content

Commit

Permalink
Merge pull request #18488 from newrelic/tabatha/add-serialization-han…
Browse files Browse the repository at this point in the history
…dler

fix: add handler for `span`
  • Loading branch information
tabathadelane committed Aug 26, 2024
2 parents 1795291 + 1dac4cd commit baa6b97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/actions/utils/handlers.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,10 @@ export default {
deserialize: deserializeComponent,
serialize: serializeComponent,
},
span: {
deserialize: deserializeComponent,
serialize: serializeComponent,
},
sup: {
deserialize: deserializeComponent,
serialize: serializeComponent,
Expand Down

0 comments on commit baa6b97

Please sign in to comment.