Use Test mode while setting up Foveus.
Use Live mode when you are ready to send production telemetry.
Test mode
Test mode is the default. When you install the SDK and pass a test API key, you do not need to setMode.
- local development
- sandbox services
- QA environments
- staging validation
- private beta setup
- SDK integration testing
Live mode
Use Live mode for production telemetry. To send live telemetry, use a live API key and setMode to live.
Mode is different from environment
Mode controls the Foveus data boundary.
Environment describes where your service is running.
They are related, but they are not the same thing.
For example, a staging service can send telemetry in Test mode:
Service names are yours
Foveus works with the service names your team already uses. Some teams use stable logical names:API keys and modes
Foveus API keys are mode-aware.
During private beta:
- test keys are created automatically during onboarding
- live keys are created manually from Settings
- test key rotation from Settings is not available yet
Dashboard mode
The dashboard can show Test or Live telemetry. If you are using a test key and do not see executions, make sure the dashboard is showing Test mode. If you are using a live key, make sure the dashboard is showing Live mode.Common setups
Local development
Staging
Production
Mode: "live".
Troubleshooting
I do not see my executions
Check that:- your API key is valid
- the dashboard is showing the same mode your service is sending to
- your service can reach Foveus
- your time range includes the request
- your service name matches the value you are searching for
My telemetry appears in Test mode
Foveus defaults to Test mode. If you are sending production telemetry, setMode to live and use a live key.
My service name includes dev, staging, or prod
That is okay. Foveus can work with your existing naming convention. If you want cleaner cross-environment comparison later, you can standardize service naming and useEnvironment to separate deployments.
What to do next
- Create an API key: Create an API key
- Install the .NET SDK: Install the .NET SDK
- Learn about services and environments: Services and environments
- View your first execution: View your first execution