Add trailing slash that is apparently needed
Some checks failed
Test, Build, Deploy / Test, Build, and Deploy (push) Successful in 54s
Test, Build, Deploy / Create Sentry Release (push) Failing after 25s

This commit is contained in:
2026-03-14 02:21:00 -04:00
parent 8e34e2ce24
commit 2ca8cc163d

View File

@@ -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: {