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

rfc: Support for additional Error Data #330

Open
1 task done
Alfagun74 opened this issue Oct 23, 2024 · 3 comments
Open
1 task done

rfc: Support for additional Error Data #330

Alfagun74 opened this issue Oct 23, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@Alfagun74
Copy link
Collaborator

Alfagun74 commented Oct 23, 2024

Dupe Check

Describe the solution you'd like?

Currently the message is the only free field in the errors and it makes things difficult and very awful to show in the ui.

Support seperate fields in Error Events for:

  • Exception/Error Name
  • Exception/Error Message
  • Stack Trace
  • Meta Object (Similar to Custom Events)

then show them more beautifully in the error ui.

Additional context

No response

How important is this feature to you?

5 (Can't work without it!)

@Alfagun74 Alfagun74 added the enhancement New feature or request label Oct 23, 2024
@Alfagun74 Alfagun74 changed the title rfc: Support for additional error Data rfc: Support for additional Error Data Oct 23, 2024
@Alfagun74
Copy link
Collaborator Author

Alfagun74 commented Oct 23, 2024

image

putting the entire 2000 character message as bold h2 title is not a great idea either

@Blaumaus
Copy link
Member

We have metadata for custom events, something similar should be implemented for error events too

@KaelWD
Copy link

KaelWD commented Nov 4, 2024

I have a global error handler so most errors aren't actually caught by trackErrors(). I can report them with swetrix.trackError() but without stack traces that's pretty much useless.

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

No branches or pull requests

3 participants