Skip to content

Commit fbf7546

Browse files
authored
relax session_id requirement on artifact upload (#111)
1 parent 29b66d8 commit fbf7546

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/bitdrift_public/protobuf/client/v1

src/bitdrift_public/protobuf/client/v1/api.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ message UploadArtifactRequest {
312312
// The timestamp associated with this upload. This allows us to possibly reject the upload of very old artifacts.
313313
google.protobuf.Timestamp time = 6 [(validate.rules).message = {required: true}];
314314

315-
// The session ID associated with the artifact.
316-
string session_id = 7 [(validate.rules).string = {min_len: 1}];
315+
// The session ID associated with the artifact if applicable.
316+
string session_id = 7;
317317

318318
// The set of feature flags that were active at the time of artifact emission.
319319
repeated FeatureFlag feature_flags = 8;

0 commit comments

Comments
 (0)