Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The WebVitals & Query & Resources sections are missing #69456

Closed
zKoz210 opened this issue Apr 19, 2024 · 7 comments · Fixed by getsentry/self-hosted#2993
Closed

The WebVitals & Query & Resources sections are missing #69456

zKoz210 opened this issue Apr 19, 2024 · 7 comments · Fixed by getsentry/self-hosted#2993

Comments

@zKoz210
Copy link

zKoz210 commented Apr 19, 2024

Self-Hosted Version

24.4.1

CPU Architecture

x86_64

Docker Version

Docker version 24.0.5, build ced0996

Docker Compose Version

Docker Compose version v2.20.2

Steps to Reproduce

Update from 24.3.0 to 24.4.1

Expected Result

There are no more new sections

Actual Result

Previously there were new sections and now they are gone, I transferred the configuration with new changes
image

relay-1                                         | 2024-04-19T16:13:43.509997Z  WARN relay_server::services::processor::span: dropping span because feature is disabled
relay-1                                         | 2024-04-19T16:13:43.831011Z  WARN relay_server::services::processor::span: dropping span because feature is disabled
relay-1                                         | 2024-04-19T16:13:44.624865Z  WARN relay_server::services::processor::span: dropping span because feature is disabled
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",
            "organizations:session-replay",
            "organizations:issue-platform",
            "organizations:profiling",
            "organizations:monitors",
            "organizations:dashboards-mep",
            "organizations:mep-rollout-flag",
            "organizations:dashboards-rh-widget",
            "organizations:metrics-extraction",
            "organizations:transaction-metrics-extraction",
            "projects:custom-inbound-filters",
            "projects:data-forwarding",
            "projects:discard-groups",
            "projects:plugins",
            "projects:rate-limits",
            "projects:servicehooks",
            "projects:span-metrics-extraction",
            "organizations:starfish-browser-resource-module-image-view",
            "organizations:starfish-browser-resource-module-ui",
            "organizations:starfish-browser-webvitals",
            "organizations:starfish-browser-webvitals-pageoverview-v2",
            "organizations:starfish-browser-webvitals-use-backend-scores",
            "organizations:performance-calculate-score-relay",
            "organizations:starfish-browser-webvitals-replace-fid-with-inp",
            "organizations:deprecate-fid-from-performance-score",
            "organizations:performance-database-view",
            "organizations:performance-screens-view",
            "organizations:mobile-ttid-ttfd-contribution",
            "organizations:starfish-mobile-appstart",
            "organizations:standalone-span-ingestion",
        )
        + (
            "projects:span-metrics-extraction",
            "organizations:starfish-browser-resource-module-image-view",
            "organizations:starfish-browser-resource-module-ui",
            "organizations:starfish-browser-webvitals",
            "organizations:starfish-browser-webvitals-pageoverview-v2",
            "organizations:starfish-browser-webvitals-use-backend-scores",
            "organizations:performance-calculate-score-relay",
            "organizations:starfish-browser-webvitals-replace-fid-with-inp",
            "organizations:deprecate-fid-from-performance-score",
            "organizations:performance-database-view",
            "organizations:performance-screens-view",
            "organizations:mobile-ttid-ttfd-contribution",
            "organizations:starfish-mobile-appstart",
            "organizations:standalone-span-ingestion",
        )  # starfish related flags
    }
)

Event ID

No response

@mihalikv
Copy link

Same issue here after upgrade from 24.3.0 -> 24.4.1 using exact same config as in sentry.conf.example.py

@azaslavsky azaslavsky transferred this issue from getsentry/self-hosted Apr 22, 2024
@getsantry
Copy link
Contributor

getsantry bot commented Apr 22, 2024

Assigning to @getsentry/support for routing ⏲️

@getsantry
Copy link
Contributor

getsantry bot commented Apr 22, 2024

Routing to @getsentry/product-owners-performance for triage ⏲️

@mihalikv
Copy link

For more context:
If I am on URL: /organizations/<organization>/performance/?landingDisplay=frontend_other&project=27&query=&statsPeriod=7d
I can see following graph:
image

But when I click on:

  1. "View All" button -> I get "You don't have access to this feature"
  2. Link -> I get "Page Not Found"

@edwardgou-sentry
Copy link
Contributor

Hi, @zKoz210 and @mihalikv , thanks for reporting! There may be a feature flag missing in the latest version, could you add the following flag to your self hosted config and let us know if the sidebar items appear?

organizations:spans-first-ui

I will get this added to the default self hosted config in the mean time.

@mihalikv
Copy link

It works :) Thank you.

image

@edwardgou-sentry
Copy link
Contributor

Fix is merged to master, the next release of self hosted will have this flag by default

@github-actions github-actions bot locked and limited conversation to collaborators May 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Archived in project
4 participants