Skip to content

Commit

Permalink
feat: added record id to polaris-log-properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Enigmatis committed Sep 6, 2020
1 parent e684da1 commit 676c7d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/polaris-log-properties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export interface PolarisLogProperties {
logId?: string;
customProperties?: any;
response?: any;
messageId?: string;
recordId?: string;
eventKind?: string;
eventKindDescription?: EventKindDescription;
Expand Down

0 comments on commit 676c7d9

Please sign in to comment.