For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Version 6.3.0
- Added GraphQL query keyword extraction via string/regex (
px_graphql_keywords configuration) and custom function (px_extract_graphql_keywords configuration). This
- Added support for regular expressions in remote configuration fields
- Changed default value for
px_bypass_monitor_header from empty string to "x-px-block"
- Configuration
px_sensitive_graphql_operation_names expanded to include regular expressions and applies to extracted GraphQL keywords as well
- Telemetry activity includes redacted sensitive configuration fields
- Fixed issue where global regular expressions occasionally failed (only applies to regular expressions defined with the
g global flag)
- Fixed issue where remote config changes did not change logger severity