opentelemetry-dart
opentelemetry-dart copied to clipboard
Idea: OTEL Dart for the web should support plugins
The OpenTelemetry js library support plugins: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/web
It would be great if we could use these existing (and future) plugins with OTEL Dart.
One plugin that might be good to create is one that captures browser errors as logging data. Our internal teams have a need for this capability.