Update generated references

This commit is contained in:
github-actions[bot]
2025-11-06 15:13:17 +00:00
parent e309bd7149
commit f648a5dfd7
2 changed files with 2518 additions and 1 deletions
File diff suppressed because it is too large Load Diff
@@ -2,7 +2,7 @@
"id": "posthog-python",
"hogRef": "0.3",
"info": {
"version": "6.8.0",
"version": "6.9.0",
"id": "posthog-python",
"title": "PostHog Python SDK",
"description": "Integrate PostHog into any python application.",
@@ -503,6 +503,24 @@
"description": "",
"isOptional": false,
"type": "bool"
},
{
"name": "capture_exception_code_variables",
"description": "",
"isOptional": false,
"type": "bool"
},
{
"name": "code_variables_mask_patterns",
"description": "",
"isOptional": false,
"type": "any"
},
{
"name": "code_variables_ignore_patterns",
"description": "",
"isOptional": false,
"type": "any"
}
],
"showDocs": true,
@@ -2138,6 +2156,12 @@
"description": "Whether to capture exceptions raised within the context (default: True)",
"isOptional": false,
"type": "bool"
},
{
"name": "client",
"description": "Optional Posthog client instance to use for this context (default: None)",
"isOptional": false,
"type": "any"
}
],
"showDocs": true,
@@ -2216,6 +2240,69 @@
}
]
},
{
"id": "set_capture_exception_code_variables_context",
"title": "set_capture_exception_code_variables_context",
"description": "Set whether code variables are captured for the current context.",
"details": "",
"category": null,
"params": [
{
"name": "enabled",
"description": "",
"isOptional": true,
"type": "bool"
}
],
"showDocs": true,
"releaseTag": "public",
"returnType": {
"id": "return_type",
"name": "None"
}
},
{
"id": "set_code_variables_ignore_patterns_context",
"title": "set_code_variables_ignore_patterns_context",
"description": "Variable names matching these patterns will be ignored completely when capturing code variables.",
"details": "",
"category": null,
"params": [
{
"name": "ignore_patterns",
"description": "",
"isOptional": true,
"type": "list"
}
],
"showDocs": true,
"releaseTag": "public",
"returnType": {
"id": "return_type",
"name": "None"
}
},
{
"id": "set_code_variables_mask_patterns_context",
"title": "set_code_variables_mask_patterns_context",
"description": "Variable names matching these patterns will be masked with *** when capturing code variables.",
"details": "",
"category": null,
"params": [
{
"name": "mask_patterns",
"description": "",
"isOptional": true,
"type": "list"
}
],
"showDocs": true,
"releaseTag": "public",
"returnType": {
"id": "return_type",
"name": "None"
}
},
{
"id": "set_context_session",
"title": "set_context_session",