Skip to content

Commit

Permalink
Revert "disable syftdata (#6523)"
Browse files Browse the repository at this point in the history
This reverts commit be1bf98.
  • Loading branch information
himadrisingh committed Jan 30, 2025
1 parent 5483e6c commit bc0b2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ printStartHelp() {
publishSyftEvent() {
SYFT_URL=https://event.syftdata.com/log
SYFT_ID=clp76quhs0006l908bux79l4v
if [ -z "${RILL_INSTALL_DISABLE_TELEMETRY:-true}" ]; then
if [ -z "$RILL_INSTALL_DISABLE_TELEMETRY" ]; then
curl --silent --header "Authorization: ${SYFT_ID}" --header "Content-Type: application/json" --data "{\"event_name\":\"$1\"}" $SYFT_URL > /dev/null 2>&1
fi
}
Expand Down

0 comments on commit bc0b2e2

Please sign in to comment.