- Issue created by @gaurav_manerkar
- 🇮🇳India gaurav_manerkar Vasco Da Gama, Goa
May be root cause is in https://www.drupal.org/project/opentelemetry/issues/3360221 ✨ Push Drupal Logs via OpenTelemetry API Fixed
- Status changed to Closed: won't fix
10 months ago 9:20am 21 January 2024 - 🇮🇳India gaurav_manerkar Vasco Da Gama, Goa
I fixed it by adding following script to
composer.json
"scripts": { "post-drupal-scaffold-cmd": [ "echo '*.php -text diff' >> vendor/google/.gitattributes", "echo '*.php -text diff' >> vendor/open-telemetry/.gitattributes" ] }