- Issue created by @jonathan_hunt
- Merge request !64#3513586 Change Authorization header field to textarea → (Open) created by jonathan_hunt
The field for Authorization header at /admin/config/development/opentelemetry is a textfield, and is too small for some values (e.g. default OTLP header for Grafana Cloud
Try copying field > 258 characters, notice field value is truncated.
Change SettingsForm.php buildForm() $form[OpentelemetryService::SETTING_AUTHORIZATION] '#type'
to 'textarea'.
Field presents larger input zone.
None?
Active
1.0
User interface