Paul D'Ambra

Results 183 comments of Paul D'Ambra

@marandaneto I started marking us against the items but then realised it was pretty obvious which was who 🙈

Hey @gregegan Which version of posthog-js are you using? You can share individual Sentry issues... can you share that one with me? You can use https://us.posthog.com/#panel=support%3Asupport%3Asession_replay%3Alow to share it privately....

# Team Replay-i **Support hero:** David ## Retro - stuff carried on without me which is a good signal @pauldambra - risk of blob incidents worrying when on call @marandaneto...

@Twixes the toolbar is bundling more of lemon ui than I think it should... which means it's getting half a meg of formatting code it will never use. There don't...

> I have never looked into how we do tree-shaking at all Ah, that makes two of us 🙈 You're welcome to ignore this then and I'll keep it spinning...

if i edit the toolbar so that all it does is import lemontextarea then we still import the half meg of formatting code 👀

All the detail from folks is amazing here... one of the hardest things in understanding issues with self-hosted deployments is the variability in deployments means gathering info is super difficult...

for the logging volume we use the pino log library in the plugin server... you can set log level using the LOG_LEVEL environment variable https://github.com/PostHog/posthog/blob/37a08e808ca198f2e26916bf9294069f6080819f/plugin-server/README.md?plain=1#L133 with supported values here https://github.com/PostHog/posthog/blob/224a5d5d0c07f880b19dbc02cce2f07b965023c0/plugin-server/src/types.ts#L39-L46...

and we can do this to turn down the amount of logging anyway https://github.com/PostHog/posthog/pull/22251

> will open another issue. feel free to keep it here if it seems related. thanks for taking the time 🥇