The source attribute shows up like this in the Datadog interface: `&{Function:main.main File:main.go Line:53}` I would expect it to show up like in the `slog.JSONHandler`: `{"function":"main.main","file":"main.go","line":53}` (full paths redacted for brevity)