summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protos/src/main/proto/studio_stats.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/protos/src/main/proto/studio_stats.proto b/protos/src/main/proto/studio_stats.proto
index fbcf81e..5ee5d07 100644
--- a/protos/src/main/proto/studio_stats.proto
+++ b/protos/src/main/proto/studio_stats.proto
@@ -10781,6 +10781,9 @@ message PreviewRefreshEvent {
optional float render_quality = 3;
// Time taken by the render, including inflation time when corresponds
optional int32 render_time_millis = 4;
+ // Simple class name of the exception thrown in a render error, e.g.
+ // IllegalStateException or ClassNotFoundException
+ optional string render_exception_simple_name = 5;
}
}