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(Faro): Exception context got lost while transforming Faro exceptions. #1413

Conversation

codecapitano
Copy link
Contributor

@codecapitano codecapitano commented Aug 1, 2024

PR Description

We got reports from Faro users that user provided exception context was somehow lost when using Alloy.

This was because the context object returned by the transformException function was missing the context.

  • Added the missing context
  • Updated the respective test

Which issue(s) this PR fixes

pushError loses context data

Notes to the Reviewer

PR Checklist

  • CHANGELOG.md updated
  • Documentation added
  • Tests updated
  • Config converters updated

@codecapitano
Copy link
Contributor Author

Hope I got the backport tags right.
I am not 100% sure if we can backport till v1.0 because idk when the code I updated was added to Alloy.

@tpaschalis tpaschalis merged commit 41a8310 into main Aug 8, 2024
17 of 18 checks passed
@tpaschalis tpaschalis deleted the fix--exception-context-got-lost-while-trasnforming-faro-exceptions branch August 8, 2024 14:32
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working frozen-due-to-age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants