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 session attribute and backtrace reporter name to every error report #108

Merged
merged 1 commit into from
Nov 4, 2023

Conversation

konraddysput
Copy link
Collaborator

@konraddysput konraddysput commented Oct 27, 2023

This diff adds application.session and backtrace.agent attributes to each report.

The application.session is useful whether someone has metrics enabled or not. Using it, we can group all errors generated in a single application session. It's useful always to have it.

The backtrace.agent attribute is an attribute that we're adding to all our error-reporting libraries.

@konraddysput konraddysput added the enhancement New feature or request label Oct 27, 2023
@konraddysput konraddysput self-assigned this Oct 27, 2023
Copy link
Collaborator

@BartoszLitwiniuk BartoszLitwiniuk left a comment

Choose a reason for hiding this comment

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

lgtm

@konraddysput konraddysput merged commit 28df380 into master Nov 4, 2023
2 of 3 checks passed
@konraddysput konraddysput deleted the feature/session-attribute branch November 4, 2023 12:19
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.

3 participants