mozilla / nimbus-shared

Shared data and schemas for Project Nimbus
https://mozilla.github.io/nimbus-shared
Mozilla Public License 2.0
6 stars 15 forks source link

Add application: str to Nimbus Experiment Arguments #145

Closed jaredlockhart closed 3 years ago

jaredlockhart commented 3 years ago

We need to expose the application field in the V6 API for jetstream to do its telemetry filtering effectively for a given application, so let's add that field.

jaredlockhart commented 3 years ago

Oh nevermind it's already there!

https://github.com/mozilla/nimbus-shared/blob/main/types/experiments.ts#L21-L22