* feat(pnpm): migrate away from yarn
* fix(lodash): using uninstall dependency
* fix(workflows): use pnpm as package manager
* fix(pnpm-lock): keep it updated
* fix(test): issue with lodash-es and our pnpm store
* fix(jest): more esm conflicts
* fix(pipeline-page): update snapshot test
* fix(pnpm-lock): out of sync
* fix(json-view): issue with typing
* chore(pnpm): upgrade pnpm
* chore(yarn): remove yarn
* chore: add new integration logos and update onboarding configurations and related files
* fix(logos): add viewBox attribute to huggingface svg for proper scaling
* feat(devenv): add otel-collector support for local development
- Add .devenv/docker/otel-collector/ with compose.yaml and config
- Add devenv-otel-collector and devenv-up targets to Makefile
- Update development.md with otel-collector setup instructions
- Add README.md with usage documentation for otel-collector setup
This enables developers to run the complete SigNoz stack locally,
including the OpenTelemetry Collector for receiving telemetry data
on ports 4317 (gRPC) and 4318 (HTTP).
* docs: improve collector setup wordings
* chore: fixed comment and service name
* chore: docker service name updated otel-collector -> signoz-otel-collector