-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add Bugherd #26
Comments
Hi @ten1seven - I wanted to see if you minded me using Pointless Corp as my guinea pig. I'm doing a "show and tell" on Bugherd to the PM team and thought this staging site might be a good sample one to use. I/we can even go a step further by connecting it to Github, but it's not a "must have" at this stage. If you're curious to see how it all works through, I'm all for going ahead and connecting it! Just let me know what you think - happy to go a different direction. |
@arielkidwell I installed the script but am seeing this error in the console:
Since it says "on the requested resource" I'm wondering if there's a setting that's necessary within Bugherd. Maybe the domain for the plan needs to be set to https://pointlesscorp.netlify.app/? |
@ten1seven Nothing is ever easy with tool 😑 I do have the domain set so that's not it...I've never hit a CORS error on it before so I'm a little stumped. After some research, I'm wondering if it's a setting on the server side? The good news is that if you have the browser extension, it works perfectly so I can at least do the presentation. I don't want you or Nevin to burn any time here. |
@arielkidwell I messed around with a few techniques and couldn't get anything to work so I removed the script 😞 |
No worries! I can present it without it. By some sorcery (I guess it injects it into the console?), if you have the Chrome extension, it works as if the script is in place. |
It must go around CORS issues because your browser is loading the script locally rather than one server requesting it from another. |
Add the following to the to install Bugherd for testing and presentation:
<script type="text/javascript" src="https://www.bugherd.com/sidebarv2.js?apikey=m7k8yhwnjccrz5oyoqeotw" async="true"></script>
The text was updated successfully, but these errors were encountered: