Select the types of activity you want to include in your feed.
1export function createProtectedCookieKey(value: string) { 2 return `secured-${value}`; 3}