Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
feat: include version in nwc_started event
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jun 21, 2024
1 parent f761312 commit d8c04f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ func NewService(ctx context.Context) (*service, error) {

eventPublisher.Publish(&events.Event{
Event: "nwc_started",
Properties: map[string]interface{}{
"version": version.Tag,
},
})

if appConfig.GoProfilerAddr != "" {
Expand Down

0 comments on commit d8c04f9

Please sign in to comment.