Skip to content

Commit

Permalink
Merge pull request #114 from honeycombio/purvi/events-api-update
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkuba authored Jun 2, 2023
2 parents 7d94d1e + c0d763c commit d2acd49
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/api-events/src/types/Event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,16 @@ export interface Event {
*/
name: string;


/**
* Attributes that describe the event.
* Intended to be used by instrumentation libraries.
*/
data?: Attributes;

/**
* Additional attributes that describe the event.
* Intended to be used by end uses adding additional attributes.
*/
attributes?: Attributes;

Expand Down

0 comments on commit d2acd49

Please sign in to comment.