Skip to content

Commit

Permalink
Expose metrics on javascript package (#843)
Browse files Browse the repository at this point in the history
* Expose metrics on javascript package

* Create gold-readers-scream.md
  • Loading branch information
lukasIO authored Oct 8, 2024
1 parent b2c7ca3 commit ad9f286
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/gold-readers-scream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@livekit/protocol": patch
---

Expose metrics on javascript package
1 change: 1 addition & 0 deletions packages/javascript/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export * from "./gen/livekit_webhook_pb.js";
export * from "./gen/livekit_egress_pb.js";
export * from "./gen/livekit_ingress_pb.js";
export * from "./gen/livekit_sip_pb.js";
export * from "./gen/livekit_metrics_pb.js";
export { protoInt64 } from "@bufbuild/protobuf";
1 change: 1 addition & 0 deletions packages/javascript/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ export * from "./gen/livekit_webhook_pb.js";
export * from "./gen/livekit_egress_pb.js";
export * from "./gen/livekit_ingress_pb.js";
export * from "./gen/livekit_sip_pb.js";
export * from "./gen/livekit_metrics_pb.js";
export { protoInt64 } from "@bufbuild/protobuf";

0 comments on commit ad9f286

Please sign in to comment.