We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc4684 commit 701e768Copy full SHA for 701e768
1 file changed
infra/relay/src/worker.ts
@@ -102,6 +102,8 @@ const makeRelayTraceLayer = (input: {
102
exportInterval: RELAY_OBSERVABILITY_EXPORT_INTERVAL,
103
}).pipe(Layer.provide(OtlpSerialization.layerJson), Layer.provide(FetchHttpClient.layer));
104
105
+// Implicit Config capture deploys these as plain_text in Alchemy 2.0.0-beta.45.
106
+// Explicit bindings preserve Cloudflare secret_text storage.
107
const apnsPrivateKeyConfig = Config.redacted("APNS_PRIVATE_KEY");
108
const clerkSecretKeyConfig = Config.redacted("CLERK_SECRET_KEY");
109
0 commit comments