You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, im on latest provider 0.14.3
Before, for dashboards used widget_type = "discover", but ~week ago it became deprecated:
Error: PUT https://sentry.io/api/0/organizations/melsoft/dashboards/125419/: 400 map[widgets:[map[widgetType:[Attribute value `discover` is deprecated. Please use `error-events` or `transaction-like`]]
I've tried to use error-events, as API returned that value, but its not working:
Error: expected widget.29.widget_type to be one of ["discover" "issue" "metrics"], got error-events
│
│ with module.sentry_dashboards.sentry_dashboard.main["[FI-SRE] Error_related TF 2"],
│ on ../../../../modules/sentry-dashboard/main.tf line 1, in resource "sentry_dashboard" "main":
│ 1: resource "sentry_dashboard" "main" {
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hi, im on latest provider 0.14.3
Before, for dashboards used widget_type = "discover", but ~week ago it became deprecated:
I've tried to use
error-events
, as API returned that value, but its not working:The text was updated successfully, but these errors were encountered: