You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added new config param queries.exclude_pattern (env var SQL_REPORTER_QUERIES_EXCLUDE_PATTERN) to narrow down queries to be logged without bloating include pattern regex.
Added unit tests for Writer, testing query include/exclude patterns and min exec time.
Changed
Renamed SQL_REPORTER_QUERIES_PATTERN env var to SQL_REPORTER_QUERIES_INCLUDE_PATTERN
Renamed methods in Writer for clarity.
Improved testability of Writer::writeQuery() by returning true if query was written to log.