concord icon indicating copy to clipboard operation
concord copied to clipboard

runtime-v2: incorrect events configuration merging with profiles

Open benbroadaway opened this issue 3 years ago • 0 comments

Event recording configuration gets wiped out if an active profile is set.

For example:

configuration:
  events:
    recordTaskInVars: true

profiles:
  myProfile:
    arguments:
      myString: hello

If myProfile is active, the events setting is not respected. Interestingly, the merged config (e.g. _main.json in process state) does contain the expected events configuration

benbroadaway avatar Jul 20 '22 16:07 benbroadaway