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

Profiling insights not working #1601

Open
1 task done
boris-savic opened this issue Nov 11, 2024 · 0 comments
Open
1 task done

Profiling insights not working #1601

boris-savic opened this issue Nov 11, 2024 · 0 comments

Comments

@boris-savic
Copy link

Issue submitter TODO list

  • I've searched for an already existing issues here

Describe the bug (actual behavior)

Installed the latest chart with sentry version 24.9.0 and enabled the profiling.

I seem to have everything now working, except for Profiling.

The Performance data is there, i can see individual profiles, but when I click on the Profiling its empty.

Seems like something is not being processed in the background, I've checked all containers and logs and I cannot find anything useful. Would greatly appreciate any help

Expected behavior

No response

values.yaml

user:
  create: true
  email: [email protected]
  password: supersecret

asHook: true

nginx:
  enabled: false

postgresql:
  enabled: false


kafka:
  controller:
    resourcesPreset: large


externalPostgresql:
  existingSecret: sentry-db-app
  existingSecretKeys: 
    password: password
    username: username
    database: dbname
    port: port
    host: host

rabbitmq: 
  enabled: false


filestore:
  backend: s3
  s3:
    existingSecret: sentry-s3
    accessKeyIdRef: ACCESS_KEY
    secretAccessKeyRef: SECRET_KEY
    endpointUrl: https://aws-endpoint-here
    bucketName: name-of-the-bucket

sentry:
  features:
    enableProfiling: true
    enableFeedback: true
    enableSessionReplay: true
    enableSpan: true

billingMetricsConsumer:
  enabled: true

Helm chart version

26.5.0

Steps to reproduce

  • Have a project sending Profiling data
  • Can see data under Perforamance
  • Cannot see data under Profiling

Screenshots

Screenshot 2024-11-11 at 20 04 23 Screenshot 2024-11-11 at 20 05 35

Logs

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant