@mastra/observability 0.0.0-main-test-20251105183450 → 0.0.0-main-test-05-11-2025-2-20251105223343

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -58,7 +58,7 @@ export declare abstract class BaseObservabilityInstance extends MastraBase imple
58
58
  */
59
59
  private wireSpanLifecycle;
60
60
  /**
61
- * Check if an AI trace should be sampled
61
+ * Check if a trace should be sampled
62
62
  */
63
63
  protected shouldSample(options?: CustomSamplerOptions): boolean;
64
64
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Mastra AI Tracers
2
+ * Mastra Observability Instances
3
3
  */
4
4
  export * from './base.js';
5
5
  export * from './default.js';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mastra/observability",
3
- "version": "0.0.0-main-test-20251105183450",
4
- "description": "Core observability package for Mastra - includes AI tracing and scoring features",
3
+ "version": "0.0.0-main-test-05-11-2025-2-20251105223343",
4
+ "description": "Core observability package for Mastra - includes tracing and scoring features",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -33,12 +33,12 @@
33
33
  "typescript": "^5.8.3",
34
34
  "vitest": "^3.2.4",
35
35
  "zod": "^3.25.76",
36
- "@internal/lint": "0.0.0-main-test-20251105183450",
37
- "@mastra/core": "0.0.0-main-test-20251105183450",
38
- "@internal/types-builder": "0.0.0-main-test-20251105183450"
36
+ "@internal/lint": "0.0.0-main-test-05-11-2025-2-20251105223343",
37
+ "@mastra/core": "0.0.0-main-test-05-11-2025-2-20251105223343",
38
+ "@internal/types-builder": "0.0.0-main-test-05-11-2025-2-20251105223343"
39
39
  },
40
40
  "peerDependencies": {
41
- "@mastra/core": "0.0.0-main-test-20251105183450"
41
+ "@mastra/core": "0.0.0-main-test-05-11-2025-2-20251105223343"
42
42
  },
43
43
  "homepage": "https://mastra.ai",
44
44
  "repository": {