getsentry / self-hosted

Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept
https://develop.sentry.dev/self-hosted/
Other
7.83k stars 1.76k forks source link

24.6.0 self-hosted Web Vitals not work #3187

Closed ninejy-io closed 3 months ago

ninejy-io commented 3 months ago

Self-Hosted Version

24.6.0

CPU Architecture

x86_64

Docker Version

20.10.13

Docker Compose Version

v2.28.1

Steps to Reproduce

./install.sh docker-compose up -d

The functionalities under performace are not work.

sentry_err

From saas version I found these functionalities are under Insights tab, I want to know the reason.

sentry_saas

Expected Result

Want to use Web Vitals functionality

Actual Result

Running migrations for default Operations to perform: Apply all migrations: auth, contenttypes, feedback, hybridcloud, nodestore, replays, sentry, sessions, sites, social_auth Running migrations: No migrations to apply. Creating missing DSNs Correcting Group.num_comments counter 09:46:25 [INFO] sentry.outboxes: Executing outbox replication backfill 09:46:25 [INFO] sentry.outboxes: Processing sentry.ControlOutboxs... 09:46:25 [INFO] sentry.outboxes: Processing sentry.RegionOutboxs... 09:46:25 [INFO] sentry.outboxes: done

▶ Setting up GeoIP integration ... Setting up IP address geolocation ... IP address geolocation database already exists. IP address geolocation is not configured for updates. See https://develop.sentry.dev/self-hosted/geolocation/ for instructions. Error setting up IP address geolocation.


You're all done! Run the following command to get Sentry running:

docker-compose up -d


Event ID

No response

aldy505 commented 3 months ago

Marking this as a duplicate of https://github.com/getsentry/self-hosted/issues/3145, add these feature flags on the sentry.conf.py then re-run install.sh script:

"organizations:performance-insights",
"organizations:insights-addon-modules",
"projects:span-metrics-extraction-addons",