logicalup
logicalup
having same issue, maybe something changed on mozillas side?
- tried manually installing inside web container - tried adding inside sentry.config.py - tried adding RUN pip install command and COPY sentry.config.py commands inside Dockerfile - tried searching on google,...
Update: See this https://github.com/getsentry/sentry-auth-google/issues/27#issuecomment-485633867 for version 9.1.1 Ok I figured it out (hopefully this helps someone who is looking for docker install instructions): After installing sentry onpremise (using docker) and...
can we maybe update readme?
in the newest version (9.1.1) the above solution will give you a warning. Instead, I added the following to sentry.conf.py ``` SENTRY_OPTIONS['auth-google.client-id'] = 'your_own_client_id_here' SENTRY_OPTIONS['auth-google.client-secret'] = 'your_own_client_secret_here' ```
i think sentry plugins now includes google auth. So no need to install them separately. (You probably don't need 2 middle lines. The two top lines are just passing it...
You are right, i don't know if google-auth is included in sentry-plugins now, i just assumed it was since I had to remove the zip url from requirements.txt file, and...
definitely agree on text=auto. Should we scrap this PR or someone wants to update it?
what does this pr need to move forward?