Closed Alena86 closed 1 month ago
After some more work on this I found these...
Now whenever we are trying to install the application it goes back to Sentry and let us create the project, but they are in no way connected.
Found that I was missing the GitHub client certificate on the Sentry host so I added that... But that just removed one of the errors I was getting before...
Then I opened: https://sentry.ourdomain.com/extensions/external-install/github-enterprise/
web-1 | 21:07:44 [WARNING] django.request: Not Found: /api/0/organizations/sentry/config/integrations/ (status_code=404 request=<WSGIRequest: GET '/api/0/organizations/sentry/config/integrations/?provider_key=github-enterprise'>)
I got the GitHub to connect eventually (it was also the Firewall blockage) but when I tried to add the repository I am getting the error that it is unable to add repositories. There is no errors in the logs. I would like to know what are the ports that need to be opened between the GitHub and Sentry?
I tried following this doc on setting up GitHub app and config on Sentry for this app.
The only diff I am doing is that for Callback URLs, I am using only one, thehttps://sentry.ourdomain.com/extensions/github-enterprise/setup/
as we don't have SSO setup on Sentry.
Following this doc on setting GitHub Enterprise integration.
Whenever I fill out the GitHub Enterprise integration form from Sentry, it takes me to GitHub and when I Install the app in the repo, it brings me back to Sentry projects page.
Googling this issue, I found that there is supposed to be Finish Installation page? But we never got back to this page. I'm guessing that should be the second Callback URL???
If someone can help me, I would greatly appreciate as I'm struggling with this setup for the past month.
After some testing these are the findings I got from the log on different actions.
This is the log info after the GitHub installation finishes:
web-1 | 23:40:51 [WARNING] sentry.webhooks: github_enterprise.webhook.missing-integration (host='github.ourdomain.com')
web-1 | 23:40:51 [INFO] sentry.access.api: api.access (method='POST' view='sentry.integrations.github_enterprise.webhook.GitHubEnterpriseWebhookEndpoint' response=400 user_id='None' is_app='None' token_type='None' is_frontend_request='False' organization_id='None' auth_id='None' path='/extensions/github-enterprise/webhook/' caller_ip='###.###.###.222' user_agent='GitHub-Hookshot/709ed35' rate_limited='False' rate_limit_category='None' request_duration_seconds=0.13758373260498047 rate_limit_type='DNE' concurrent_limit='None' concurrent_requests='None' reset_time='None' group='None' limit='None' remaining='None')
web-1 | 23:40:51 [WARNING] django.request: Bad Request: /extensions/github-enterprise/webhook/ (status_code=400 request=<WSGIRequest: POST '/extensions/github-enterprise/webhook/'>)
nginx-1 | ###.###.###.222 - - [16/Sep/2024:23:40:51 +0000] "POST /extensions/github-enterprise/webhook/ HTTP/1.0" 400 0 "-" "GitHub-Hookshot/709ed35" "###.###.###.222"
nginx_proxy-1 | ###.###.###.222 - - [16/Sep/2024:23:40:51 +0000] "POST /extensions/github-enterprise/webhook/ HTTP/1.1" 400 0 "-" "GitHub-Hookshot/709ed35"
web-1 | 23:40:51 [INFO] sentry.superuser: superuser.request (url='http://sentry.ourdomain.com/extensions/github-enterprise/setup/?code=c77b7e5abedbd51f36e2&state=5f3ef9903549cbbe6545bb6e53e514fee0c7e8c1807bd80109f4f9226e78dafe' method='GET' ip_address='###.###.###.111' user_id=1)
web-1 | /.venv/lib/python3.11/site-packages/urllib3/connectionpool.py:1099: InsecureRequestWarning: Unverified HTTPS request is being made to host 'github.ourdomain.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings
web-1 | warnings.warn(
web-1 | 23:40:52 [INFO] sentry.integration.github_enterprise: dialog_response (document_origin='document.origin' success=True organization_id=4507965187358720)
web-1 | 23:40:52 [INFO] sentry.access.api: api.access (method='GET' view='sentry.web.frontend.pipeline_advancer.PipelineAdvancerView' response=200 user_id='1' is_app='False' token_type='None' is_frontend_request='True' organization_id='None' auth_id='None' path='/extensions/github-enterprise/setup/' caller_ip='###.###.###.###' user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36' rate_limited='False' rate_limit_category='None' request_duration_seconds=0.9627132415771484 rate_limit_type='DNE' concurrent_limit='None' concurrent_requests='None' reset_time='None' group='None' limit='None' remaining='None')
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "GET /extensions/github-enterprise/setup/?code=c77b7e5abedbd51f36e2&state=5f3ef9903549cbbe6545bb6e53e514fee0c7e8c1807bd80109f4f9226e78dafe HTTP/1.0" 200 10585 "https://github.ourdomain.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "GET /extensions/github-enterprise/setup/?code=c77b7e5abedbd51f36e2&state=5f3ef9903549cbbe6545bb6e53e514fee0c7e8c1807bd80109f4f9226e78dafe HTTP/1.1" 200 10585 "https://github.ourdomain.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "GET /_static/dist/sentry/entrypoints/sentry.css HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/github-enterprise/setup/?code=c77b7e5abedbd51f36e2&state=5f3ef9903549cbbe6545bb6e53e514fee0c7e8c1807bd80109f4f9226e78dafe" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "GET /_static/dist/sentry/entrypoints/sentry.css HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/github-enterprise/setup/?code=c77b7e5abedbd51f36e2&state=5f3ef9903549cbbe6545bb6e53e514fee0c7e8c1807bd80109f4f9226e78dafe" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "GET /_static/1726529895/sentry/js/ads.js HTTP/1.0" 200 33 "https://sentry.ourdomain.com/extensions/github-enterprise/setup/?code=c77b7e5abedbd51f36e2&state=5f3ef9903549cbbe6545bb6e53e514fee0c7e8c1807bd80109f4f9226e78dafe" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "GET /_static/1726529895/sentry/js/ads.js HTTP/1.1" 200 33 "https://sentry.ourdomain.com/extensions/github-enterprise/setup/?code=c77b7e5abedbd51f36e2&state=5f3ef9903549cbbe6545bb6e53e514fee0c7e8c1807bd80109f4f9226e78dafe" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "GET /_static/dist/sentry/entrypoints/app.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/github-enterprise/setup/?code=c77b7e5abedbd51f36e2&state=5f3ef9903549cbbe6545bb6e53e514fee0c7e8c1807bd80109f4f9226e78dafe" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "GET /_static/dist/sentry/entrypoints/app.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/github-enterprise/setup/?code=c77b7e5abedbd51f36e2&state=5f3ef9903549cbbe6545bb6e53e514fee0c7e8c1807bd80109f4f9226e78dafe" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "GET /api/0/organizations/sentry-org/?detailed=0&include_feature_flags=1 HTTP/1.1" 499 0 "https://sentry.ourdomain.com/extensions/github-enterprise/setup/?code=c77b7e5abedbd51f36e2&state=5f3ef9903549cbbe6545bb6e53e514fee0c7e8c1807bd80109f4f9226e78dafe" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "GET /api/0/organizations/sentry-org/?detailed=0&include_feature_flags=1 HTTP/1.0" 499 0 "https://sentry.ourdomain.com/extensions/github-enterprise/setup/?code=c77b7e5abedbd51f36e2&state=5f3ef9903549cbbe6545bb6e53e514fee0c7e8c1807bd80109f4f9226e78dafe" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "GET /api/0/organizations/sentry-org/teams/ HTTP/1.0" 499 0 "https://sentry.ourdomain.com/extensions/github-enterprise/setup/?code=c77b7e5abedbd51f36e2&state=5f3ef9903549cbbe6545bb6e53e514fee0c7e8c1807bd80109f4f9226e78dafe" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "GET /api/0/organizations/sentry-org/teams/ HTTP/1.1" 499 0 "https://sentry.ourdomain.com/extensions/github-enterprise/setup/?code=c77b7e5abedbd51f36e2&state=5f3ef9903549cbbe6545bb6e53e514fee0c7e8c1807bd80109f4f9226e78dafe" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "GET /api/0/organizations/sentry-org/projects/?all_projects=1&collapse=latestDeploys&collapse=unusedFeatures HTTP/1.1" 499 0 "https://sentry.ourdomain.com/extensions/github-enterprise/setup/?code=c77b7e5abedbd51f36e2&state=5f3ef9903549cbbe6545bb6e53e514fee0c7e8c1807bd80109f4f9226e78dafe" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "GET /api/0/organizations/sentry-org/projects/?all_projects=1&collapse=latestDeploys&collapse=unusedFeatures HTTP/1.0" 499 0 "https://sentry.ourdomain.com/extensions/github-enterprise/setup/?code=c77b7e5abedbd51f36e2&state=5f3ef9903549cbbe6545bb6e53e514fee0c7e8c1807bd80109f4f9226e78dafe" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "GET /_static/dist/sentry/assets/sentry-pattern.dba661a9db73aaaf2ea0.png HTTP/1.1" 304 0 "https://sentry.ourdomain.com/_static/dist/sentry/entrypoints/sentry.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "GET /_static/dist/sentry/assets/rubik-regular.ac2d143aa7c4dc5fb505.woff HTTP/1.1" 304 0 "https://sentry.ourdomain.com/_static/dist/sentry/entrypoints/sentry.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "GET /_static/dist/sentry/assets/sentry-pattern.dba661a9db73aaaf2ea0.png HTTP/1.0" 304 0 "https://sentry.ourdomain.com/_static/dist/sentry/entrypoints/sentry.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "GET /_static/dist/sentry/assets/rubik-regular.ac2d143aa7c4dc5fb505.woff HTTP/1.0" 304 0 "https://sentry.ourdomain.com/_static/dist/sentry/entrypoints/sentry.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "POST /api/1/envelope/?sentry_key=95cf539123994b9603c1be3b9e51343a&sentry_version=7&sentry_client=sentry.javascript.react%2F8.24.0 HTTP/1.0" 200 2 "https://sentry.ourdomain.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "POST /api/1/envelope/?sentry_key=95cf539123994b9603c1be3b9e51343a&sentry_version=7&sentry_client=sentry.javascript.react%2F8.24.0 HTTP/1.1" 200 2 "https://sentry.ourdomain.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
web-1 | 23:40:52 [INFO] sentry.superuser: superuser.request (url='http://sentry.ourdomain.com/api/0/organizations/sentry-org/projects/?all_projects=1&collapse=latestDeploys&collapse=unusedFeatures' method='GET' ip_address='###.###.###.111' user_id=1)
web-1 | 23:40:52 [INFO] sentry.superuser: superuser.request (url='http://sentry.ourdomain.com/api/0/organizations/sentry-org/teams/' method='GET' ip_address='###.###.###.111' user_id=1)
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "POST /api/1/envelope/?sentry_key=95cf539123994b9603c1be3b9e51343a&sentry_version=7&sentry_client=sentry.javascript.react%2F8.24.0 HTTP/1.0" 200 2 "https://sentry.ourdomain.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "POST /api/1/envelope/?sentry_key=95cf539123994b9603c1be3b9e51343a&sentry_version=7&sentry_client=sentry.javascript.react%2F8.24.0 HTTP/1.1" 200 2 "https://sentry.ourdomain.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "GET /_static/dist/sentry/chunks/app_components_panels_panelTable_tsx.acf696e57b25d1cc3b51.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/settings/sentry-org/integrations/github_enterprise/1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "GET /_static/dist/sentry/chunks/app_components_panels_panelTable_tsx.acf696e57b25d1cc3b51.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/settings/sentry-org/integrations/github_enterprise/1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "GET /_static/dist/sentry/chunks/app_views_settings_organizationIntegrations_configureIntegration_tsx-node_modules_lodash_diff-64a8b0.09ab2aa284fc082cab06.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/settings/sentry-org/integrations/github_enterprise/1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "GET /_static/dist/sentry/chunks/app_views_settings_organizationIntegrations_configureIntegration_tsx-node_modules_lodash_diff-64a8b0.09ab2aa284fc082cab06.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/settings/sentry-org/integrations/github_enterprise/1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "GET /_static/dist/sentry/chunks/app_components_panels_panelHeader_tsx-app_components_repositoryRow_tsx.44a1b59f9ed70a01437b.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/settings/sentry-org/integrations/github_enterprise/1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:40:52 +0000] "GET /_static/dist/sentry/chunks/app_components_panels_panelHeader_tsx-app_components_repositoryRow_tsx.44a1b59f9ed70a01437b.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/settings/sentry-org/integrations/github_enterprise/1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
web-1 | 23:40:52 [INFO] sentry.access.api: api.access (method='GET' view='sentry.api.endpoints.organization_projects.OrganizationProjectsEndpoint' response=200 user_id='1' is_app='False' token_type='None' is_frontend_request='True' organization_id='4507965187358720' auth_id='None' path='/api/0/organizations/sentry-org/projects/' caller_ip='###.###.###.###' user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36' rate_limited='False' rate_limit_category='None' request_duration_seconds=0.13216590881347656 rate_limit_type='DNE' concurrent_limit='None' concurrent_requests='None' reset_time='None' group='None' limit='None' remaining='None')
web-1 | 23:40:52 [INFO] sentry.superuser: superuser.request (url='http://sentry.ourdomain.com/api/0/organizations/sentry-org/?detailed=0&include_feature_flags=1' method='GET' ip_address='###.###.###.111' user_id=1)
web-1 | 23:40:52 [INFO] sentry.superuser: superuser.superuser_access (superuser_token_id='2WwH4mF1n4Nw' user_id=1 su_org_accessed='sentry-org')
web-1 | 23:40:52 [INFO] sentry.access.api: api.access (method='GET' view='sentry.api.endpoints.organization_teams.OrganizationTeamsEndpoint' response=200 user_id='1' is_app='False' token_type='None' is_frontend_request='True' organization_id='4507965187358720' auth_id='None' path='/api/0/organizations/sentry-org/teams/' caller_ip='###.###.###.###' user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36' rate_limited='False' rate_limit_category='None' request_duration_seconds=0.1386888027191162 rate_limit_type='DNE' concurrent_limit='None' concurrent_requests='None' reset_time='None' group='None' limit='None' remaining='None')
web-1 | 23:40:52 [INFO] sentry.superuser: superuser.superuser_access (superuser_token_id='2WwH4mF1n4Nw' user_id=1 su_org_accessed='sentry-org')
web-1 | 23:40:52 [INFO] sentry.access.api: api.access (method='GET' view='sentry.api.endpoints.organization_details.OrganizationDetailsEndpoint' response=200 user_id='1' is_app='False' token_type='None' is_frontend_request='True' organization_id='4507965187358720' auth_id='None' path='/api/0/organizations/sentry-org/' caller_ip='###.###.###.###' user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36' rate_limited='False' rate_limit_category='None' request_duration_seconds=0.2627449035644531 rate_limit_type='DNE' concurrent_limit='None' concurrent_requests='None' reset_time='None' group='None' limit='None' remaining='None')
web-1 | [uwsgi-http key: sentry.ourdomain.com client_addr: 192.168.64.58 client_port: 56969] hr_write(): Broken pipe [plugins/http/http.c line 565]
web-1 | 23:40:52 [INFO] sentry.superuser: superuser.request (url='http://sentry.ourdomain.com/api/0/organizations/sentry-org/plugins/configs/' method='GET' ip_address='###.###.###.111' user_id=1)
web-1 | 23:40:53 [INFO] sentry.superuser: superuser.superuser_access (superuser_token_id='2WwH4mF1n4Nw' user_id=1 su_org_accessed='sentry-org')
web-1 | 23:40:53 [INFO] sentry.superuser: superuser.request (url='http://sentry.ourdomain.com/api/0/organizations/sentry-org/integrations/1/' method='GET' ip_address='###.###.###.111' user_id=1)
web-1 | 23:40:53 [INFO] sentry.access.api: api.access (method='GET' view='sentry.api.endpoints.organization_plugins_configs.OrganizationPluginsConfigsEndpoint' response=200 user_id='1' is_app='False' token_type='None' is_frontend_request='True' organization_id='4507965187358720' auth_id='None' path='/api/0/organizations/sentry-org/plugins/configs/' caller_ip='###.###.###.###' user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36' rate_limited='False' rate_limit_category='None' request_duration_seconds=0.1046288013458252 rate_limit_type='DNE' concurrent_limit='None' concurrent_requests='None' reset_time='None' group='None' limit='None' remaining='None')
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:40:53 +0000] "GET /api/0/organizations/sentry-org/plugins/configs/ HTTP/1.0" 200 24302 "https://sentry.ourdomain.com/settings/sentry-org/integrations/github_enterprise/1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:40:53 +0000] "GET /api/0/organizations/sentry-org/plugins/configs/ HTTP/1.1" 200 24302 "https://sentry.ourdomain.com/settings/sentry-org/integrations/github_enterprise/1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
web-1 | 23:40:53 [INFO] sentry.superuser: superuser.request (url='http://sentry.ourdomain.com/api/0/organizations/sentry-org/config/integrations/' method='GET' ip_address='###.###.###.111' user_id=1)
web-1 | 23:40:53 [INFO] sentry.superuser: superuser.superuser_access (superuser_token_id='2WwH4mF1n4Nw' user_id=1 su_org_accessed='sentry-org')
web-1 | 23:40:53 [INFO] sentry.access.api: api.access (method='GET' view='sentry.integrations.api.endpoints.organization_integration_details.OrganizationIntegrationDetailsEndpoint' response=200 user_id='1' is_app='False' token_type='None' is_frontend_request='True' organization_id='4507965187358720' auth_id='None' path='/api/0/organizations/sentry-org/integrations/1/' caller_ip='###.###.###.###' user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36' rate_limited='False' rate_limit_category='None' request_duration_seconds=0.15822148323059082 rate_limit_type='DNE' concurrent_limit='None' concurrent_requests='None' reset_time='None' group='None' limit='None' remaining='None')
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:40:53 +0000] "GET /api/0/organizations/sentry-org/integrations/1/ HTTP/1.0" 200 1430 "https://sentry.ourdomain.com/settings/sentry-org/integrations/github_enterprise/1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:40:53 +0000] "GET /api/0/organizations/sentry-org/integrations/1/ HTTP/1.1" 200 1430 "https://sentry.ourdomain.com/settings/sentry-org/integrations/github_enterprise/1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
web-1 | 23:40:53 [INFO] sentry.superuser: superuser.superuser_access (superuser_token_id='2WwH4mF1n4Nw' user_id=1 su_org_accessed='sentry-org')
web-1 | 23:40:53 [INFO] sentry.access.api: api.access (method='GET' view='sentry.integrations.api.endpoints.organization_config_integrations.OrganizationConfigIntegrationsEndpoint' response=200 user_id='1' is_app='False' token_type='None' is_frontend_request='True' organization_id='4507965187358720' auth_id='None' path='/api/0/organizations/sentry-org/config/integrations/' caller_ip='###.###.###.###' user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36' rate_limited='False' rate_limit_category='None' request_duration_seconds=0.16931962966918945 rate_limit_type='DNE' concurrent_limit='None' concurrent_requests='None' reset_time='None' group='None' limit='None' remaining='None')
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:40:53 +0000] "GET /api/0/organizations/sentry-org/config/integrations/ HTTP/1.0" 200 23567 "https://sentry.ourdomain.com/settings/sentry-org/integrations/github_enterprise/1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:40:53 +0000] "GET /api/0/organizations/sentry-org/config/integrations/ HTTP/1.1" 200 23567 "https://sentry.ourdomain.com/settings/sentry-org/integrations/github_enterprise/1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
web-1 | 23:40:53 [INFO] sentry.superuser: superuser.request (url='http://sentry.ourdomain.com/api/0/organizations/sentry-org/repos/?integration_id=1&status=active' method='GET' ip_address='###.###.###.111' user_id=1)
web-1 | 23:40:53 [INFO] sentry.superuser: superuser.superuser_access (superuser_token_id='2WwH4mF1n4Nw' user_id=1 su_org_accessed='sentry-org')
web-1 | 23:40:53 [INFO] sentry.access.api: api.access (method='GET' view='sentry.integrations.api.endpoints.organization_repositories.OrganizationRepositoriesEndpoint' response=200 user_id='1' is_app='False' token_type='None' is_frontend_request='True' organization_id='4507965187358720' auth_id='None' path='/api/0/organizations/sentry-org/repos/' caller_ip='###.###.###.###' user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36' rate_limited='False' rate_limit_category='None' request_duration_seconds=0.17103362083435059 rate_limit_type='DNE' concurrent_limit='None' concurrent_requests='None' reset_time='None' group='None' limit='None' remaining='None')
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:40:53 +0000] "GET /api/0/organizations/sentry-org/repos/?integration_id=1&status=active HTTP/1.0" 200 2 "https://sentry.ourdomain.com/settings/sentry-org/integrations/github_enterprise/1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:40:53 +0000] "GET /api/0/organizations/sentry-org/repos/?integration_id=1&status=active HTTP/1.1" 200 2 "https://sentry.ourdomain.com/settings/sentry-org/integrations/github_enterprise/1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
web-1 | 23:40:53 [INFO] sentry.superuser: superuser.request (url='http://sentry.ourdomain.com/api/0/organizations/sentry-org/integrations/1/repos/' method='GET' ip_address='###.###.###.111' user_id=1)
web-1 | 23:40:53 [INFO] sentry.integrations.github: Page 1: /installation/repositories?per_page=100
web-1 | 23:40:53 [INFO] sentry.integrations.github: token.refresh_start (integration_id=1)
web-1 | 23:40:53 [INFO] sentry.integrations.github: token.jwt (path_url='/api/v3/app/installations/155/access_tokens' integration_id=1)
web-1 | 23:40:53 [INFO] sentry.integrations.client: integration.http_response (url='https://github.ourdomain.com/api/v3/app/installations/155/access_tokens' integration='github_enterprise' status_string='201')
web-1 | 23:40:53 [INFO] sentry.integrations.github: token.refresh_end (new_expires_at='2024-09-17T00:40:53' integration_id=1)
web-1 | 23:40:53 [INFO] sentry.integrations.github: token.access_token (path_url='/api/v3/installation/repositories?per_page=100' integration_id=1)
web-1 | 23:40:53 [INFO] sentry.integrations.client: integration.http_response (url='https://github.ourdomain.com/api/v3/installation/repositories' integration='github_enterprise' status_string='200')
web-1 | 23:40:53 [INFO] sentry.integrations.github.utils: There are no pages to iterate on.
web-1 | 23:40:53 [INFO] sentry.superuser: superuser.superuser_access (superuser_token_id='2WwH4mF1n4Nw' user_id=1 su_org_accessed='sentry-org')
web-1 | 23:40:53 [INFO] sentry.access.api: api.access (method='GET' view='sentry.integrations.api.endpoints.organization_integration_repos.OrganizationIntegrationReposEndpoint' response=200 user_id='1' is_app='False' token_type='None' is_frontend_request='True' organization_id='4507965187358720' auth_id='None' path='/api/0/organizations/sentry-org/integrations/1/repos/' caller_ip='###.###.###.###' user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36' rate_limited='False' rate_limit_category='None' request_duration_seconds=0.39816737174987793 rate_limit_type='DNE' concurrent_limit='None' concurrent_requests='None' reset_time='None' group='None' limit='None' remaining='None')
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:40:53 +0000] "GET /api/0/organizations/sentry-org/integrations/1/repos/ HTTP/1.0" 200 135 "https://sentry.ourdomain.com/settings/sentry-org/integrations/github_enterprise/1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:40:53 +0000] "GET /api/0/organizations/sentry-org/integrations/1/repos/ HTTP/1.1" 200 135 "https://sentry.ourdomain.com/settings/sentry-org/integrations/github_enterprise/1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
worker-1 | 23:41:00 [INFO] sentry.rules.delayed_processing: delayed_processing.project_id_list (project_ids='')
ingest-monitors-1 | 23:41:01 [INFO] sentry: monitors.consumer.clock_tick (reference_datetime='2024-09-16 23:41:00+00:00')
monitors-clock-tick-1 | 23:41:01 [INFO] sentry.monitors.consumers.clock_tick_consumer: process_clock_tick (reference_datetime='2024-09-16 23:41:00+00:00')
After adding the repo:
web-1 | 23:41:59 [INFO] sentry.superuser: superuser.request (url='http://sentry.ourdomain.com/api/0/organizations/sentry-org/repos/' method='POST' ip_address='###.###.###.111' user_id=1)
web-1 | 23:41:59 [INFO] sentry.integrations.github: token.access_token (path_url='/api/v3/repos/sentry-org/test_sentry_dev_another' integration_id=1)
web-1 | 23:41:59 [INFO] sentry.integrations.client: integration.http_response (url='https://github.ourdomain.com/api/v3/repos/sentry-org/test_sentry_dev_another' integration='github_enterprise' status_string='200')
web-1 | 23:41:59 [INFO] sentry.integrations.github: token.access_token (path_url='/api/v3/repos/sentry-org/test_sentry_dev_another/commits' integration_id=1)
web-1 | 23:41:59 [INFO] sentry.integrations.client: integration.http_response (url='https://github.ourdomain.com/api/v3/repos/sentry-org/test_sentry_dev_another/commits' integration='github_enterprise' status_string='409' error='409 Client Error: Conflict for url: https://github.ourdomain.com/api/v3/repos/sentry-org/test_sentry_dev_another/commits')
web-1 | 23:42:00 [INFO] sentry.superuser: superuser.superuser_access (superuser_token_id='2WwH4mF1n4Nw' user_id=1 su_org_accessed='sentry-org')
web-1 | 23:42:00 [INFO] sentry.access.api: api.access (method='POST' view='sentry.integrations.api.endpoints.organization_repositories.OrganizationRepositoriesEndpoint' response=400 user_id='1' is_app='False' token_type='None' is_frontend_request='True' organization_id='4507965187358720' auth_id='None' path='/api/0/organizations/sentry-org/repos/' caller_ip='###.###.###.###' user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36' rate_limited='False' rate_limit_category='None' request_duration_seconds=0.36869382858276367 rate_limit_type='DNE' concurrent_limit='None' concurrent_requests='None' reset_time='None' group='None' limit='None' remaining='None')
web-1 | 23:42:00 [WARNING] django.request: Bad Request: /api/0/organizations/sentry-org/repos/ (status_code=400 request=<WSGIRequest: POST '/api/0/organizations/sentry-org/repos/'>)
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:00 +0000] "POST /api/0/organizations/sentry-org/repos/ HTTP/1.1" 400 115 "https://sentry.ourdomain.com/settings/sentry-org/integrations/github_enterprise/1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:00 +0000] "POST /api/0/organizations/sentry-org/repos/ HTTP/1.0" 400 115 "https://sentry.ourdomain.com/settings/sentry-org/integrations/github_enterprise/1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
worker-1 | 23:42:00 [INFO] sentry.rules.delayed_processing: delayed_processing.project_id_list (project_ids='')
ingest-monitors-1 | 23:42:01 [INFO] sentry: monitors.consumer.clock_tick (reference_datetime='2024-09-16 23:42:00+00:00')
monitors-clock-tick-1 | 23:42:01 [INFO] sentry.monitors.consumers.clock_tick_consumer: process_clock_tick (reference_datetime='2024-09-16 23:42:00+00:00')
Then when we go to: https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/ where 155 is the ID of the GitHub installation of the app we get this log output.
web-1 | 23:42:53 [INFO] sentry.superuser: superuser.request (url='http://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/' method='GET' ip_address='###.###.###.111' user_id=1)
web-1 | 23:42:53 [INFO] sentry.superuser: superuser.superuser_access (superuser_token_id='2WwH4mF1n4Nw' user_id=1 su_org_accessed='sentry-org')
web-1 | 23:42:53 [INFO] sentry.access.api: api.access (method='GET' view='sentry.web.frontend.react_page.ReactPageView' response=200 user_id='1' is_app='False' token_type='None' is_frontend_request='True' organization_id='4507965187358720' auth_id='None' path='/extensions/external-install/github-enterprise/155/' caller_ip='###.###.###.###' user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36' rate_limited='False' rate_limit_category='None' request_duration_seconds=0.24558234214782715 rate_limit_type='DNE' concurrent_limit='None' concurrent_requests='None' reset_time='None' group='None' limit='None' remaining='None')
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /extensions/external-install/github-enterprise/155/ HTTP/1.0" 200 7900 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /extensions/external-install/github-enterprise/155/ HTTP/1.1" 200 7900 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/entrypoints/sentry.css HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/entrypoints/sentry.css HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/entrypoints/app.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/entrypoints/app.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/assets/rubik-regular.ac2d143aa7c4dc5fb505.woff HTTP/1.0" 304 0 "https://sentry.ourdomain.com/_static/dist/sentry/entrypoints/sentry.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/assets/rubik-regular.ac2d143aa7c4dc5fb505.woff HTTP/1.1" 304 0 "https://sentry.ourdomain.com/_static/dist/sentry/entrypoints/sentry.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_bootstrap_initializeMain_tsx.b3397dad62e27e490f47.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_bootstrap_initializeMain_tsx.b3397dad62e27e490f47.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/vendors-node_modules_emotion_react_jsx-runtime_dist_emotion-react-jsx-runtime_browser_esm_js--7033c1.4f427d6c42d22bd90bba.js HTTP/1.0" 200 94026 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/vendors-node_modules_emotion_react_jsx-runtime_dist_emotion-react-jsx-runtime_browser_esm_js--7033c1.4f427d6c42d22bd90bba.js HTTP/1.1" 200 94026 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/vendors-node_modules_moment-timezone_index_js-node_modules_query-string_index_js-node_modules-f869ac.7405bb8a52944d39ef6c.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/vendors-node_modules_moment-timezone_index_js-node_modules_query-string_index_js-node_modules-f869ac.7405bb8a52944d39ef6c.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_bootstrap_index_tsx.a08345d6bfb1e7446e9e.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_bootstrap_index_tsx.a08345d6bfb1e7446e9e.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
web-1 | 23:42:53 [INFO] sentry.superuser: superuser.request (url='http://sentry.ourdomain.com/api/0/organizations/sentry-org/projects/?all_projects=1&collapse=latestDeploys&collapse=unusedFeatures' method='GET' ip_address='###.###.###.111' user_id=1)
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/vendors-node_modules_react-aria_button_dist_import_mjs-node_modules_react-aria_i18n_dist_useL-75fac4.502a1978f2134b71997f.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/vendors-node_modules_react-aria_button_dist_import_mjs-node_modules_react-aria_i18n_dist_useL-75fac4.502a1978f2134b71997f.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/vendors-node_modules_react-aria_gridlist_dist_import_mjs-node_modules_react-aria_listbox_dist-360f64.fc86a590274ed3aef7af.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/vendors-node_modules_react-aria_gridlist_dist_import_mjs-node_modules_react-aria_listbox_dist-360f64.fc86a590274ed3aef7af.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/vendors-node_modules_sentry_release-parser_lib_parser_js-node_modules_echarts_lib_chart_bar_i-ef45e6.5ff6029fc39953d76c42.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/vendors-node_modules_sentry_release-parser_lib_parser_js-node_modules_echarts_lib_chart_bar_i-ef45e6.5ff6029fc39953d76c42.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/vendors-node_modules_lodash_chunk_js-node_modules_react-aria_menu_dist_import_mjs-node_module-400735.c0353b3ee0fa5f652b54.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/vendors-node_modules_lodash_chunk_js-node_modules_react-aria_menu_dist_import_mjs-node_module-400735.c0353b3ee0fa5f652b54.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/vendors-node_modules_base64-arraybuffer_dist_base64-arraybuffer_es5_js-node_modules_echarts_i-46169e.5c580706d48308328b76.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/vendors-node_modules_base64-arraybuffer_dist_base64-arraybuffer_es5_js-node_modules_echarts_i-46169e.5c580706d48308328b76.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/vendors-node_modules_echarts-for-react_lib_core_js-node_modules_echarts_core_js-node_modules_-97c6ab.acfef2dba99bca6707a0.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/vendors-node_modules_echarts-for-react_lib_core_js-node_modules_echarts_core_js-node_modules_-97c6ab.acfef2dba99bca6707a0.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/vendors-node_modules_date-fns_format_index_js-node_modules_react-aria_combobox_dist_import_mj-13989e.7538f7711e454905adea.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/vendors-node_modules_date-fns_format_index_js-node_modules_react-aria_combobox_dist_import_mj-13989e.7538f7711e454905adea.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
web-1 | 23:42:53 [INFO] sentry.superuser: superuser.request (url='http://sentry.ourdomain.com/api/0/organizations/sentry-org/teams/' method='GET' ip_address='###.###.###.111' user_id=1)
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/vendors-node_modules_emotion_styled_base_dist_emotion-styled-base_browser_esm_js-node_modules-432f02.019f141873ca89598d27.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/vendors-node_modules_emotion_styled_base_dist_emotion-styled-base_browser_esm_js-node_modules-432f02.019f141873ca89598d27.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/vendors-node_modules_echarts_lib_component_markPoint_js-node_modules_focus-trap_dist_focus-tr-2c378f.e604523d2ad346008b09.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/vendors-node_modules_echarts_lib_component_markPoint_js-node_modules_focus-trap_dist_focus-tr-2c378f.e604523d2ad346008b09.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_utils_withProject_tsx-app_views_settings_components_text_textBlock_tsx.aa16962889869aad17ec.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_utils_withProject_tsx-app_views_settings_components_text_textBlock_tsx.aa16962889869aad17ec.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
web-1 | 23:42:53 [INFO] sentry.superuser: superuser.request (url='http://sentry.ourdomain.com/api/0/organizations/sentry-org/?detailed=0&include_feature_flags=1' method='GET' ip_address='###.###.###.111' user_id=1)
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_components_compactSelect_list_tsx.84ed0f0043b0793b39cc.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_components_compactSelect_list_tsx.84ed0f0043b0793b39cc.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_components_checkbox_tsx-app_components_emptyStateWarning_tsx-app_utils_useOverlay_tsx.34097b999864cfaa7e49.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_components_checkbox_tsx-app_components_emptyStateWarning_tsx-app_utils_useOverlay_tsx.34097b999864cfaa7e49.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_components_dropdownMenu_index_tsx-app_components_feedback_widget_useFeedbackWidget_tsx.b2ae6b7a00c0cdd77f77.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_components_dropdownMenu_index_tsx-app_components_feedback_widget_useFeedbackWidget_tsx.b2ae6b7a00c0cdd77f77.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
web-1 | 23:42:53 [INFO] sentry.access.api: api.access (method='GET' view='sentry.api.endpoints.organization_projects.OrganizationProjectsEndpoint' response=200 user_id='1' is_app='False' token_type='None' is_frontend_request='True' organization_id='4507965187358720' auth_id='None' path='/api/0/organizations/sentry-org/projects/' caller_ip='###.###.###.###' user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36' rate_limited='False' rate_limit_category='None' request_duration_seconds=0.15482044219970703 rate_limit_type='DNE' concurrent_limit='None' concurrent_requests='None' reset_time='None' group='None' limit='None' remaining='None')
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_actionCreators_discoverSavedQueries_tsx-app_actionCreators_guides_tsx-app_components_grid-999779.36a7f98017339cf4351a.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_actionCreators_discoverSavedQueries_tsx-app_actionCreators_guides_tsx-app_components_grid-999779.36a7f98017339cf4351a.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_components_acl_feature_tsx-app_components_acl_featureDisabled_tsx.40708b4d470d6098a39b.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_components_acl_feature_tsx-app_components_acl_featureDisabled_tsx.40708b4d470d6098a39b.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /api/0/organizations/sentry-org/projects/?all_projects=1&collapse=latestDeploys&collapse=unusedFeatures HTTP/1.0" 200 1302 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /api/0/organizations/sentry-org/projects/?all_projects=1&collapse=latestDeploys&collapse=unusedFeatures HTTP/1.1" 200 1302 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_components_charts_barChart_tsx.68cf33edcab372f86224.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_components_charts_barChart_tsx.68cf33edcab372f86224.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_components_lazyRender_tsx-app_components_timeRangeSelector_utils_tsx-app_utils_replayCoun-aad358.7a800705571037a6b30c.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_components_lazyRender_tsx-app_components_timeRangeSelector_utils_tsx-app_utils_replayCoun-aad358.7a800705571037a6b30c.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_actionCreators_navigation_tsx.d7acd8943c47f83d0108.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_actionCreators_navigation_tsx.d7acd8943c47f83d0108.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_components_deprecatedAsyncComponent_tsx.9defdd508a83f62cd03c.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_components_deprecatedAsyncComponent_tsx.9defdd508a83f62cd03c.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_actionCreators_redirectToProject_tsx-app_actionCreators_sudoModal_tsx-app_bootstrap_commo-123bfc.7d23fe3270bfd5d0bc7b.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_actionCreators_redirectToProject_tsx-app_actionCreators_sudoModal_tsx-app_bootstrap_commo-123bfc.7d23fe3270bfd5d0bc7b.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_bootstrap_initializeApp_tsx-app_components_avatar_userAvatar_tsx-app_components_charts_co-551758.f76cded94c16cf05cb29.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /_static/dist/sentry/chunks/app_bootstrap_initializeApp_tsx-app_components_avatar_userAvatar_tsx-app_components_charts_co-551758.f76cded94c16cf05cb29.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
web-1 | 23:42:53 [INFO] sentry.access.api: api.access (method='GET' view='sentry.api.endpoints.organization_teams.OrganizationTeamsEndpoint' response=200 user_id='1' is_app='False' token_type='None' is_frontend_request='True' organization_id='4507965187358720' auth_id='None' path='/api/0/organizations/sentry-org/teams/' caller_ip='###.###.###.###' user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36' rate_limited='False' rate_limit_category='None' request_duration_seconds=0.19914817810058594 rate_limit_type='DNE' concurrent_limit='None' concurrent_requests='None' reset_time='None' group='None' limit='None' remaining='None')
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /api/0/organizations/sentry-org/teams/ HTTP/1.0" 200 1782 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:53 +0000] "GET /api/0/organizations/sentry-org/teams/ HTTP/1.1" 200 1782 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
web-1 | 23:42:54 [INFO] sentry.access.api: api.access (method='GET' view='sentry.api.endpoints.organization_details.OrganizationDetailsEndpoint' response=200 user_id='1' is_app='False' token_type='None' is_frontend_request='True' organization_id='4507965187358720' auth_id='None' path='/api/0/organizations/sentry-org/' caller_ip='###.###.###.###' user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36' rate_limited='False' rate_limit_category='None' request_duration_seconds=0.2727077007293701 rate_limit_type='DNE' concurrent_limit='None' concurrent_requests='None' reset_time='None' group='None' limit='None' remaining='None')
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:54 +0000] "GET /api/0/organizations/sentry-org/?detailed=0&include_feature_flags=1 HTTP/1.0" 200 7336 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:54 +0000] "GET /api/0/organizations/sentry-org/?detailed=0&include_feature_flags=1 HTTP/1.1" 200 7336 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:54 +0000] "POST /api/1/envelope/?sentry_key=95cf539123994b9603c1be3b9e51343a&sentry_version=7&sentry_client=sentry.javascript.react%2F8.24.0 HTTP/1.0" 200 2 "https://sentry.ourdomain.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:54 +0000] "POST /api/1/envelope/?sentry_key=95cf539123994b9603c1be3b9e51343a&sentry_version=7&sentry_client=sentry.javascript.react%2F8.24.0 HTTP/1.1" 200 2 "https://sentry.ourdomain.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:54 +0000] "GET /_static/dist/sentry/chunks/app_components_forms_fields_textareaField_tsx-app_views_integrationOrganizationLink_index_tsx.4b0552a2f314685b6a1f.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:54 +0000] "GET /_static/dist/sentry/chunks/app_components_forms_fields_textareaField_tsx-app_views_integrationOrganizationLink_index_tsx.4b0552a2f314685b6a1f.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:54 +0000] "GET /_static/dist/sentry/chunks/app_views_settings_organizationIntegrations_abstractIntegrationDetailedView_tsx.f39345805c04540a280f.js HTTP/1.0" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:54 +0000] "GET /_static/dist/sentry/chunks/app_views_settings_organizationIntegrations_abstractIntegrationDetailedView_tsx.f39345805c04540a280f.js HTTP/1.1" 304 0 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
web-1 | 23:42:54 [INFO] sentry.superuser: superuser.request (url='http://sentry.ourdomain.com/api/0/internal/health/' method='GET' ip_address='###.###.###.111' user_id=1)
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:54 +0000] "GET /api/0/internal/health/ HTTP/1.0" 200 106 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:54 +0000] "GET /api/0/internal/health/ HTTP/1.1" 200 106 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
web-1 | 23:42:54 [INFO] sentry.superuser: superuser.request (url='http://sentry.ourdomain.com/api/0/assistant/' method='GET' ip_address='###.###.###.111' user_id=1)
web-1 | 23:42:54 [INFO] sentry.superuser: superuser.request (url='http://sentry.ourdomain.com/api/0/organizations/?member=1' method='GET' ip_address='###.###.###.111' user_id=1)
web-1 | 23:42:54 [INFO] sentry.access.api: api.access (method='GET' view='sentry.api.endpoints.assistant.AssistantEndpoint' response=200 user_id='1' is_app='False' token_type='None' is_frontend_request='True' organization_id='None' auth_id='None' path='/api/0/assistant/' caller_ip='###.###.###.###' user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36' rate_limited='False' rate_limit_category='None' request_duration_seconds=0.1320798397064209 rate_limit_type='DNE' concurrent_limit='None' concurrent_requests='None' reset_time='None' group='None' limit='None' remaining='None')
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:54 +0000] "GET /api/0/assistant/ HTTP/1.0" 200 1087 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:54 +0000] "GET /api/0/assistant/ HTTP/1.1" 200 1087 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
web-1 | 23:42:54 [INFO] sentry.superuser: superuser.request (url='http://sentry.ourdomain.com/api/0/organizations/?include_feature_flags=1' method='GET' ip_address='###.###.###.111' user_id=1)
web-1 | 23:42:54 [INFO] sentry.access.api: api.access (method='GET' view='sentry.api.endpoints.organization_index.OrganizationIndexEndpoint' response=200 user_id='1' is_app='False' token_type='None' is_frontend_request='True' organization_id='None' auth_id='None' path='/api/0/organizations/' caller_ip='###.###.###.###' user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36' rate_limited='False' rate_limit_category='None' request_duration_seconds=0.16646170616149902 rate_limit_type='DNE' concurrent_limit='None' concurrent_requests='None' reset_time='None' group='None' limit='None' remaining='None')
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:54 +0000] "GET /api/0/organizations/?member=1 HTTP/1.0" 200 1670 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:54 +0000] "GET /api/0/organizations/?member=1 HTTP/1.1" 200 1670 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
web-1 | 23:42:54 [INFO] sentry.access.api: api.access (method='GET' view='sentry.api.endpoints.organization_index.OrganizationIndexEndpoint' response=200 user_id='1' is_app='False' token_type='None' is_frontend_request='True' organization_id='None' auth_id='None' path='/api/0/organizations/' caller_ip='###.###.###.###' user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36' rate_limited='False' rate_limit_category='None' request_duration_seconds=0.15838098526000977 rate_limit_type='DNE' concurrent_limit='None' concurrent_requests='None' reset_time='None' group='None' limit='None' remaining='None')
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:54 +0000] "GET /api/0/organizations/?include_feature_flags=1 HTTP/1.0" 200 1670 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:54 +0000] "GET /api/0/organizations/?include_feature_flags=1 HTTP/1.1" 200 1670 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:54 +0000] "GET /_static/dist/sentry/assets/sentry-pattern.dba661a9db73aaaf2ea0.png HTTP/1.0" 304 0 "https://sentry.ourdomain.com/_static/dist/sentry/entrypoints/sentry.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:54 +0000] "GET /_static/dist/sentry/assets/sentry-pattern.dba661a9db73aaaf2ea0.png HTTP/1.1" 304 0 "https://sentry.ourdomain.com/_static/dist/sentry/entrypoints/sentry.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:54 +0000] "GET /_static/dist/sentry/assets/rubik-medium.c9da53ef4973605ec234.woff HTTP/1.0" 304 0 "https://sentry.ourdomain.com/_static/dist/sentry/entrypoints/sentry.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:54 +0000] "GET /_static/dist/sentry/assets/rubik-medium.c9da53ef4973605ec234.woff HTTP/1.1" 304 0 "https://sentry.ourdomain.com/_static/dist/sentry/entrypoints/sentry.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
web-1 | 23:42:54 [INFO] sentry.superuser: superuser.request (url='http://sentry.ourdomain.com/api/0/organizations/sentry-org/config/integrations/?provider_key=github-enterprise' method='GET' ip_address='###.###.###.111' user_id=1)
web-1 | 23:42:54 [INFO] sentry.access.api: api.access (method='GET' view='sentry.integrations.api.endpoints.organization_config_integrations.OrganizationConfigIntegrationsEndpoint' response=404 user_id='1' is_app='False' token_type='None' is_frontend_request='True' organization_id='4507965187358720' auth_id='None' path='/api/0/organizations/sentry-org/config/integrations/' caller_ip='###.###.###.###' user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36' rate_limited='False' rate_limit_category='None' request_duration_seconds=0.0750572681427002 rate_limit_type='DNE' concurrent_limit='None' concurrent_requests='None' reset_time='None' group='None' limit='None' remaining='None')
web-1 | 23:42:54 [WARNING] django.request: Not Found: /api/0/organizations/sentry-org/config/integrations/ (status_code=404 request=<WSGIRequest: GET '/api/0/organizations/sentry-org/config/integrations/?provider_key=github-enterprise'>)
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:54 +0000] "GET /api/0/organizations/sentry-org/config/integrations/?provider_key=github-enterprise HTTP/1.0" 404 35 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:54 +0000] "GET /api/0/organizations/sentry-org/config/integrations/?provider_key=github-enterprise HTTP/1.1" 404 35 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
web-1 | 23:42:54 [INFO] sentry.superuser: superuser.request (url='http://sentry.ourdomain.com/api/0/organizations/sentry-org/?include_feature_flags=1' method='GET' ip_address='###.###.###.111' user_id=1)
web-1 | 23:42:54 [INFO] sentry.superuser: superuser.superuser_access (superuser_token_id='2WwH4mF1n4Nw' user_id=1 su_org_accessed='sentry-org')
web-1 | 23:42:54 [INFO] sentry.access.api: api.access (method='GET' view='sentry.api.endpoints.organization_details.OrganizationDetailsEndpoint' response=200 user_id='1' is_app='False' token_type='None' is_frontend_request='True' organization_id='4507965187358720' auth_id='None' path='/api/0/organizations/sentry-org/' caller_ip='###.###.###.###' user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36' rate_limited='False' rate_limit_category='None' request_duration_seconds=0.28802919387817383 rate_limit_type='DNE' concurrent_limit='None' concurrent_requests='None' reset_time='None' group='None' limit='None' remaining='None')
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:42:54 +0000] "GET /api/0/organizations/sentry-org/?include_feature_flags=1 HTTP/1.0" 200 9237 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:42:54 +0000] "GET /api/0/organizations/sentry-org/?include_feature_flags=1 HTTP/1.1" 200 9237 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
worker-1 | 23:43:00 [INFO] sentry.rules.delayed_processing: delayed_processing.project_id_list (project_ids='')
ingest-monitors-1 | 23:43:01 [INFO] sentry: monitors.consumer.clock_tick (reference_datetime='2024-09-16 23:43:00+00:00')
monitors-clock-tick-1 | 23:43:01 [INFO] sentry.monitors.consumers.clock_tick_consumer: process_clock_tick (reference_datetime='2024-09-16 23:43:00+00:00')
Once the installation is done, it gets us back to Sentry Projects page and when we try to add the Repository to the project it gives us in the bottom right corner "Failed to retrieve organization or integration details" with log output like this:
web-1 | 23:44:52 [INFO] sentry.superuser: superuser.request (url='http://sentry.ourdomain.com/api/0/organizations/sentry-org/config/integrations/?provider_key=github-enterprise' method='GET' ip_address='###.###.###.111' user_id=1)
web-1 | 23:44:52 [INFO] sentry.superuser: superuser.superuser_access (superuser_token_id='2WwH4mF1n4Nw' user_id=1 su_org_accessed='sentry-org')
web-1 | 23:44:52 [INFO] sentry.access.api: api.access (method='GET' view='sentry.integrations.api.endpoints.organization_config_integrations.OrganizationConfigIntegrationsEndpoint' response=404 user_id='1' is_app='False' token_type='None' is_frontend_request='True' organization_id='4507965187358720' auth_id='None' path='/api/0/organizations/sentry-org/config/integrations/' caller_ip='###.###.###.###' user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36' rate_limited='False' rate_limit_category='None' request_duration_seconds=0.08534550666809082 rate_limit_type='DNE' concurrent_limit='None' concurrent_requests='None' reset_time='None' group='None' limit='None' remaining='None')
web-1 | 23:44:52 [WARNING] django.request: Not Found: /api/0/organizations/sentry-org/config/integrations/ (status_code=404 request=<WSGIRequest: GET '/api/0/organizations/sentry-org/config/integrations/?provider_key=github-enterprise'>)
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:44:52 +0000] "GET /api/0/organizations/sentry-org/config/integrations/?provider_key=github-enterprise HTTP/1.0" 404 35 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:44:52 +0000] "GET /api/0/organizations/sentry-org/config/integrations/?provider_key=github-enterprise HTTP/1.1" 404 35 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
web-1 | 23:44:52 [INFO] sentry.superuser: superuser.request (url='http://sentry.ourdomain.com/api/0/organizations/sentry-org/?include_feature_flags=1' method='GET' ip_address='###.###.###.111' user_id=1)
web-1 | 23:44:52 [INFO] sentry.superuser: superuser.superuser_access (superuser_token_id='2WwH4mF1n4Nw' user_id=1 su_org_accessed='sentry-org')
web-1 | 23:44:52 [INFO] sentry.access.api: api.access (method='GET' view='sentry.api.endpoints.organization_details.OrganizationDetailsEndpoint' response=200 user_id='1' is_app='False' token_type='None' is_frontend_request='True' organization_id='4507965187358720' auth_id='None' path='/api/0/organizations/sentry-org/' caller_ip='###.###.###.###' user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36' rate_limited='False' rate_limit_category='None' request_duration_seconds=0.2876780033111572 rate_limit_type='DNE' concurrent_limit='None' concurrent_requests='None' reset_time='None' group='None' limit='None' remaining='None')
nginx-1 | ###.###.###.111 - - [16/Sep/2024:23:44:52 +0000] "GET /api/0/organizations/sentry-org/?include_feature_flags=1 HTTP/1.0" 200 9237 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "###.###.###.111"
nginx_proxy-1 | ###.###.###.111 - - [16/Sep/2024:23:44:52 +0000] "GET /api/0/organizations/sentry-org/?include_feature_flags=1 HTTP/1.1" 200 9237 "https://sentry.ourdomain.com/extensions/external-install/github-enterprise/155/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
If anyone has any other tip about hot to be able to add repos to the Sentry please let me know... I am out of ideas what can be wrong... :/
Figured out what was the issue... The git hub repository I was using didn't have any files in it so it couldn't connect. That would be good to add somewhere into the Git Hub integration docs for future. Thanks.
Self-Hosted Version
24.8.0
CPU Architecture
x86_64
Docker Version
26.0.2 buil 3c863ff
Docker Compose Version
v2.26.1
Steps to Reproduce
Tried to find online, but most of the issues I found are for GitLab or Slack. None for GitHub especially not Enterprise.
Any help on how to debug this would be super helpful. Thank you!
Expected Result
The expected result is, by docs, to show in Sentry that GitHub Enterprise integration setup is installed.
Actual Result
Window says:
When I check the logs on the containers the only error I can see is:
Tried to see if it will work with regular GitHub integration not only enterprise and there I'm getting 404 error as soon as I click on github.
App is installed in the GitHub repo, just not in Sentry.
Event ID
No response