Skip to content

Commit

Permalink
feat: add exception into the dimension (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaoMaWHU authored May 7, 2024
1 parent a5c5690 commit c209a80
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ public String getName() {
*/
public enum Dimension {
ASPECT_TYPE("aspectType"),
ERROR_TYPE("errorType"),
ERROR_TYPE("errorType"), // category of the error, e.g., client vs server error
EXCEPTION("exception"), // exception name of the error, e.g., NullPointerException
ORIGINAL_EMIT_TIME("originalEmitTime"),
PLATFORM_TYPE("platformType");

Expand Down

0 comments on commit c209a80

Please sign in to comment.