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

Add Browser Exception Event #1942

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Karlie-777
Copy link

Fixes #

Changes

Please provide a brief description of the changes here.

Note: if the PR is touching an area that is not listed in the existing areas, or the area does not have sufficient domain experts coverage, the PR might be tagged as experts needed and move slowly until experts are identified.

Merge requirement checklist

@Karlie-777 Karlie-777 requested review from a team as code owners February 26, 2025 23:14
A stacktrace as a string in the natural representation for the language runtime.
The representation is to be determined and documented by each language SIG.
requirement_level: recommended
examples: ["Exception in thread main java.lang.RuntimeException:
Copy link
Author

Choose a reason for hiding this comment

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

need to reformat the examples to make the generated table look nicer

name: browser.exception
brief: >
This event describes an error or exception that occurs in a browser application.
body:
Copy link
Contributor

Choose a reason for hiding this comment

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

I would like to see a comment here to clarify that this is temporary or that this will actually be an attribute. That way readers do not expect to find content in the actual body.

@@ -0,0 +1,54 @@
groups:
- id: event.browser.exception
Copy link
Contributor

@breedx-splk breedx-splk Mar 4, 2025

Choose a reason for hiding this comment

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

Similar to comments I left on #1941, I think other client instrumentation would benefit from also having these relaxed to be non-browser. Alternatives: rum.exception, client.exception, app.exception, runtime.exception.....

Copy link
Contributor

@breedx-splk breedx-splk left a comment

Choose a reason for hiding this comment

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

Would like this to be available for ios/android as well, but otherwise looks good to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants