From 2ca8cc163d15a49a305ea137a634bf153f4acd3e Mon Sep 17 00:00:00 2001 From: Regalijan Date: Sat, 14 Mar 2026 02:21:00 -0400 Subject: [PATCH] Add trailing slash that is apparently needed --- functions/api/st.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/api/st.ts b/functions/api/st.ts index f5b5e82..72f4b01 100644 --- a/functions/api/st.ts +++ b/functions/api/st.ts @@ -13,7 +13,7 @@ export async function onRequestPost(context: RequestContext) { const sentryUrl = new URL(dsn); const resp = await fetch( - `https://${sentryUrl.host}/api${sentryUrl.pathname}/envelope`, + `https://${sentryUrl.host}/api${sentryUrl.pathname}/envelope/`, { body: clonedRequest.body, headers: {