-
Notifications
You must be signed in to change notification settings - Fork 18
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
Send dynamo feature flag from frontend #963
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
const { data } = await this.api.get<PluginIndexData[]>('/plugins/index'); | ||
const data = await this.sendRequest<PluginIndexData[]>('/plugins/index', { | ||
params: { | ||
use_use_dynamo_plugin: this.dynamoConfig.PLUGIN_MIGRATION, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be use_dynamo_plugin
.
`/plugins/${name}`, | ||
{ | ||
params: { | ||
use_use_dynamo_plugin: this.dynamoConfig.PLUGIN_MIGRATION, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be use_dynamo_plugin
.
Description
#869
Sends dynamo query parameters described in #869 (comment) based on dynamo feature flag configuration value.
Demos
Plugin Index
Plugin
Metrics