Skip to content

Commit

Permalink
expose RichTracebackFormatter for imports in structlog.dev (#699)
Browse files Browse the repository at this point in the history
* expose RichTracebackFormatter for imports in structlog.dev

* Fix whitespace

---------

Co-authored-by: Hynek Schlawack <hs@ox.cx>
  • Loading branch information
keongalvin and hynek authored Feb 19, 2025
1 parent 66e22d2 commit ea7cac4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ You can find our backwards-compatibility policy [here](https://github.com/hynek/
[#694](https://github.com/hynek/structlog/pull/694)


### Fixed

- Expose `structlog.dev.RichTracebackFormatter` for imports.
[#699](https://github.com/hynek/structlog/pull/699)


## [25.1.0](https://github.com/hynek/structlog/compare/24.4.0...25.1.0) - 2025-01-16

### Added
Expand Down
1 change: 1 addition & 0 deletions src/structlog/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@

__all__ = [
"ConsoleRenderer",
"RichTracebackFormatter",
"better_traceback",
"plain_traceback",
"rich_traceback",
Expand Down

0 comments on commit ea7cac4

Please sign in to comment.