chore: Sensitive data refactor part 2#2887
chore: Sensitive data refactor part 2#2887luke-belton wants to merge 1 commit intoluke/sensitive-data-1from
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 No Changeset FoundThis PR doesn't include a changeset. A changeset (and the release label) is required to release a new version. How to add a changesetRun this command and follow the prompts: pnpm changesetRemember: Never use |
|
Size Change: +5.16 kB (+0.09%) Total Size: 5.75 MB
ℹ️ View Unchanged
|
| const posthog = posthogJs.init(process.env.NEXT_PUBLIC_POSTHOG_KEY || '', { | ||
| api_host: process.env.NEXT_PUBLIC_POSTHOG_HOST, | ||
| defaults: '2025-11-30', | ||
| defaults: '2025-12-11', |
There was a problem hiding this comment.
I did this work a while ago but only just getting round to raising PRs for it - I'll make sure this gets updated to something sensible if/when we release
|
This PR hasn't seen activity in a week! Should it be merged, closed, or further worked on? If you want to keep it open, post a comment or remove the |
|
This PR was closed due to lack of activity. Feel free to reopen if it's still relevant. |
Problem
Building off #2647 and the feedback at https://posthog.slack.com/archives/C075D3C5HST/p1764603130371689.
Follows #2886.
Changes
This is part 2 of a refactor of how we handle sensitive data.
There are still no behavioral changes, basically in this PR we're preparing for config-driven sensitive data detection. It:
The tests are failing I think due to a bad rebase which I've fixed in the final part of the refactor...
Release info Sub-libraries affected
Libraries affected
Checklist
If releasing new changes
pnpm changesetto generate a changeset file