Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime-v2: incorrect events configuration merging with profiles #629

Open
benbroadaway opened this issue Jul 20, 2022 · 0 comments
Open
Assignees

Comments

@benbroadaway
Copy link
Collaborator

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

@brig brig self-assigned this Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants