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

Blazor analysis result serialization now results in Rollbars #4043

Conversation

StachuDotNet
Copy link
Member

@StachuDotNet StachuDotNet commented May 30, 2022

Prior to this, serialization failures led to an infinite loading spinner in the client.

Prior to this, serialization failures led to an inifinite
loading spinner in the client.
@StachuDotNet StachuDotNet requested a review from pbiggar May 30, 2022 18:18
@pbiggar
Copy link
Member

pbiggar commented May 30, 2022

Why did it break before? I'm not seeing the difference.

@StachuDotNet
Copy link
Member Author

StachuDotNet commented May 30, 2022

See here:

|> Task.map Json.Vanilla.serialize
|> Task.map EvalWorker.postMessage

Previously there was no try/with to wrap the call to Vanilla.serialize

Copy link
Member

@pbiggar pbiggar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One question, feel free to merge once resolved.

fsharp-backend/src/Wasm/Wasm.fs Outdated Show resolved Hide resolved
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