Skip to content

Commit ea7cac4

Browse files
keongalvinhynek
andauthored
expose RichTracebackFormatter for imports in structlog.dev (#699)
* expose RichTracebackFormatter for imports in structlog.dev * Fix whitespace --------- Co-authored-by: Hynek Schlawack <hs@ox.cx>
1 parent 66e22d2 commit ea7cac4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ You can find our backwards-compatibility policy [here](https://github.com/hynek/
2727
[#694](https://github.com/hynek/structlog/pull/694)
2828

2929

30+
### Fixed
31+
32+
- Expose `structlog.dev.RichTracebackFormatter` for imports.
33+
[#699](https://github.com/hynek/structlog/pull/699)
34+
35+
3036
## [25.1.0](https://github.com/hynek/structlog/compare/24.4.0...25.1.0) - 2025-01-16
3137

3238
### Added

src/structlog/dev.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555

5656
__all__ = [
5757
"ConsoleRenderer",
58+
"RichTracebackFormatter",
5859
"better_traceback",
5960
"plain_traceback",
6061
"rich_traceback",

0 commit comments

Comments
 (0)