hypertune
Version:
[Hypertune](https://www.hypertune.com/) is the most flexible platform for feature flags, A/B testing, analytics and app configuration. Built with full end-to-end type-safety, Git-style version control and local, synchronous, in-memory flag evaluation. Opt
23 lines • 1.53 kB
TypeScript
export declare const logsCreationEndpoint = "/logs";
export declare const localEdgeWorkerBaseUrl = "http://localhost:3002";
export declare const localLogsEndpointUrl = "http://localhost:3003/logs";
export declare const stagingEdgeCdnBaseUrl = "https://hypertune-edge-staging.b-cdn.net";
export declare const stagingLogsEndpointUrl = "https://gcp-staging.fasthorse.workers.dev/logs";
export declare const prodEdgeCdnBaseUrl = "https://edge.hypertune.com";
export declare const prodLogsEndpointUrl = "https://gcp.fasthorse.workers.dev/logs";
export declare const traceIdHeaderName = "x-hypertune-trace-id";
export declare const configFileName = "hypertune.json";
export declare const tokenEnvironmentVariableName = "HYPERTUNE_TOKEN";
export declare const graphqlTypeNameKey = "__typename";
export declare const isPartialObjectKey = "__isPartialObject__";
export declare const isQueryVariableKey = "__isVariable";
export declare const fieldPathSeparator = " > ";
export declare const numHashBuckets = 10000;
export declare const defaultArmKey = "default";
export declare const rootFieldName = "root";
export declare const defaultRetries = 10;
export declare const defaultCacheSize = 250;
export declare const breakingSchemaChangesError = "If you've made breaking changes to your schema like adding a new field argument, you may need to re-run code generation and fix the type errors.";
export declare const defaultBranchName = "main";
export declare const jsonitoResponsePrefix = "jsonito_";
//# sourceMappingURL=constants.d.ts.map