Skip to content

Commit

Permalink
feat(tracking): add originalEmitTime dimension (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdonn authored Jun 26, 2023
1 parent c4e7e3f commit b0e476b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ public String getName() {
*/
public enum Dimension {
ASPECT_TYPE("aspectType"),
ERROR_TYPE("errorType");
ERROR_TYPE("errorType"),
ORIGINAL_EMIT_TIME("originalEmitTime");

private final String _name;

Expand Down

0 comments on commit b0e476b

Please sign in to comment.