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

Improve error dialog stack trace display and fix usage on https sites #4341

Merged
merged 3 commits into from Apr 12, 2024

Conversation

cmdcolin
Copy link
Collaborator

  • fixes usage on https sites
  • small data display improvements

@@ -71,7 +72,7 @@ async function mapStackTrace(stack: string) {
const mappedStack = []

for (const line of stackLines) {
const match = new RegExp(/(.*)(http:\/\/.*):(\d+):(\d+)/).exec(line)
const match = new RegExp(/(.*)(https?:\/\/.*):(\d+):(\d+)/).exec(line)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

key line that was not working for https sites

@cmdcolin cmdcolin merged commit fd661f7 into main Apr 12, 2024
10 checks passed
@cmdcolin cmdcolin deleted the improve_error_display2 branch April 12, 2024 22:28
@cmdcolin cmdcolin changed the title Improve error dialog stack trace display Improve error dialog stack trace display and fix usage on https sites Apr 12, 2024
@cmdcolin cmdcolin added the enhancement New feature or request label Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant