Skip to content
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

fix: Handle 404 errors when capturing redirected assets #354

Merged
merged 2 commits into from
Sep 25, 2019

Conversation

Robdel12
Copy link
Contributor

What is this?

Turns out redirected assets that 404 can break asset discovery, who knew? :trollface: 😆

This PR wraps the network call in try/catch (like it always should have been) and handles redirected assets that 404 properly now.

@Robdel12 Robdel12 merged commit aefcd17 into master Sep 25, 2019
@delete-merged-branch delete-merged-branch bot deleted the rd/redirect-asset-error-handling branch September 25, 2019 22:20
djones pushed a commit that referenced this pull request Sep 25, 2019
## [0.16.1](v0.16.0...v0.16.1) (2019-09-25)

### Bug Fixes

* Handle 404 errors when capturing redirected assets ([#354](#354)) ([aefcd17](aefcd17))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants