Skip to content
Draft
Show file tree
Hide file tree
Changes from 33 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
215667e
OTEP: Recording exceptions and errors with OpenTelemetry
Dec 10, 2024
80f0706
filename
Dec 10, 2024
d521375
feedback and cleanup
Dec 13, 2024
1e4b690
cleanups
Dec 13, 2024
805a6d3
feedback: recording all exceptions by default is too noisy
Dec 16, 2024
2f3e07a
minor fixes
Dec 17, 2024
8226b94
minor fixes
Dec 17, 2024
96b5dfa
clean up
Dec 27, 2024
7702ad8
changelog and lint
Dec 27, 2024
573176e
more cleanups and lint
Dec 27, 2024
5f7d3c8
ore fixes
Dec 27, 2024
bab37fb
more cleanups and lint
Dec 27, 2024
afa9714
Apply suggestions from code review
Jan 3, 2025
725ae77
feedback
Jan 3, 2025
30a0745
remove the note
Jan 3, 2025
4152d95
Apply suggestions from code review
Jan 14, 2025
4eb90e3
feedback: more details on severity, language-specific, replacement fo…
Jan 14, 2025
da4ba16
more feedback, define error/exception
Jan 18, 2025
578354e
lint
Jan 18, 2025
fe3b6ae
Apply suggestions from code review
Feb 1, 2025
e3db414
up
Feb 1, 2025
f6d4c0d
add migration section, update trade-offs and minitations, clean up
Feb 1, 2025
9f88bee
review, another round
Feb 6, 2025
ffedeb8
toc
Feb 6, 2025
3fa84ba
more nits
Feb 6, 2025
a187861
more nits
Feb 7, 2025
e5b2d23
Update oteps/4333-recording-exceptions-on-logs.md
Feb 7, 2025
ec9c199
Apply suggestions from code review
Feb 7, 2025
1336f01
Apply suggestions from code review
Feb 7, 2025
f165e90
clarifications
Feb 7, 2025
0ea191d
more nits
Feb 7, 2025
76921c8
clean up migration
Feb 7, 2025
0b361ca
remove sections that are no longer necessary, clean up
Jul 22, 2025
ec29ff0
remove sections that are no longer necessary, clean up
Jul 22, 2025
0be3bc3
lint
Jul 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ release.

### OTEPs

- [OTEP-4333](https://github.com/open-telemetry/opentelemetry-specification/pull/4333)
Recording exceptions and errors on logs.

## v1.47.0 (2025-07-18)

### Traces
Expand Down
Loading
Loading