-
-
Notifications
You must be signed in to change notification settings - Fork 523
Unify LogEventBuffer and MetricEventBuffer logic #2830
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
Conversation
| case type | ||
| when "session", "attachment", "transaction", "profile", "span", "log", "trace_metric" then type | ||
| when "session", "attachment", "transaction", "profile", "span", "trace_metric" then type | ||
| when "log" then "log_item" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
log data_category was wrong here
7980187 to
9680abf
Compare
9680abf to
5aeb880
Compare
solnic
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only needs a few small debug logging related fixes, otherwise 👏🏻 👏🏻 👏🏻
Co-authored-by: Peter Solnica <[email protected]>
solnic
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Co-authored-by: Peter Solnica <[email protected]>
TelemetryEventBufferclassIssues