Hi, should I be able to see experiments launched u...
# ask-questions
f
Hi, should I be able to see experiments launched using the visual editor in the GB extension under experiments section?
and on this topic, do I need to include
subscribeToChanges: true
specifically for visual editor to work? (troubleshooting using it for the first time, currently we launch all tests using feature flags) from docs
a
I believe you should be able to see those experiments in the experiment section.
subscribeToChanges
is not needed for visual editor rendering. It's a new field that enabled streaming updates (irrespective of whether its features, experiments, etc)
f
got it, thank you!