Select the types of activity you want to include in your feed.
1export default { 2 fetch() { 3 throw new Error("This is an example error."); 4 } 5}