Skip to content

Commit afe1007

Browse files
authored
Add provider tag to sentry reports on go stack (#1924)
1 parent 8ff681e commit afe1007

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/operator/config/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ func Init() error {
196196
Properties: map[string]string{
197197
"cluster_id": OperatorMetadata.ClusterID,
198198
"operator_id": OperatorMetadata.OperatorID,
199+
"provider": Provider.String(),
199200
},
200201
Environment: "operator",
201202
LogErrors: true,

0 commit comments

Comments
 (0)