feat(logs): add command to send logs - #2708
Closed
vgrozdanic wants to merge 3 commits into
Closed
Conversation
vgrozdanic
force-pushed
the
vg/send-logs-command
branch
from
August 13, 2025 08:34
10a0716 to
30b7e5f
Compare
Member
|
@vgrozdanic are we still planning to complete this? If not, please close the PR 馃檹 |
Member
Author
Yep, i would like to complete it. I'll clean it up a bit, and open a PR for review |
vgrozdanic
force-pushed
the
vg/send-logs-command
branch
from
September 17, 2025 08:15
30b7e5f to
5ff72e1
Compare
vgrozdanic
commented
Sep 17, 2025
| } | ||
|
|
||
| impl LogLevel { | ||
| pub(super) fn to_severity_number(&self) -> i32 { |
Member
Author
There was a problem hiding this comment.
severity numbers taken from here: https://develop.sentry.dev/sdk/telemetry/logs/#log-severity-number
Member
Author
|
We should use Closing this PR for now, we will re-open it once the metrics are properly cleaned up and |
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.
Adds BETA command to send logs, in case we would want to change the UX around it later on, and after some feedback has been collected from users.
Part of #2584