Env

Environment options for the Airstack Web SDK config.

Example

"dev";

Type Signature

type Env = "dev" | "prod";

Values

ParamTypeDescription

dev

string

Verbose logging, suitable for development purpose.

prod

string

Minimal logging, suitable for production purpose.

Last updated

Was this helpful?