@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.
- package/CHANGELOG.md +5 -3
- package/README.md +18 -20
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/instances/base.d.ts +1 -1
- package/dist/instances/index.d.ts +1 -1
- package/package.json +6 -6
package/dist/instances/base.d.ts
CHANGED
|
@@ -58,7 +58,7 @@ export declare abstract class BaseObservabilityInstance extends MastraBase imple
|
|
|
58
58
|
*/
|
|
59
59
|
private wireSpanLifecycle;
|
|
60
60
|
/**
|
|
61
|
-
* Check if
|
|
61
|
+
* Check if a trace should be sampled
|
|
62
62
|
*/
|
|
63
63
|
protected shouldSample(options?: CustomSamplerOptions): boolean;
|
|
64
64
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/observability",
|
|
3
|
-
"version": "0.0.0-main-test-
|
|
4
|
-
"description": "Core observability package for Mastra - includes
|
|
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-
|
|
37
|
-
"@mastra/core": "0.0.0-main-test-
|
|
38
|
-
"@internal/types-builder": "0.0.0-main-test-
|
|
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-
|
|
41
|
+
"@mastra/core": "0.0.0-main-test-05-11-2025-2-20251105223343"
|
|
42
42
|
},
|
|
43
43
|
"homepage": "https://mastra.ai",
|
|
44
44
|
"repository": {
|