@mastra/arize
Advanced tools
+16
-0
| # @mastra/arize | ||
| ## 0.1.0 | ||
| ### Minor Changes | ||
| - fix(@mastra/arize): Auto-detect arize endpoint when endpoint field is not provided ([#9250](https://github.com/mastra-ai/mastra/pull/9250)) | ||
| When spaceId is provided to ArizeExporter constructor, and endpoint is not, pre-populate endpoint with default ArizeAX endpoint. | ||
| ### Patch Changes | ||
| - Fixed import isssues in exporters. ([#9331](https://github.com/mastra-ai/mastra/pull/9331)) | ||
| - Updated dependencies [[`f57a81e`](https://github.com/mastra-ai/mastra/commit/f57a81e6ce644e45bf1c9618778cc54c50a84ad4), [`58bbda8`](https://github.com/mastra-ai/mastra/commit/58bbda8eafa72947c0cf0bd73fa436596b8a0d20), [`2afd345`](https://github.com/mastra-ai/mastra/commit/2afd3450825b76e41f7973baddf13867ea042e40), [`fc79af3`](https://github.com/mastra-ai/mastra/commit/fc79af3915d1c456729cbd753673b0c0564340d8), [`eefc89e`](https://github.com/mastra-ai/mastra/commit/eefc89ee69f05bb71661473a807fc7dc03d56f17), [`60bd45d`](https://github.com/mastra-ai/mastra/commit/60bd45de021f0dfbe6583928f6da5169cb5585ba), [`a30093d`](https://github.com/mastra-ai/mastra/commit/a30093de98c1836dcd5dfddf09649010712b8c95), [`0fe7adb`](https://github.com/mastra-ai/mastra/commit/0fe7adb0f20f59a6bb41f235d01f8b7a880ea6e7), [`a42e496`](https://github.com/mastra-ai/mastra/commit/a42e49686a7486e2e9e9397fa98e5ff7a71dc1b0), [`3670db7`](https://github.com/mastra-ai/mastra/commit/3670db7e8e798f9d65fac5bfb732134a1f26ba7b), [`e40d4d0`](https://github.com/mastra-ai/mastra/commit/e40d4d0a0971b4505e7c9de73c656066c7565653), [`fc843ff`](https://github.com/mastra-ai/mastra/commit/fc843ff4d1d149317b6324553ce5ad7972062a78), [`ff16f9b`](https://github.com/mastra-ai/mastra/commit/ff16f9b9dbc701b26b6c4e9872f759f3880f9327), [`35e6cf7`](https://github.com/mastra-ai/mastra/commit/35e6cf722fef16ea0301eb9cf5a32fe9ccb12d22), [`30a2e36`](https://github.com/mastra-ai/mastra/commit/30a2e369485e0e59c4faa1d83c5635c2260b304c)]: | ||
| - @mastra/core@0.23.2 | ||
| - @mastra/otel-exporter@0.3.2 | ||
| ## 0.1.0-alpha.0 | ||
@@ -4,0 +20,0 @@ |
+5
-5
| { | ||
| "name": "@mastra/arize", | ||
| "version": "0.1.0-alpha.0", | ||
| "version": "0.1.0", | ||
| "description": "Arize observability provider for Mastra - includes AI tracing and future observability features", | ||
@@ -33,3 +33,3 @@ "type": "module", | ||
| "@opentelemetry/core": "^2.1.0", | ||
| "@mastra/otel-exporter": "0.3.2-alpha.0" | ||
| "@mastra/otel-exporter": "0.3.2" | ||
| }, | ||
@@ -43,5 +43,5 @@ "devDependencies": { | ||
| "vitest": "^3.2.4", | ||
| "@internal/lint": "0.0.55", | ||
| "@internal/types-builder": "0.0.30", | ||
| "@mastra/core": "0.23.2-alpha.0" | ||
| "@internal/lint": "0.0.56", | ||
| "@internal/types-builder": "0.0.31", | ||
| "@mastra/core": "0.23.2" | ||
| }, | ||
@@ -48,0 +48,0 @@ "peerDependencies": { |
62835
3.2%+ Added
- Removed
Updated