mozilla-rally / rally-sdk

This is the Rally partner support library, `rally.js`, used to manage the lifecycle of Rally studies.
0 stars 4 forks source link

add support for rally-core-addon #19

Open rhelmer opened 2 years ago

rhelmer commented 2 years ago

We need to support shipping extensions that are compatible with both the Rally Web Platform as well as the Rally Core Add-on.

I think we should do this with a switch at build time that tells the extension which back-end to listen to. We considered making this switch remote, but since we're changing the backend that switch would be served from, it's probably not worth the confusion.