Skip to content

Commit 4df43ae

Browse files
committed
docs(changelog): clarify note on new error pattern matching options
1 parent 393d173 commit 4df43ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2828
- The `filter_extra` variable has been removed and replaced with `error_patterns_include` and `error_patterns_exclude`. To migrate:
2929
- If you were using `filter_extra` to add custom error patterns for `jsonPayload.error` matching, use `error_patterns_include` instead.
3030
- If you need to exclude specific default error patterns, use `error_patterns_exclude`.
31-
- **Note:** The new options only support error pattern matching against `jsonPayload.error`. If you were using `filter_extra` for arbitrary log filter conditions (e.g., negative filters like `-textPayload:"..."`), this functionality is no longer available.
31+
- **Note:** The new options are specifically designed for error pattern matching against `jsonPayload.error`.
3232
- See [examples/main.tf](examples/main.tf) for usage examples.
3333

3434
## [0.12.0] - 2026-01-28

0 commit comments

Comments
 (0)