From 34b097425efbc826ba6f5bbb41949ba69c8703c5 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Mon, 3 Nov 2025 15:07:59 -0500 Subject: [PATCH] fix(settings): Remove double slash from OTLP endpoint URL --- .../views/settings/project/projectKeys/credentials/otlp.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/app/views/settings/project/projectKeys/credentials/otlp.tsx b/static/app/views/settings/project/projectKeys/credentials/otlp.tsx index 546a09b2e1af3d..3751297d06659b 100644 --- a/static/app/views/settings/project/projectKeys/credentials/otlp.tsx +++ b/static/app/views/settings/project/projectKeys/credentials/otlp.tsx @@ -55,12 +55,12 @@ export function OtlpTab({ - {`${integrationEndpoint}/otlp`} + {`${integrationEndpoint}otlp`} {showOtlpLogs && (