arugal commented on a change in pull request #42:
URL: 
https://github.com/apache/skywalking-query-protocol/pull/42#discussion_r470938331



##########
File path: browser-log.graphqls
##########
@@ -14,22 +14,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# The list of browser error log
-type BrowserErrorLogBrief {
-    errorLogs: [BasicBrowserErrorLog!]!
-    total: Int!
-}
-
-# Browser error log basic info
-type BasicBrowserErrorLog {
-    uniqueId: String!
-    pagePath: String!
-    time: Long!
-    category: ErrorCategory!
-}
-
 # Represent the conditions used for query BrowserErrorLogBrief
 input BrowserErrorLogQueryCondition {
+    uniqueId: String

Review comment:
       from 
[here](https://github.com/apache/skywalking-data-collect-protocol/blob/b2f381e63702bc43216ef5576637195102302c6e/browser/BrowserPerf.proto#L81),
 users can copy from the page and share it with others.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to