ref(logs): remove ExperimentalAttribute and Experimental type from SentrySdk#4567
Merged
ref(logs): remove ExperimentalAttribute and Experimental type from SentrySdk#4567
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4567 +/- ##
==========================================
+ Coverage 73.45% 73.47% +0.02%
==========================================
Files 480 482 +2
Lines 17589 17679 +90
Branches 3469 3495 +26
==========================================
+ Hits 12920 12990 +70
- Misses 3785 3798 +13
- Partials 884 891 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Flash0ver
commented
Sep 26, 2025
Flash0ver
commented
Sep 26, 2025
Member
Author
|
@sentry review |
Member
alexsohn1126
left a comment
There was a problem hiding this comment.
Just a quick question...
Merged
6 tasks
This was referenced Oct 2, 2025
This was referenced Oct 6, 2025
alexsohn1126
pushed a commit
that referenced
this pull request
Oct 11, 2025
This was referenced Oct 20, 2025
This was referenced Oct 28, 2025
This was referenced Nov 18, 2025
This was referenced Dec 8, 2025
This was referenced Dec 15, 2025
This was referenced Jan 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove
[ExperimentalAttribute]from all Logs-APIsExperimentaltype fromSentrySdkKeep
Experimentaltype onSentryOptionsExample
We think we are fine with the API shape, but still keep one
Experimental(onSentryOptions) before we go officially stable.Note
Removes experimental markers from Structured Logs APIs and replaces SentrySdk.Experimental.Logger with SentrySdk.Logger, updating adapters, samples, API approvals, and changelog while keeping SentryOptions.Experimental.
ExperimentalAttributefromSentryLog,SentryLogLevel, andSentryStructuredLoggermethods, and fromIHub.Logger/DisabledHub.Logger.SentrySdk.Experimental.Loggerwith newSentrySdk.Logger; removeSentrySdk.Experimentaltype; updateHubAdapter.Loggerto useSentrySdk.Logger.SentryOptions.Experimental(e.g.,EnableLogs,SetBeforeSendLog).SentrySdk.Logger.*and adjust comments.SentrySdk.Logger.SentrySdk.Loggerswitch.Written by Cursor Bugbot for commit cc6733e. This will update automatically on new commits. Configure here.