Skip to content

feature request: support for dict_tracebacksΒ #35

@g--

Description

@g--

Hi there! I appreciate this library as it's made it easier to integrate into stackdriver/gcp logging. One small feature request: support for structlog.processors.dict_tracebacks, or similar functionality included

I found when I had both dict_tracebacks and structlog_gcp enabled like this:

    structlog.configure(processors=[
        structlog.processors.dict_tracebacks,
        *(structlog_gcp.build_processors()),
    ])

stacktraces were rendered as dictionaries and then back into strings, so they'd show up as json strings both on the console and in gcp.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions