mozilla-rally / rally

A monorepo for Rally project containing Rally SDK, Rally Web Platform and Extensions.
Mozilla Public License 2.0
7 stars 6 forks source link

make dev mode / playtest mode a run-time not build-time flag #450

Open rhelmer opened 2 years ago

rhelmer commented 2 years ago

The options page isn't very functional in production mode right now, trying to enable/disable data collection logs:

Uncaught (in promise) Error: Rally SDK state can only be changed directly when in developer mode.

We should make dev/playtest mode determined at runtime instead, that can be enabled via the options page.