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

feat(attributes): add default attributes #24

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

MateuszKepczynskiSauce
Copy link
Collaborator

@MateuszKepczynskiSauce MateuszKepczynskiSauce commented Nov 25, 2024

Add fields:

application.session: an uuid that will be the same for all reports in single application session. 

guid: unique machine identifier 

uname.sysname - name of the operating system

backtrace.agent - name of the go library (this is a constant value set to backtrace-go)

backtrace.version - version of the go library 

uname.version - version of the operating system

hostname - current hostname

cpu.arch - CPU arch

cpu.brand - CPU brand

application - current application name 

process.id  - current process id

@MateuszKepczynskiSauce MateuszKepczynskiSauce added the feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin label Nov 25, 2024
main.go Show resolved Hide resolved
@MateuszKepczynskiSauce MateuszKepczynskiSauce merged commit 7771f60 into master Nov 28, 2024
5 of 6 checks passed
@MateuszKepczynskiSauce MateuszKepczynskiSauce deleted the feat/add-init-fields branch November 28, 2024 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants