Skip to content

Commit 6bd4991

Browse files
gsantoro-lvhclaude
andauthored
fix: change SentryAppID type from string to int (#101)
Co-authored-by: Claude <[email protected]>
1 parent ddd6b06 commit 6bd4991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry/metric_alerts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ type MetricAlertTriggerAction struct {
5959
TargetIdentifier *Int64OrString `json:"targetIdentifier,omitempty"`
6060
InputChannelID *string `json:"inputChannelId,omitempty"`
6161
IntegrationID *int `json:"integrationId,omitempty"`
62-
SentryAppID *string `json:"sentryAppId,omitempty"`
62+
SentryAppID *int `json:"sentryAppId,omitempty"`
6363
DateCreated *time.Time `json:"dateCreated,omitempty"`
6464
Description *string `json:"desc,omitempty"`
6565
}

0 commit comments

Comments
 (0)