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
Yesterday I upgraded our Sentry in our test environment. 23.9.1 -> 23.11.0. Started everything, logged in, everything was fine. Then I upgraded to 24.8.0.
After install and I started everything. Navigated to the web ui and was asked:
We have made some updates to our self-hosted beacon broadcast system, and just need to get a quick answer from you.
CPU/RAM Usage
Recording CPU/RAM usage will greatly help our development team understand how self-hosted sentry is typically being used, and to keep track of improvements that we hope to bring you in the future.
Yes, I would love to help Sentry developers improve the experience of self-hosted by sending CPU/RAM usage
No, I'd prefer to keep CPU/RAM usage private
On Continue Im getting this dialog
"You are attempting to access a resource that requires superuser access, please re-authenticate as a superuser."
(192.1.1.2 has been replaced to hide my super secret local ip)
Tried to search for anyone having the same issue but couldnt. Found this: #1288 (comment)
And I ran: sudo docker exec -ti sentry-self-hosted-web-1 sentry permissions add -u [email protected] -p "users.admin" Added permission users.admin to [email protected]
Restarted the containers. Still the same result.
NOTE: Please DO NOT transfer this issue to self-hosted as the people from self-hosted said this is not something you can fix on self-hosted alone.
Help is appreciated.
The text was updated successfully, but these errors were encountered:
Here was my workaround. Worked for me two times.
Used Iphone and Chrome
Log out from Sentry.
Enter http://URL/settings/account/notifications/ in chrome
Log in with Google
Press the Cpu/mem-choice and boom I was logged in
We meant for this to only be able to be set as a superuser, but I believe this should not pop up when users log in that are not superusers. Going to backlog this item for now
Yesterday I upgraded our Sentry in our test environment. 23.9.1 -> 23.11.0. Started everything, logged in, everything was fine. Then I upgraded to 24.8.0.
After install and I started everything. Navigated to the web ui and was asked:
On Continue Im getting this dialog
"You are attempting to access a resource that requires superuser access, please re-authenticate as a superuser."
We are using Google Auth (https://develop.sentry.dev/self-hosted/sso/#google-auth)
Not really an option to sign in with another user.
My user is "Owner". If another user signs in (manager) he wont get this question
If no password is inserted Im getting this
If a password is provided, Im getting this
sentry-self-hosted-web-1 log:
(192.1.1.2 has been replaced to hide my super secret local ip)
Tried to search for anyone having the same issue but couldnt. Found this: #1288 (comment)
And I ran:
sudo docker exec -ti sentry-self-hosted-web-1 sentry permissions add -u [email protected] -p "users.admin"
Added permission
users.adminto [email protected]
Restarted the containers. Still the same result.
NOTE: Please DO NOT transfer this issue to self-hosted as the people from self-hosted said this is not something you can fix on self-hosted alone.
Help is appreciated.
The text was updated successfully, but these errors were encountered: