Skip to content

Commit

Permalink
Update error type
Browse files Browse the repository at this point in the history
  • Loading branch information
jennypavlova committed Oct 16, 2024
1 parent 88e5bcc commit 4d7350a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/kbn-apm-synthtrace-client/src/lib/otel/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export interface OtelErrorDocument extends OtelDocument {
'timestamp.us'?: number;
'event.name'?: string;
'error.id'?: string;
'error.grouping_key'?: string;
};
}

Expand Down

0 comments on commit 4d7350a

Please sign in to comment.