Closed Hamish-taylor closed 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
error.requestUrl
error.requestURL
I'm happy for this to go to production. Small change and was tested in prerelease on our website
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 beerror.requestURL
Before
After