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(remix): Do not skip error handling if tracing is not enabled. #5811

Merged
merged 1 commit into from Sep 26, 2022

Conversation

onurtemizkan
Copy link
Collaborator

Fixes: #5742

We were early returning wrappers (which are also responsible for most errors to handle) if there isn't an active transaction.

This PR removes it and early returns only if there isn't a scope defined.

@AbhiPrasad AbhiPrasad merged commit 630ed9c into master Sep 26, 2022
@AbhiPrasad AbhiPrasad deleted the onur/remix-server-tracing-checks branch September 26, 2022 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wrapExpressCreateRequestHandler not working in Remix with Express adapter
2 participants