The recipes.blue monorepo recipes.blue
recipes appview atproto
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: drop sentry dsn

-2
-2
apps/ingester/src/config.ts
··· 10 10 .default('wss://jetstream1.us-east.bsky.network/subscribe'), 11 11 PLC_DIRECTORY_URL: z.string().url().default('https://plc.directory'), 12 12 13 - SENTRY_DSN: z.string().or(z.undefined()), 14 - 15 13 ENV: z 16 14 .union([ 17 15 z.literal('development'),