Help with logic to monitor A/B Test #3193
Unanswered
jeromeinnocenticx
asked this question in
Q&A
Replies: 1 comment 1 reply
-
What about as a filter... (one liner)
Explanation:
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering if this logic could work. When I launch an A/B test, I want to ensure that the client hasn’t made any HTML changes that could break an existing test. Each test injects a specific class into the body, so I was thinking—could I use that class to check if a test is running, and then monitor for any visual changes that might indicate something is broken? If so, I’d like to trigger and send an alert when such changes are detected. Any suggestion how I could achieve this?
Beta Was this translation helpful? Give feedback.
All reactions