Skip to content

Commit

Permalink
Add request meta
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-sentry committed Aug 15, 2024
1 parent 685eced commit a519530
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sentry_protos/dev/snuba/v1/endpoint_find_trace.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ syntax = "proto3";

package sentry_protos.dev.snuba.v1;

import "sentry_protos/dev/snuba/v1/request_common.proto";
import "sentry_protos/dev/snuba/v1/trace_item_filter.proto";

message FindTraceRequest {
repeated TraceItemFilter filters = 1;
RequestMeta meta = 1;
repeated TraceItemFilter filters = 2;
}

message FindTraceResponse {
Expand Down

0 comments on commit a519530

Please sign in to comment.