File tree Expand file tree Collapse file tree
google/devtools/clouderrorreporting/v1beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ proto_library(
3131 "//google/api:client_proto" ,
3232 "//google/api:field_behavior_proto" ,
3333 "//google/api:resource_proto" ,
34- "//google/appengine/logging/v1:logging_proto" ,
3534 "@com_google_protobuf//:duration_proto" ,
3635 "@com_google_protobuf//:timestamp_proto" ,
3736 ],
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ syntax = "proto3";
1717package google.devtools.clouderrorreporting.v1beta1 ;
1818
1919import "google/api/resource.proto" ;
20- import "google/appengine/logging/v1/request_log.proto" ;
2120import "google/protobuf/timestamp.proto" ;
2221import "google/api/annotations.proto" ;
2322
@@ -128,10 +127,6 @@ message ErrorContext {
128127 // exception is logged, usually close to the place where it was
129128 // caught.
130129 SourceLocation report_location = 3 ;
131-
132- // Source code that was used to build the executable which has
133- // caused the given error message.
134- repeated google.appengine.logging.v1.SourceReference source_references = 4 ;
135130}
136131
137132// HTTP request data that is related to a reported error.
You can’t perform that action at this time.
0 commit comments