BugSplat-Git / bugsplat-js

🐛💥🕵️ BugSplat error reporting for modern browsers
https://docs.bugsplat.com/introduction/getting-started/integrations/web/javascript
MIT License
5 stars 2 forks source link

fix: optional url property for ResponseBody type #55

Closed zmrl010 closed 2 years ago

zmrl010 commented 2 years ago

I changed the response url property to be optional as it is not always sent depending on the circumstances. I also updated the validation function to reflect that.