updated posthog rule

This commit is contained in:
Mick Grove 2025-12-06 12:58:45 -08:00
commit c59b7794ca

View file

@ -21,6 +21,10 @@ rules:
body: |
{"token": "{{ TOKEN }}", "distinct_id": "validation_check"}
response_matcher:
- type: WordMatch
words:
- '"isAuthenticated":false'
negative: true
- type: StatusMatch
status: [200]
- name: PostHog Personal API Key