Skip to content

Commit 4f60776

Browse files
Google APIscopybara-github
authored andcommitted
fix: Remove dependency on AppEngine's proto definitions. This also removes the source_references field.
PiperOrigin-RevId: 356540804
1 parent 84cf54e commit 4f60776

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

google/devtools/clouderrorreporting/v1beta1/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
],

google/devtools/clouderrorreporting/v1beta1/common.proto

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ syntax = "proto3";
1717
package google.devtools.clouderrorreporting.v1beta1;
1818

1919
import "google/api/resource.proto";
20-
import "google/appengine/logging/v1/request_log.proto";
2120
import "google/protobuf/timestamp.proto";
2221
import "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.

0 commit comments

Comments
 (0)