wip
This commit is contained in:
@@ -1,6 +1,20 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(npx claude-plugins install:*)",
|
||||
"WebSearch",
|
||||
"Bash(ls:*)",
|
||||
"Bash(go build:*)",
|
||||
"Bash(npm run build:*)",
|
||||
"Bash(cat:*)"
|
||||
],
|
||||
"ask": [
|
||||
"Bash(git commit:*)",
|
||||
"Bash(git push:*)"
|
||||
]
|
||||
},
|
||||
"enableAllProjectMcpServers": true,
|
||||
"enabledMcpjsonServers": [
|
||||
"ios-simulator"
|
||||
],
|
||||
"enableAllProjectMcpServers": true
|
||||
]
|
||||
}
|
||||
|
||||
@@ -41,6 +41,10 @@ final class AnalyticsManager {
|
||||
|
||||
let config = PostHogConfig(apiKey: Self.apiKey, host: Self.host)
|
||||
|
||||
// Person profiles — required so events create person records
|
||||
// and appear in the PostHog Events Explorer / Activity view.
|
||||
config.personProfiles = .always
|
||||
|
||||
// Auto-capture
|
||||
config.captureElementInteractions = true
|
||||
config.captureApplicationLifecycleEvents = true
|
||||
|
||||
Reference in New Issue
Block a user