Skip to content

Commit

Permalink
metric namespace constant
Browse files Browse the repository at this point in the history
  • Loading branch information
wsbrunson committed Feb 12, 2024
1 parent ab8d587 commit eab3860
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
/* @flow */

export * from "./apm";
export * from "./defaults";
export * from "./env";
export * from "./error";
export * from "./fpti";
export * from "./funding";
export * from "./locale";
export * from "./observability";
export * from "./order";
export * from "./params";
export * from "./platform";
export * from "./types";
export * from "./apm";
8 changes: 8 additions & 0 deletions src/observability.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/* @flow */

export const BASE_SDK_METRIC_NAMESPACE = "pp.sdks.ppcp";

export const payPalWebV5Dimensions = {
sdk_platform: "web",
major_version: "5",
};

0 comments on commit eab3860

Please sign in to comment.