Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions datasource.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ type JSONData struct {

// Used by Alertmanager
Implementation string `json:"implementation,omitempty"`

// Used by Sentry
OrgSlug string `json:"orgSlug,omitempty"`
}

// Required to avoid recursion during (un)marshal
Expand Down Expand Up @@ -225,6 +228,9 @@ type SecureJSONData struct {

// Used by GitHub
AccessToken string `json:"accessToken,omitempty"`

// Used by Sentry
AuthToken string `json:"authToken,omitempty"`
}

// Required to avoid recursion during unmarshal
Expand Down