GovCloud Update #226
joshuarbnsn
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've got a request for an update related to Gov Cloud. It's a simple update to the collectors for products that are now available in GovCloud. I've made this change now for multiple customers.
Files:
/src/main/resources/dw/common/set-collectors-from-payload-var.dwl
/src/main/resources/dw/common/set-collectors-from-query-params-var.dwl
Change line 10 from:
-- (if (vars.isGovCloud) ["rtf","apma","arm"] else [])
to:
-- (if (vars.isGovCloud) ["rtf"] else []) (edited)
Beta Was this translation helpful? Give feedback.
All reactions