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 a1eba23 commit bb79009Copy full SHA for bb79009
static/app/views/settings/project/projectKeys/credentials/otlp.tsx
@@ -55,12 +55,12 @@ export function OtlpTab({
55
<Fragment>
56
<FieldGroup
57
label={t('OTLP Endpoint')}
58
- help={t('This is the base OTLP endpoint.')}
+ help={t('The base OTLP endpoint for your project.')}
59
inline={false}
60
flexibleControlStateSize
61
>
62
<TextCopyInput aria-label={t('OTLP Endpoint')}>
63
- {`${integrationEndpoint}/otlp`}
+ {`${integrationEndpoint}otlp`}
64
</TextCopyInput>
65
</FieldGroup>
66
{showOtlpLogs && (
0 commit comments