Limited dashboard visualization types on self-hosted sentry(dev 21.2.0)

Hi staff,

I have a question considering dashboard visualization types on my on-premise sentry service.

I am using a self-hosted sentry service

Docker image: GitHub - getsentry/self-hosted: Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept
Releases: Sentry 21.2.0.dev07707734

However, tables, world map and big numbers are said to be supported in the [doc]
(Custom Dashboards | Sentry Documentation), but I can not find them in the Dashboard - dashboard widget builder -

May I know whether above visualization types are supported in any on-premise sentry release?

Any guidance is appreciated!

Sovled with on-premise release 21.4.1.


It would be better if these changes can be included in the releases note on on-premise github repo.

1 Like

Hi mikkylok,

I’m running on-premise 20.12.1 and I’m missing custom dashboards option. Was it enabled by default in your case or you had to enable it by activating feature in sentry.conf.py?

Hi failoman,

Sorry for the late reply. It is enabled by default. Below is the code block possibly related to Discover/Dashboard in my sentry.conf.py(release 21.4.1) for your reference:

SENTRY_FEATURES["projects:sample-events"] = False
SENTRY_FEATURES.update(
    {
        feature: True
        for feature in (
            "organizations:discover",
            "organizations:events",
            "organizations:global-views",
            "organizations:incidents",
            "organizations:integrations-issue-basic",
            "organizations:integrations-issue-sync",
            "organizations:invite-members",
            "organizations:metric-alert-builder-aggregate",
            "organizations:sso-basic",
            "organizations:sso-rippling",
            "organizations:sso-saml2",
            "organizations:performance-view",
            "organizations:advanced-search",
            "projects:custom-inbound-filters",
            "projects:data-forwarding",
            "projects:discard-groups",
            "projects:plugins",
            "projects:rate-limits",
            "projects:servicehooks",
        )
    }
)

Since I couldn’t find a note that states the differences between releases, I couldn’t tell if your release(20.12.1) has custom dashboard option. I would suggest upgrading to 21.4.1, because it has the most complete analytics so far compare to previous releases.

2 Likes

Hi, BYK from the future here :smiley: We will be adding these in the coming several months. You can follow this issue to get updates: Missing changelogs for each release since move to CalVer · Issue #21594 · getsentry/sentry · GitHub

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.