Skip to content

Conversation

@Odonno
Copy link
Contributor

@Odonno Odonno commented Oct 5, 2025

Based on #827, add a WithLogLevel extension method for the following integration:

  • SurrealDB
  • GO Feature Flag

PR Checklist

  • Created a feature/dev branch in your fork (vs. submitting directly from a commit on main)
  • Based off latest main branch of toolkit
  • PR doesn't include merge commits (always rebase on top of our main, if needed)
  • Tests for the changes have been added (for bug fixes / features) (if applicable)
  • Contains NO breaking changes
  • Every new API (including internal ones) has full XML docs
  • Code follows all style conventions

Other information

Copy link
Member

@aaronpowell aaronpowell left a comment

Choose a reason for hiding this comment

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

Just got one question about a change that I'm unsure if it's meant to be related or not - otherwise it's good to merge in.

.WithEntrypoint("/go-feature-flag")
.WithArgs(args)
.WithOtlpExporter();
.WithArgs(args);
Copy link
Member

Choose a reason for hiding this comment

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

So we won't do OTEL wire-up initially?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Well, I have an issue with the new tests. Some dependencies that are not registered, so I had to remove this to ensure my tests are passing. Also, I still have an issue with the collector so I suppose removing it seems better.

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.

2 participants