Skip to content

refactor(logs): remove UNSTABLE prefix from feature flag #832

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

Open
wants to merge 1 commit into
base: lcian/feat/logs-batching-clean
Choose a base branch
from

Conversation

lcian
Copy link
Member

@lcian lcian commented Jun 6, 2025

Renaming UNSTABLE_logs to logs.

Reasoning:

  • other SDKs are already shipping it without experimental
  • The only changes I see we would make to the API is extensions, such as allowing more types to be passed in or additional syntax to call e.g. the Display or Debug impl as in tracing. For this purpose, types can remain the same, only the macros would change under the hood to allow for these extensions.
  • UNSTABLE might lead to people not using the feature

#skip-changelog

Copy link

codecov bot commented Jun 6, 2025

Codecov Report

Attention: Patch coverage is 57.14286% with 3 lines in your changes missing coverage. Please review.

Project coverage is 72.84%. Comparing base (3e82901) to head (7d618d0).

Additional details and impacted files
@@                       Coverage Diff                       @@
##           lcian/feat/logs-batching-clean     #832   +/-   ##
===============================================================
  Coverage                           72.84%   72.84%           
===============================================================
  Files                                  64       64           
  Lines                                7733     7733           
===============================================================
  Hits                                 5633     5633           
  Misses                               2100     2100           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant