Sandbox Environment
Coming Soon
A dedicated sandbox environment with synthetic data and safe testing is on our roadmap. We'll update this page when it launches.
Testing Today
In the meantime, use the Development environment for safe testing:
- In your
GameRebellionSettingsasset, set Environment toDevelopment. - Generate a dedicated Development API key in the Platform.
- All events sent with this key are routed to your Development environment — completely isolated from Production data.
Development vs Production
| Aspect | Development | Production |
|---|---|---|
| Data isolation | Separate pipeline | Separate pipeline |
| Rate limits | Same | Same |
| Dashboard visibility | Filtered by environment toggle | Filtered by environment toggle |
| Event retention | Same | Same |
tip
Always develop and QA against the Development environment. Switch to Production only for release builds.