Skip to content

Commit

Permalink
fixup! fix: add platform to the telemetry header
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasl committed Dec 2, 2024
1 parent 4e3872b commit 298304e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 63 deletions.
9 changes: 0 additions & 9 deletions packages/sdk/proto/confidence/telemetry/v1/telemetry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,8 @@ package confidence.telemetry.v1;

enum Platform {
PLATFORM_UNSPECIFIED = 0;
PLATFORM_JAVA = 1;
PLATFORM_KOTLIN = 2;
PLATFORM_SWIFT = 3;
PLATFORM_JS_WEB = 4;
PLATFORM_JS_SERVER = 5;
PLATFORM_PYTHON = 6;
PLATFORM_GO = 7;
PLATFORM_RUBY = 8;
PLATFORM_RUST = 9;
PLATFORM_FLUTTER_IOS = 10;
PLATFORM_FLUTTER_ANDROID = 11;
}

message Monitoring {
Expand Down
54 changes: 0 additions & 54 deletions packages/sdk/src/generated/confidence/telemetry/v1/telemetry.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 298304e

Please sign in to comment.