fix(diagnostics): add missing session_replays and performance_profiles cosmos containers [BUG-1]
This commit is contained in:
parent
03cda3a74f
commit
d80cf075a3
@ -82,6 +82,8 @@ const CONTAINER_DEFS: Record<string, ContainerConfig> = {
|
|||||||
debug_logs: { partitionKeyPath: '/pk', defaultTtl: 3 * 86400 },
|
debug_logs: { partitionKeyPath: '/pk', defaultTtl: 3 * 86400 },
|
||||||
debug_screenshots: { partitionKeyPath: '/sessionId', defaultTtl: 7 * 86400 },
|
debug_screenshots: { partitionKeyPath: '/sessionId', defaultTtl: 7 * 86400 },
|
||||||
diagnostic_triggers: { partitionKeyPath: '/id' },
|
diagnostic_triggers: { partitionKeyPath: '/id' },
|
||||||
|
session_replays: { partitionKeyPath: '/pk', defaultTtl: 7 * 86400 },
|
||||||
|
performance_profiles: { partitionKeyPath: '/pk', defaultTtl: 7 * 86400 },
|
||||||
// Predictive Analytics
|
// Predictive Analytics
|
||||||
user_features: { partitionKeyPath: '/userId', defaultTtl: 90 * 86400 },
|
user_features: { partitionKeyPath: '/userId', defaultTtl: 90 * 86400 },
|
||||||
product_health: { partitionKeyPath: '/productId' },
|
product_health: { partitionKeyPath: '/productId' },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user