Open
Description
In Web extension we are able to specify the main
property to run code as the extension initialise
i.e in extension.json we would specify
{
"main": "src/lib/main/extensionMain.js"
}
Is there the same functionality when creating edge extension ?
If so are we able to update context
to contain additional data as part of this step?
The requirement is before any rules are triggered we need to make a call to third party to fetch feature flags and custom config and from there we want to condition rules based on data returned
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In progress