@mastra/mssql 1.7.4 → 1.7.5
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/dist/docs/SKILL.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -3689,6 +3689,7 @@ var ObservabilityMSSQL = class ObservabilityMSSQL extends _mastra_core_storage.O
|
|
|
3689
3689
|
}
|
|
3690
3690
|
}
|
|
3691
3691
|
async batchDeleteTraces(args) {
|
|
3692
|
+
this.assertUnscopedBatchDeleteTraces(args);
|
|
3692
3693
|
if (!args.traceIds || args.traceIds.length === 0) return;
|
|
3693
3694
|
try {
|
|
3694
3695
|
const keys = args.traceIds.map((traceId) => ({ traceId }));
|