fix(diagnostics): add missing session_replays and performance_profiles cosmos containers [BUG-1]

This commit is contained in:
saravanakumardb1 2026-03-03 12:24:05 -08:00
parent 03cda3a74f
commit d80cf075a3

View File

@ -82,6 +82,8 @@ const CONTAINER_DEFS: Record<string, ContainerConfig> = {
debug_logs: { partitionKeyPath: '/pk', defaultTtl: 3 * 86400 },
debug_screenshots: { partitionKeyPath: '/sessionId', defaultTtl: 7 * 86400 },
diagnostic_triggers: { partitionKeyPath: '/id' },
session_replays: { partitionKeyPath: '/pk', defaultTtl: 7 * 86400 },
performance_profiles: { partitionKeyPath: '/pk', defaultTtl: 7 * 86400 },
// Predictive Analytics
user_features: { partitionKeyPath: '/userId', defaultTtl: 90 * 86400 },
product_health: { partitionKeyPath: '/productId' },