We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Document RFLIB 11.0 logging features and mark Salesforce Functions EOL - Add Node/LWR logger, OpenTelemetry, and Azure App Insights pages - Mark Salesforce Functions integration as EOL (last supported in 10.3, removed in 11.0); retain the removed Functions_* settings on that page - Add App Insights/OTel log levels to Logger Settings and App Insights key/OTel service name to Global Config - Document the Log Archive Alert on the Management Console and add the Google Chat step to the Teams flow diagram - Update Sidebar and Home navigation; align version references to 11.0
Document Teams settings for 10.3 in Logger and Global Config docs Add the Teams Log Level row to the Logger Settings table (default NONE, WARN minimum, since 10.3) and the Max Teams Notifications Per Invocation row to the Global Config Settings table (default 20, range 1-100, since 10.3). Also backfill the Max Slack Notifications Per Invocation Global Config row that was missing since 10.2.
Add Microsoft Teams integration setup page Document configuring Teams log event notifications via an Incoming Webhook (Power Automate Workflow or legacy O365 connector) and the RFLIB_TEAMS_WEBHOOK Named Credential, mirroring the Slack page. Covers the Teams Log Level setting (WARN floor), Adaptive Card message format, flow execution order, the per-invocation notification cap, troubleshooting, and security considerations. Also links the new page from the sidebar.
docs: update documentation for RFLIB debug commands - Documented the new 'sf rflib debug' command group introduced in PR 205 (applicationevents, logarchives, loggersettings, userpermissions). - Updated 'sf rflib debug loggersettings update' to reflect the modified behavior where '--setup-owner-id' can be used to upsert records (PR 213). - Added debug commands feature listing to Getting-Started-with-Logging.md.
docs: Update Slack logging integration details for PR 137 - Add Slack Log Level to the Logger Settings matrix, indicating WARN as the minimum level. - Clarify that INFO level is clamped to WARN at runtime. - Add Org Name to the documented Slack payload fields. - Specify that log messages are truncated from the beginning to preserve exception details.
Updated sample code for rflib_SingleRunOnlyTriggerHandler
Fixed formatting in Trigger docs
Remove_commit_bat
Update logging documentation with SingleRunOnlyHandler
Update documentation with images and enhance content for clarity and usability across multiple sections, including Feature Switches, HTTP Mocking, Logging, Trigger Framework, and introduce SOQL Builder and Utilities.
Added accidentally deleted client log settings.
Remove introductory headers from multiple documentation files for consistency and clarity.
Correct capitalization of "Log Timer" for consistency throughout the documentation.
Update section title for clarity: change 'Logging in Apex' to 'Using the log timer in Apex'
Enhance Log Timer documentation with detailed usage scenarios and best practices for improved clarity and guidance.
Restore confirmation dialog image for clearing archived log events and update performance note for better clarity on usage in production environments.
Enhance Ops Center Logging Dashboard documentation with detailed connection modes, archive utilities, and log event filters for improved user guidance.
Cleaned up Home page upon review and re-added Logger Settings accidentally deleted in the previous commit.
Enhance documentation for RFLIB: - Updated "Getting Started with the Trigger Framework" to clarify framework setup, architecture, and advanced configuration options. - Improved "Home" page with a structured learning path for new users and highlighted key features of RFLIB. - Expanded "Logger Settings" to include detailed instructions for accessing and updating logger settings in the Ops Center. - Refined "Ops Center Overview" for better clarity on features and navigation. - Revamped sidebar for improved organization and accessibility of documentation topics.
Fixed spelling error in Pharos page name.
Updated Pharos installation instructions.
Added documentation for Pharos.
Added md file extension for RFLIB Plugin page
Added more details about log masking to the Application Events page.
Added documentation for Masking of Application Events.
Added documentation for Big Object Counter and cleanup jobs
Updated global settings table for 9.2 release.
Updated Global Settings to be sorted alphabetically and added description for new config value Log_Archive_Retain_X_Days
Added documentation for Application Event Query Limit
Added documentation for new Logger Setting Apex Context Monitoring.