-
Notifications
You must be signed in to change notification settings - Fork 435
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
feat(cli): add env var for logging telemetry events to file #5347
Merged
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
This was referenced Dec 11, 2023
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
No changes to documentation |
Component Testing Report Updated Dec 19, 2023 1:09 PM (UTC)
|
bjoerge
force-pushed
the
feat/telemetry-cli-commands
branch
from
December 11, 2023 15:30
c22938b
to
b0ea049
Compare
bjoerge
force-pushed
the
feat/telemetry-inspect-events
branch
from
December 11, 2023 15:30
772ac82
to
d687c26
Compare
bjoerge
force-pushed
the
feat/telemetry-cli-commands
branch
from
December 12, 2023 14:06
d9350ae
to
ae868af
Compare
bjoerge
force-pushed
the
feat/telemetry-inspect-events
branch
from
December 12, 2023 14:06
d687c26
to
77ae608
Compare
bjoerge
force-pushed
the
feat/telemetry-cli-commands
branch
from
December 14, 2023 10:41
ae868af
to
5dccf46
Compare
bjoerge
force-pushed
the
feat/telemetry-inspect-events
branch
from
December 14, 2023 10:41
77ae608
to
0d155b3
Compare
bjoerge
force-pushed
the
feat/telemetry-cli-commands
branch
from
December 14, 2023 11:53
5dccf46
to
84d2c92
Compare
bjoerge
force-pushed
the
feat/telemetry-inspect-events
branch
from
December 14, 2023 11:53
0d155b3
to
34e0358
Compare
bjoerge
force-pushed
the
feat/telemetry-cli-commands
branch
from
December 14, 2023 12:01
84d2c92
to
cc0d3c4
Compare
bjoerge
force-pushed
the
feat/telemetry-inspect-events
branch
from
December 14, 2023 12:01
34e0358
to
b2535fc
Compare
bjoerge
force-pushed
the
feat/telemetry-cli-commands
branch
from
December 14, 2023 12:15
cc0d3c4
to
7832e87
Compare
bjoerge
force-pushed
the
feat/telemetry-inspect-events
branch
from
December 14, 2023 12:15
b2535fc
to
d604c33
Compare
bjoerge
force-pushed
the
feat/telemetry-inspect-events
branch
from
December 18, 2023 18:24
07316ba
to
c53737a
Compare
bjoerge
force-pushed
the
feat/telemetry-cli-commands
branch
from
December 18, 2023 18:30
45a9c33
to
4f31d57
Compare
bjoerge
force-pushed
the
feat/telemetry-inspect-events
branch
from
December 18, 2023 18:30
c53737a
to
08c480c
Compare
bjoerge
force-pushed
the
feat/telemetry-cli-commands
branch
from
December 18, 2023 18:51
4f31d57
to
f51e0c4
Compare
bjoerge
force-pushed
the
feat/telemetry-inspect-events
branch
from
December 18, 2023 18:51
08c480c
to
6ab4978
Compare
bjoerge
force-pushed
the
feat/telemetry-cli-commands
branch
from
December 18, 2023 19:16
f51e0c4
to
af9e460
Compare
bjoerge
force-pushed
the
feat/telemetry-inspect-events
branch
from
December 18, 2023 19:16
6ab4978
to
547226b
Compare
bjoerge
force-pushed
the
feat/telemetry-cli-commands
branch
from
December 19, 2023 08:58
af9e460
to
5179e8d
Compare
bjoerge
force-pushed
the
feat/telemetry-inspect-events
branch
from
December 19, 2023 08:58
547226b
to
c924f91
Compare
bjoerge
force-pushed
the
feat/telemetry-cli-commands
branch
from
December 19, 2023 10:15
5179e8d
to
e6c53e7
Compare
bjoerge
force-pushed
the
feat/telemetry-inspect-events
branch
from
December 19, 2023 10:15
c924f91
to
5bbdcd0
Compare
bjoerge
force-pushed
the
feat/telemetry-inspect-events
branch
from
December 19, 2023 13:03
5bbdcd0
to
0edcc8b
Compare
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.
Description
Adds the ability to inspect telemetry events by writing them to a file in cwd
What to review
Note: tests are failing due to not-yet-deployed production APIs. They should pass once they gets deployed.Notes for release
N/A