We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503f37e commit ba92cc8Copy full SHA for ba92cc8
1 file changed
src/shared/utils/usage.ts
@@ -40,9 +40,10 @@ export interface ReportUsageParams {
40
41
const ANALYTICS_DEFAULT_HEADERS = {
42
"Content-Type": "application/json",
43
- "x-sdk-version": process.env.ENGINE_VERSION,
+ "x-sdk-version": env.ENGINE_VERSION,
44
"x-product-name": "engine",
45
"x-client-id": thirdwebClientId,
46
+ "x-secret-key": env.THIRDWEB_API_SECRET_KEY,
47
} as HeadersInit;
48
49
const SKIP_USAGE_PATHS = new Set([
0 commit comments