Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jianyuan/terraform-provider-sentry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3c4c6ff2d01e3d977da194874c82093f010d544a
Choose a base ref
..
head repository: jianyuan/terraform-provider-sentry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2e0e7b18ab09e93d5181dd495665c07fc24d31e1
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +2 −1 internal/sentrydata/sentrydata.go
3 changes: 2 additions & 1 deletion internal/sentrydata/sentrydata.go
Original file line number Diff line number Diff line change
@@ -184,7 +184,7 @@ var DashboardWidgetDisplayTypes = []string{
"top_n",
}

// https://github.com/getsentry/sentry/blob/master/src/sentry/models/project.py#L60-L163
// https://github.com/getsentry/sentry/blob/master/src/sentry/models/project.py#L60-L164
var Platforms = []string{
"other",
"android",
@@ -218,6 +218,7 @@ var Platforms = []string{
"go-iris",
"go-martini",
"go-negroni",
"godot",
"ionic",
"java",
"java-log4j2",