Add dev guard on new pricing model subscription hooks.
Since Cloud APIs GET /subscription/{usage,quota} and GET /subscription/usage/:entityName/scopes are also guarded by dev feature switch, we should not call these APIs in prod env, even though we have fallbacks.
Summary
Add dev guard on new pricing model subscription hooks.
Since Cloud APIs
GET /subscription/{usage,quota}
andGET /subscription/usage/:entityName/scopes
are also guarded by dev feature switch, we should not call these APIs in prod env, even though we have fallbacks.Testing
Tested locally.
Checklist
.changeset