MindscapeHQ / raygun4js

JavaScript provider for Raygun
https://raygun.com
Other
149 stars 60 forks source link

Fix typo in fetching XHR url for breadcrumbs #516

Closed Hamish-taylor closed 10 months ago

Hamish-taylor commented 10 months ago

This bug fixes a typo in the breadcrumbs code when it try's to fetch the URL for a failed request.

This bug was raised in https://github.com/MindscapeHQ/raygun4js/issues/508.

https://github.com/MindscapeHQ/raygun4js/blob/fe73f53dd0af9dd8002025eb6fdd13238eb01de9/src/raygun.breadcrumbs.js#L478

error.requestUrl should be error.requestURL

Before

image

After

image

PanosNB commented 10 months ago

I'm happy for this to go to production. Small change and was tested in prerelease on our website