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

Handle errors in tracing for environments that don't support Error.captureStackTrace (i.e. firefox) #3623

Merged
merged 4 commits into from
Jun 21, 2024

Conversation

RodgeFu
Copy link
Contributor

@RodgeFu RodgeFu commented Jun 20, 2024

Error.captureStackTrace is used to get stacktrace for tracing details, but it's not supported in some browser like firefox, so add handling for it. thanks.

@azure-sdk
Copy link
Collaborator

azure-sdk commented Jun 20, 2024

All changed packages have been documented.

  • @typespec/compiler
Show changes

@typespec/compiler - fix ✏️

Fix crash of language server on firefox

@microsoft-github-policy-service microsoft-github-policy-service bot added the compiler:core Issues for @typespec/compiler label Jun 20, 2024
@azure-sdk
Copy link
Collaborator

You can try these changes at https://cadlplayground.z22.web.core.windows.net/prs/3623/

Check the website changes at https://tspwebsitepr.z22.web.core.windows.net/prs/3623/

@RodgeFu RodgeFu added the ide Issues for VS, VSCode, Monaco, etc. label Jun 20, 2024
@timotheeguerin timotheeguerin added this pull request to the merge queue Jun 21, 2024
Merged via the queue into microsoft:main with commit 224e725 Jun 21, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:core Issues for @typespec/compiler ide Issues for VS, VSCode, Monaco, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants