-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
add telemetry data into run-ab-platform #36933
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
run-ab-platform.sh
Outdated
{ | ||
# only attempt to do anything if telemetry is not disabled | ||
if $telemetryEnabled; then | ||
telemetrySessionULID=$(curl -s https://ulid.truestamp.com/ | grep ulid | cut -d ":" -f2 | xargs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if there's a local implementation we can access...
https://github.com/ulid/spec?tab=readme-ov-file#implementations-in-other-languages
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rolled out http://ulid.abapp.cloud/
Changes
run-ab-platform.sh
script--dnt
curl
is not installedTodo
ulid.truestamp.com
withulid.airbyte.com