Skip to content

Commit

Permalink
✨ Allow to modify source_url property in Loaf script attributions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-lebeau committed Feb 5, 2025
1 parent 5bf5744 commit db7d41f
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 @@ -100,6 +100,7 @@ export function startRumAssembly(
...ROOT_MODIFIABLE_FIELD_PATHS,
},
[RumEventType.LONG_TASK]: {
'long_task.scripts[].source_url': 'string',
...USER_CUSTOMIZABLE_FIELD_PATHS,
...VIEW_MODIFIABLE_FIELD_PATHS,
},
Expand Down

0 comments on commit db7d41f

Please sign in to comment.