Skip to content

Commit

Permalink
Restate deleted line
Browse files Browse the repository at this point in the history
  • Loading branch information
leandro-godon committed Mar 18, 2024
1 parent 88c8ec0 commit 5a9813b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ internal class EmbraceLogService(
) {
val attributes = EmbraceLogAttributes(properties)
attributes.setExceptionType(logExceptionType)
attributes.setAppFramework(framework)
// TBD: Add stacktrace elements
exceptionName?.let { attributes.setExceptionName(it) }
exceptionMessage?.let { attributes.setExceptionMessage(it) }
Expand Down

0 comments on commit 5a9813b

Please sign in to comment.