Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
adobe
/
aio-cli-plugin-telemetry
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
3
Code
Issues
2
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 10, 2026
2.2.0
mgar
committed
a798b5b
View commit details
Copy full SHA for a798b5b
Browse repository at this point
Merge pull request #39 from adobe/telemetry-proxy
Show description for 7f2658f
mgar
authored
7f2658f
View commit details
Copy full SHA for 7f2658f
Browse repository at this point
Merge pull request #41 from adobe/miguel/fix/flush-terminal-telemetry-events
Show description for be2bc1e
mgar
authored
be2bc1e
View commit details
Copy full SHA for be2bc1e
Browse repository at this point
fix(telemetry): emit event type as non-reserved attribute `eventName`
Show description for 4b6cc7a
mgar
committed
4b6cc7a
View commit details
Copy full SHA for 4b6cc7a
Browse repository at this point
Commits on Jun 9, 2026
fix(telemetry): de-dupe the typo path without masking nested-command telemetry
Show description for a7ca31f
mgar
committed
a7ca31f
View commit details
Copy full SHA for a7ca31f
Browse repository at this point
fix(telemetry): flush on terminal events so error telemetry is delivered
Show description for 1df8142
mgar
committed
1df8142
View commit details
Copy full SHA for 1df8142
Browse repository at this point
Merge pull request #40 from adobe/miguel/feat/acna-4599-opt-out
Show description for 718b851
mgar
authored
718b851
View commit details
Copy full SHA for 718b851
Browse repository at this point
Commits on Jun 8, 2026
refactor(telemetry): simplify one-time notice per review
Show description for e1f0b38
mgar
committed
e1f0b38
View commit details
Copy full SHA for e1f0b38
Browse repository at this point
chore(telemetry): interpolate trackEvent debug line so values show under aio
mgar
committed
abaacfc
View commit details
Copy full SHA for abaacfc
Browse repository at this point
feat(telemetry): point default telemetry URL at production proxy (ACNA-4597)
Show description for aa5cee1
mgar
committed
aa5cee1
View commit details
Copy full SHA for aa5cee1
Browse repository at this point
feat(telemetry): make telemetry opt-out with a one-time notice
mgar
committed
e3387c7
View commit details
Copy full SHA for e3387c7
Browse repository at this point
Commits on May 14, 2026
Removing the redundant pattern: fetchConfig mimicked an HTTP request but the parent never calls fetch
purplecabbage
committed
16cb9d9
View commit details
Copy full SHA for 16cb9d9
Browse repository at this point
accept disabled=yes|true|1, do not override flush worker env
purplecabbage
committed
dfa8573
View commit details
Copy full SHA for dfa8573
Browse repository at this point
simplify to best-effort tracking
purplecabbage
committed
3125ba8
View commit details
Copy full SHA for 3125ba8
Browse repository at this point
Fix error introduced by copilot
Show description for dadbd2b
purplecabbage
and
github-actions[bot]
authored
dadbd2b
View commit details
Copy full SHA for dadbd2b
Browse repository at this point
header denylist
Show description for 08f9101
purplecabbage
and
github-actions[bot]
authored
08f9101
View commit details
Copy full SHA for 08f9101
Browse repository at this point
remve redundant mkdirSync
purplecabbage
committed
11b631f
View commit details
Copy full SHA for 11b631f
Browse repository at this point
Commits on May 13, 2026
fix: windows path. simpler copilot detection
purplecabbage
committed
42a6e26
View commit details
Copy full SHA for 42a6e26
Browse repository at this point
cap metric count for long offline periods
purplecabbage
committed
8726ccb
View commit details
Copy full SHA for 8726ccb
Browse repository at this point
update docs
purplecabbage
committed
df0001c
View commit details
Copy full SHA for df0001c
Browse repository at this point
Commits on May 11, 2026
fix:guard non-string value in pathValue
purplecabbage
committed
cbe9afe
View commit details
Copy full SHA for cbe9afe
Browse repository at this point
fix: formatting of eventData was inconsistent
purplecabbage
committed
602deee
View commit details
Copy full SHA for 602deee
Browse repository at this point
document override of telemetry postUrl
purplecabbage
committed
e40f5bd
View commit details
Copy full SHA for e40f5bd
Browse repository at this point
only flush queue on postrun, 1 command can produce multiple events, but only 1 server call
purplecabbage
committed
c0acdfb
View commit details
Copy full SHA for c0acdfb
Browse repository at this point
worker checks for ok before clearing queue
purplecabbage
committed
b5f6072
View commit details
Copy full SHA for b5f6072
Browse repository at this point
sanitize mixed case headers
Show description for fdc10ae
purplecabbage
and
Copilot
authored
fdc10ae
View commit details
Copy full SHA for fdc10ae
Browse repository at this point
Commits on May 9, 2026
catch spawn errors
Show description for e2a56c7
purplecabbage
and
Copilot
authored
e2a56c7
View commit details
Copy full SHA for e2a56c7
Browse repository at this point
remove newrelic leftovers
purplecabbage
committed
6a6df57
View commit details
Copy full SHA for 6a6df57
Browse repository at this point
Merge branch 'master' into telemetry-proxy
purplecabbage
authored
4672101
View commit details
Copy full SHA for 4672101
Browse repository at this point
remove extra logging flag
purplecabbage
committed
3e1701d
View commit details
Copy full SHA for 3e1701d
Browse repository at this point
post to a proxy
purplecabbage
committed
0b274ea
View commit details
Copy full SHA for 0b274ea
Browse repository at this point
Commits on May 7, 2026
2.1.0
shazron
committed
b93b16f
View commit details
Copy full SHA for b93b16f
Browse repository at this point
Commits on May 1, 2026
Merge pull request #38 from adobe/ACNA-4537-Add-dependabot-coverage-upload
Show description for 65129c8
chsrimanaswi
authored
65129c8
View commit details
Copy full SHA for 65129c8
Browse repository at this point
Commits on Apr 28, 2026
feat: ACNA-4537 add dependabot coverage upload workflow
Sri Manaswi Chirumamilla
committed
ddd9583
View commit details
Copy full SHA for ddd9583
Browse repository at this point
Commits on Apr 21, 2026
Merge pull request #37 from adobe/ACNA-4515-Add-pr-reviewer-workflow
Show description for f2cd549
chsrimanaswi
authored
f2cd549
View commit details
Copy full SHA for f2cd549
Browse repository at this point
Previous
Next
You can’t perform that action at this time.