@mastra/observability 0.0.0-refactor-agent-information-for-recomposable-ui-20251112151814 → 0.0.0-safe-stringify-telemetry-20251205024938
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 +37 -73
- package/dist/index.cjs +0 -2189
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -8
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -2171
- package/dist/index.js.map +1 -1
- package/package.json +13 -13
- package/README.md +0 -99
- package/dist/config.d.ts +0 -343
- package/dist/config.d.ts.map +0 -1
- package/dist/default.d.ts +0 -29
- package/dist/default.d.ts.map +0 -1
- package/dist/exporters/base.d.ts +0 -111
- package/dist/exporters/base.d.ts.map +0 -1
- package/dist/exporters/cloud.d.ts +0 -30
- package/dist/exporters/cloud.d.ts.map +0 -1
- package/dist/exporters/console.d.ts +0 -10
- package/dist/exporters/console.d.ts.map +0 -1
- package/dist/exporters/default.d.ts +0 -89
- package/dist/exporters/default.d.ts.map +0 -1
- package/dist/exporters/index.d.ts +0 -9
- package/dist/exporters/index.d.ts.map +0 -1
- package/dist/instances/base.d.ts +0 -106
- package/dist/instances/base.d.ts.map +0 -1
- package/dist/instances/default.d.ts +0 -8
- package/dist/instances/default.d.ts.map +0 -1
- package/dist/instances/index.d.ts +0 -6
- package/dist/instances/index.d.ts.map +0 -1
- package/dist/model-tracing.d.ts +0 -48
- package/dist/model-tracing.d.ts.map +0 -1
- package/dist/registry.d.ts +0 -49
- package/dist/registry.d.ts.map +0 -1
- package/dist/span_processors/index.d.ts +0 -5
- package/dist/span_processors/index.d.ts.map +0 -1
- package/dist/span_processors/sensitive-data-filter.d.ts +0 -85
- package/dist/span_processors/sensitive-data-filter.d.ts.map +0 -1
- package/dist/spans/base.d.ts +0 -71
- package/dist/spans/base.d.ts.map +0 -1
- package/dist/spans/default.d.ts +0 -13
- package/dist/spans/default.d.ts.map +0 -1
- package/dist/spans/index.d.ts +0 -7
- package/dist/spans/index.d.ts.map +0 -1
- package/dist/spans/no-op.d.ts +0 -15
- package/dist/spans/no-op.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,110 +1,74 @@
|
|
|
1
1
|
# @mastra/observability
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
3
|
+
## 0.0.0-safe-stringify-telemetry-20251205024938
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- Updated dependencies [[`5cc85aa`](https://github.com/mastra-ai/mastra/commit/5cc85aa4329773cac8314f3aa0146227b6b158e4), [`386ab43`](https://github.com/mastra-ai/mastra/commit/386ab4350cf2a814fb4ac0a5fc6983ca93158ffe), [`2b62302`](https://github.com/mastra-ai/mastra/commit/2b623027a9d65c1dbc963bf651e9e6a9d09da1fa), [`7d85da4`](https://github.com/mastra-ai/mastra/commit/7d85da42a5fab56009a959a9c20328558d14f4b5), [`31b381e`](https://github.com/mastra-ai/mastra/commit/31b381efb48e031c0ecc46bc6e410ae6e67b88e5), [`54cc99c`](https://github.com/mastra-ai/mastra/commit/54cc99cb99483b9e08ec41fa1502f43b71b4c351), [`e77a5f9`](https://github.com/mastra-ai/mastra/commit/e77a5f9718dc418e29e3c8a389299ed6dc0a6401), [`b069af5`](https://github.com/mastra-ai/mastra/commit/b069af514c4dcfc4fdcb164303569bfff1c26e3d), [`7dc8304`](https://github.com/mastra-ai/mastra/commit/7dc830420296db516b86dcec663e54d0309b8fb8), [`62d13f4`](https://github.com/mastra-ai/mastra/commit/62d13f4d1db1c16742831f210fe4c2caf8a26d57), [`1482cee`](https://github.com/mastra-ai/mastra/commit/1482cee907da97aeb90e2468eb04a706fdb8f05f)]:
|
|
8
|
+
- @mastra/core@0.0.0-safe-stringify-telemetry-20251205024938
|
|
8
9
|
|
|
9
|
-
|
|
10
|
+
## 0.0.6
|
|
10
11
|
|
|
11
|
-
|
|
12
|
-
import { Mastra } from '@mastra/core';
|
|
13
|
-
import { Observability } from '@mastra/observability'; // Explicit import
|
|
12
|
+
### Patch Changes
|
|
14
13
|
|
|
15
|
-
|
|
16
|
-
...other_config,
|
|
17
|
-
observability: new Observability({
|
|
18
|
-
default: { enabled: true }
|
|
19
|
-
}) // Instance
|
|
20
|
-
});
|
|
21
|
-
```
|
|
14
|
+
- Updates console warning when cloud access token env is not set. ([#10247](https://github.com/mastra-ai/mastra/pull/10247))
|
|
22
15
|
|
|
23
|
-
|
|
16
|
+
- Updated dependencies [[`eebb7bb`](https://github.com/mastra-ai/mastra/commit/eebb7bb407c57342a3be3a2efbe68c696589feeb), [`c6e6d07`](https://github.com/mastra-ai/mastra/commit/c6e6d071ecf346a80dceab410af2c567c7e66a57), [`0e6df8f`](https://github.com/mastra-ai/mastra/commit/0e6df8f66340992cb1b319834657deb17368de52), [`6295fd7`](https://github.com/mastra-ai/mastra/commit/6295fd783d49075d5bf2c18ff9486e94d36aaa56), [`d813cf7`](https://github.com/mastra-ai/mastra/commit/d813cf7251695d85cc60469058384ffa74974484)]:
|
|
17
|
+
- @mastra/core@0.24.2
|
|
24
18
|
|
|
25
|
-
|
|
26
|
-
import { Mastra } from '@mastra/core';
|
|
27
|
-
import '@mastra/observability/init'; // Explicit import
|
|
19
|
+
## 0.0.6-alpha.0
|
|
28
20
|
|
|
29
|
-
|
|
30
|
-
...other_config,
|
|
31
|
-
observability: {
|
|
32
|
-
default: { enabled: true }
|
|
33
|
-
}
|
|
34
|
-
});
|
|
35
|
-
```
|
|
21
|
+
### Patch Changes
|
|
36
22
|
|
|
37
|
-
|
|
38
|
-
- `Tracing` things to `Observability` things.
|
|
39
|
-
- `AI-` things to just things.
|
|
23
|
+
- Updates console warning when cloud access token env is not set. ([#10247](https://github.com/mastra-ai/mastra/pull/10247))
|
|
40
24
|
|
|
41
|
-
-
|
|
25
|
+
- Updated dependencies [[`eebb7bb`](https://github.com/mastra-ai/mastra/commit/eebb7bb407c57342a3be3a2efbe68c696589feeb), [`c6e6d07`](https://github.com/mastra-ai/mastra/commit/c6e6d071ecf346a80dceab410af2c567c7e66a57), [`0e6df8f`](https://github.com/mastra-ai/mastra/commit/0e6df8f66340992cb1b319834657deb17368de52), [`6295fd7`](https://github.com/mastra-ai/mastra/commit/6295fd783d49075d5bf2c18ff9486e94d36aaa56), [`d813cf7`](https://github.com/mastra-ai/mastra/commit/d813cf7251695d85cc60469058384ffa74974484)]:
|
|
26
|
+
- @mastra/core@0.24.2-alpha.0
|
|
42
27
|
|
|
43
|
-
|
|
28
|
+
## 0.0.5
|
|
44
29
|
|
|
45
30
|
### Patch Changes
|
|
46
31
|
|
|
47
|
-
-
|
|
32
|
+
- update peerdeps ([`5ca1cca`](https://github.com/mastra-ai/mastra/commit/5ca1ccac61ffa7141e6d9fa8f22d3ad4d03bf5dc))
|
|
48
33
|
|
|
49
|
-
-
|
|
34
|
+
- Updated dependencies [[`5ca1cca`](https://github.com/mastra-ai/mastra/commit/5ca1ccac61ffa7141e6d9fa8f22d3ad4d03bf5dc), [`6d7e90d`](https://github.com/mastra-ai/mastra/commit/6d7e90db09713e6250f4d6c3d3cff1b4740e50f9), [`f78b908`](https://github.com/mastra-ai/mastra/commit/f78b9080e11af765969b36b4a619761056030840), [`23c2614`](https://github.com/mastra-ai/mastra/commit/23c26140fdbf04b8c59e8d7d52106d67dad962ec), [`e365eda`](https://github.com/mastra-ai/mastra/commit/e365eda45795b43707310531cac1e2ce4e5a0712)]:
|
|
35
|
+
- @mastra/core@0.24.0
|
|
50
36
|
|
|
51
|
-
|
|
37
|
+
## 0.0.5-alpha.0
|
|
52
38
|
|
|
53
|
-
|
|
54
|
-
- @mastra/core@0.0.0-refactor-agent-information-for-recomposable-ui-20251112151814
|
|
55
|
-
|
|
56
|
-
## 1.0.0-beta.0
|
|
39
|
+
### Patch Changes
|
|
57
40
|
|
|
58
|
-
|
|
41
|
+
- update peerdeps ([`5ca1cca`](https://github.com/mastra-ai/mastra/commit/5ca1ccac61ffa7141e6d9fa8f22d3ad4d03bf5dc))
|
|
59
42
|
|
|
60
|
-
-
|
|
43
|
+
- Updated dependencies [[`5ca1cca`](https://github.com/mastra-ai/mastra/commit/5ca1ccac61ffa7141e6d9fa8f22d3ad4d03bf5dc), [`6d7e90d`](https://github.com/mastra-ai/mastra/commit/6d7e90db09713e6250f4d6c3d3cff1b4740e50f9), [`f78b908`](https://github.com/mastra-ai/mastra/commit/f78b9080e11af765969b36b4a619761056030840), [`23c2614`](https://github.com/mastra-ai/mastra/commit/23c26140fdbf04b8c59e8d7d52106d67dad962ec), [`e365eda`](https://github.com/mastra-ai/mastra/commit/e365eda45795b43707310531cac1e2ce4e5a0712)]:
|
|
44
|
+
- @mastra/core@0.24.0-alpha.0
|
|
61
45
|
|
|
62
|
-
|
|
46
|
+
## 0.0.4
|
|
63
47
|
|
|
64
|
-
|
|
65
|
-
import { Mastra } from '@mastra/core';
|
|
66
|
-
import { Observability } from '@mastra/observability'; // Explicit import
|
|
48
|
+
### Patch Changes
|
|
67
49
|
|
|
68
|
-
|
|
69
|
-
...other_config,
|
|
70
|
-
observability: new Observability({
|
|
71
|
-
default: { enabled: true }
|
|
72
|
-
}) // Instance
|
|
73
|
-
});
|
|
74
|
-
```
|
|
50
|
+
- Fixed import isssues in exporters. ([#9331](https://github.com/mastra-ai/mastra/pull/9331))
|
|
75
51
|
|
|
76
|
-
|
|
52
|
+
- Updated dependencies [[`f57a81e`](https://github.com/mastra-ai/mastra/commit/f57a81e6ce644e45bf1c9618778cc54c50a84ad4), [`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)]:
|
|
53
|
+
- @mastra/core@0.23.2
|
|
77
54
|
|
|
78
|
-
|
|
79
|
-
import { Mastra } from '@mastra/core';
|
|
80
|
-
import '@mastra/observability/init'; // Explicit import
|
|
55
|
+
## 0.0.4-alpha.0
|
|
81
56
|
|
|
82
|
-
|
|
83
|
-
...other_config,
|
|
84
|
-
observability: {
|
|
85
|
-
default: { enabled: true }
|
|
86
|
-
}
|
|
87
|
-
});
|
|
88
|
-
```
|
|
57
|
+
### Patch Changes
|
|
89
58
|
|
|
90
|
-
|
|
91
|
-
- `Tracing` things to `Observability` things.
|
|
92
|
-
- `AI-` things to just things.
|
|
59
|
+
- Fixed import isssues in exporters. ([#9331](https://github.com/mastra-ai/mastra/pull/9331))
|
|
93
60
|
|
|
94
|
-
-
|
|
61
|
+
- Updated dependencies [[`2afd345`](https://github.com/mastra-ai/mastra/commit/2afd3450825b76e41f7973baddf13867ea042e40), [`eefc89e`](https://github.com/mastra-ai/mastra/commit/eefc89ee69f05bb71661473a807fc7dc03d56f17), [`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), [`fc843ff`](https://github.com/mastra-ai/mastra/commit/fc843ff4d1d149317b6324553ce5ad7972062a78)]:
|
|
62
|
+
- @mastra/core@0.23.2-alpha.0
|
|
95
63
|
|
|
96
|
-
|
|
64
|
+
## 0.0.3
|
|
97
65
|
|
|
98
66
|
### Patch Changes
|
|
99
67
|
|
|
100
|
-
-
|
|
101
|
-
|
|
102
|
-
- Update peer dependencies to match core package version bump (1.0.0) ([#9237](https://github.com/mastra-ai/mastra/pull/9237))
|
|
103
|
-
|
|
104
|
-
- moved observability config to zod to provide better validation ([#9783](https://github.com/mastra-ai/mastra/pull/9783))
|
|
68
|
+
- Fix peerdependencies ([`eb7c1c8`](https://github.com/mastra-ai/mastra/commit/eb7c1c8c592d8fb16dfd250e337d9cdc73c8d5de))
|
|
105
69
|
|
|
106
|
-
- Updated dependencies [
|
|
107
|
-
- @mastra/core@
|
|
70
|
+
- Updated dependencies []:
|
|
71
|
+
- @mastra/core@0.23.1
|
|
108
72
|
|
|
109
73
|
## 0.0.2
|
|
110
74
|
|