Skip to content

Commit 6ba80af

Browse files
committed
Added analytics license key selector to query builder
1 parent 0609bac commit 6ba80af

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bitmovin/analytics/query_builder.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ class Builder {
6969
}
7070
return this;
7171
}
72+
licenseKey(licenseKey) {
73+
this.query_ = {
74+
...this.query_,
75+
licenseKey
76+
}
77+
return this;
78+
}
7279
query() {
7380
return this.target_(this.query_)
7481
}

0 commit comments

Comments
 (0)