Repository URL to install this package:
|
Version:
0.0.7 ▾
|
type Env = {
TRACE_URL: 'http://localhost:7777/trace' | string
SHOULD_CALL_TRACING_ENDPOINT: 'true' | 'false' | undefined | ''
IS_TRACING_ENABLED: 'true' | 'false' | undefined | ''
}