ℹ️ Environment
Tags: JavaScript, React, Vue, Angular, Website, Web App
Gleap allows you to set the environment. The environment will be displayed along the environment data.
Gleap.setEnvironment("dev");
The environment is set to 'prod' as default value. Possible values are: "dev" | "staging" | "prod".