Hey,
I just discovered all my Android signals from my app were put in my "in testing" dashboard, while all iOS signals are correctly displayed in the production board.
iOS:

Android:

Any idea why?
My implementation looks as follows for both - Android and iOS:
Telemetrydecksdk.start(
TelemetryManagerConfiguration(
appID: Config.TELEMETRYDECK_APP_ID,
testMode: flavor == AppFlavor.dev,
debug: kDebugMode,
),
);
The correct value for testMode is definitely set when sending, I double checked this.