Skip to content

Commit

Permalink
Merge pull request #1280 from consolelabs/fix/friendtech-svc-missing-…
Browse files Browse the repository at this point in the history
…init-sentry

fix: friendtech svc is missing initiating sentry
  • Loading branch information
baenv authored Dec 19, 2023
2 parents 7fa2411 + ea22a5d commit 00be4d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/service/friendtech/friend_tech.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func NewService(cfg *config.Config, sentry sentrygo.Service) Service {

return &FriendTech{
baseUrl: baseUrl,
sentry: sentry,
}
}

Expand Down

0 comments on commit 00be4d1

Please sign in to comment.