Arize-ai / openinference

OpenTelemetry Instrumentation for AI Observability
https://arize-ai.github.io/openinference/
Apache License 2.0
196 stars 33 forks source link

[testing][js] add tests for different bundlers / run-time environments #928

Open Parker-Stafford opened 1 month ago

Parker-Stafford commented 1 month ago

Certain runtime environments / bundlers may affect our ability to patch packages for our auto instrumentors

For example some produce immutable assets (e.g., deno, webpack) see https://github.com/Arize-ai/openinference/pull/491 and https://github.com/Arize-ai/openinference/pull/926

Add test harness to test OpenInference js packages with different bundler / runtimes