Skip to content

Commit

Permalink
✨ Allow to modify invoker property in Loaf script attributions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-lebeau committed Feb 6, 2025
1 parent db7d41f commit cd90c45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rum-core/src/domain/assembly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export function startRumAssembly(
},
[RumEventType.LONG_TASK]: {
'long_task.scripts[].source_url': 'string',
'long_task.scripts[].invoker': 'string',
...USER_CUSTOMIZABLE_FIELD_PATHS,
...VIEW_MODIFIABLE_FIELD_PATHS,
},
Expand Down

0 comments on commit cd90c45

Please sign in to comment.