Skip to content
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
merged 1 commit into from
Dec 19, 2023

Conversation

bjoerge
Copy link
Member

@bjoerge bjoerge commented Dec 11, 2023

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

Copy link

vercel bot commented Dec 11, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
performance-studio ✅ Ready (Inspect) Visit Preview Dec 19, 2023 1:08pm
test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 19, 2023 1:08pm
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview Dec 19, 2023 1:08pm

Copy link
Contributor

github-actions bot commented Dec 11, 2023

No changes to documentation

Copy link
Contributor

github-actions bot commented Dec 11, 2023

Component Testing Report Updated Dec 19, 2023 1:09 PM (UTC)

File Status Duration Passed Skipped Failed
comments/CommentInput.spec.tsx ✅ Passed (Inspect) 14s 15 0 0
formBuilder/ArrayInput.spec.tsx ✅ Passed (Inspect) 2s 3 0 0
formBuilder/inputs/PortableText/Annotations.spec.tsx ✅ Passed (Inspect) 8s 3 0 0
formBuilder/inputs/PortableText/Decorators.spec.tsx ✅ Passed (Inspect) 6s 6 0 0
formBuilder/inputs/PortableText/FocusTracking.spec.tsx ✅ Passed (Inspect) 15s 15 0 0
formBuilder/inputs/PortableText/Input.spec.tsx ✅ Passed (Inspect) 8s 9 0 0
formBuilder/inputs/PortableText/ObjectBlock.spec.tsx ✅ Passed (Inspect) 38s 18 0 0
formBuilder/inputs/PortableText/Styles.spec.tsx ✅ Passed (Inspect) 6s 6 0 0
formBuilder/inputs/PortableText/Toolbar.spec.tsx ✅ Passed (Inspect) 3s 3 0 0

@bjoerge bjoerge force-pushed the feat/telemetry-cli-commands branch from c22938b to b0ea049 Compare December 11, 2023 15:30
@bjoerge bjoerge force-pushed the feat/telemetry-inspect-events branch from 772ac82 to d687c26 Compare December 11, 2023 15:30
@bjoerge bjoerge force-pushed the feat/telemetry-cli-commands branch from d9350ae to ae868af Compare December 12, 2023 14:06
@bjoerge bjoerge force-pushed the feat/telemetry-inspect-events branch from d687c26 to 77ae608 Compare December 12, 2023 14:06
@bjoerge bjoerge force-pushed the feat/telemetry-cli-commands branch from ae868af to 5dccf46 Compare December 14, 2023 10:41
@bjoerge bjoerge force-pushed the feat/telemetry-inspect-events branch from 77ae608 to 0d155b3 Compare December 14, 2023 10:41
@bjoerge bjoerge force-pushed the feat/telemetry-cli-commands branch from 5dccf46 to 84d2c92 Compare December 14, 2023 11:53
@bjoerge bjoerge force-pushed the feat/telemetry-inspect-events branch from 0d155b3 to 34e0358 Compare December 14, 2023 11:53
@bjoerge bjoerge force-pushed the feat/telemetry-cli-commands branch from 84d2c92 to cc0d3c4 Compare December 14, 2023 12:01
@bjoerge bjoerge force-pushed the feat/telemetry-inspect-events branch from 34e0358 to b2535fc Compare December 14, 2023 12:01
@bjoerge bjoerge force-pushed the feat/telemetry-cli-commands branch from cc0d3c4 to 7832e87 Compare December 14, 2023 12:15
@bjoerge bjoerge force-pushed the feat/telemetry-inspect-events branch from b2535fc to d604c33 Compare December 14, 2023 12:15
@bjoerge bjoerge force-pushed the feat/telemetry-inspect-events branch from 07316ba to c53737a Compare December 18, 2023 18:24
@bjoerge bjoerge force-pushed the feat/telemetry-cli-commands branch from 45a9c33 to 4f31d57 Compare December 18, 2023 18:30
@bjoerge bjoerge force-pushed the feat/telemetry-inspect-events branch from c53737a to 08c480c Compare December 18, 2023 18:30
@bjoerge bjoerge force-pushed the feat/telemetry-cli-commands branch from 4f31d57 to f51e0c4 Compare December 18, 2023 18:51
@bjoerge bjoerge force-pushed the feat/telemetry-inspect-events branch from 08c480c to 6ab4978 Compare December 18, 2023 18:51
@bjoerge bjoerge force-pushed the feat/telemetry-cli-commands branch from f51e0c4 to af9e460 Compare December 18, 2023 19:16
@bjoerge bjoerge force-pushed the feat/telemetry-inspect-events branch from 6ab4978 to 547226b Compare December 18, 2023 19:16
@bjoerge bjoerge force-pushed the feat/telemetry-cli-commands branch from af9e460 to 5179e8d Compare December 19, 2023 08:58
@bjoerge bjoerge force-pushed the feat/telemetry-inspect-events branch from 547226b to c924f91 Compare December 19, 2023 08:58
@bjoerge bjoerge force-pushed the feat/telemetry-cli-commands branch from 5179e8d to e6c53e7 Compare December 19, 2023 10:15
@bjoerge bjoerge force-pushed the feat/telemetry-inspect-events branch from c924f91 to 5bbdcd0 Compare December 19, 2023 10:15
Base automatically changed from feat/telemetry-cli-commands to next December 19, 2023 13:01
@bjoerge bjoerge force-pushed the feat/telemetry-inspect-events branch from 5bbdcd0 to 0edcc8b Compare December 19, 2023 13:03
@bjoerge bjoerge added this pull request to the merge queue Dec 19, 2023
Merged via the queue into next with commit 44008f4 Dec 19, 2023
28 of 33 checks passed
@bjoerge bjoerge deleted the feat/telemetry-inspect-events branch December 19, 2023 13:05
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