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

Added new Logger implementation #1113

Open
wants to merge 5 commits into
base: feature/next-gen
Choose a base branch
from

Conversation

TomasChladekSL
Copy link

@TomasChladekSL TomasChladekSL commented Dec 12, 2024

Removed unused dependencies
Added Logger

Signed-off-by: Tomas Chladek <[email protected]>
@TomasChladekSL TomasChladekSL requested a review from a team as a code owner December 12, 2024 13:47
Copy link

github-actions bot commented Dec 12, 2024

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@SenNeonoveNoci
Copy link

@TomasChladekSL The build fails, probably because it does not know where to get the logger dependency.

@TomasChladekSL
Copy link
Author

I have read the CLA Document and I hereby sign the CLA

srv-gh-o11y-gdi-cla added a commit to splunk/cla-agreement that referenced this pull request Dec 12, 2024
Signed-off-by: Tomas Chladek <[email protected]>
@aditi-s3 aditi-s3 requested review from a team as code owners December 13, 2024 00:09
@SenNeonoveNoci SenNeonoveNoci requested a review from a team December 18, 2024 13:05
Copy link

@SenNeonoveNoci SenNeonoveNoci left a comment

Choose a reason for hiding this comment

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

LGTM

@SenNeonoveNoci SenNeonoveNoci requested a review from a team December 18, 2024 17:02
const val materialIconsExtended = "androidx.compose.material:material-icons-extended:$materialVersion"
const val animation = "androidx.compose.animation:animation:$version"

object SessionReplay {
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: Should we name it to a generic word like "common" instead of "SessionReplay"?

Copy link
Author

Choose a reason for hiding this comment

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

No, because it is part of session replay "package" and all modules must have the same version.

Signed-off-by: Tomas Chladek <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants