Skip to content

Commit

Permalink
Disable Observable's telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilkybarkid committed Jun 20, 2024
1 parent fee8655 commit e7c6659
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

env:
OBSERVABLE_TELEMETRY_DISABLE: 1

jobs:
build-image:
name: 'Build image'
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM node:20.13.1-alpine3.18 AS builder
WORKDIR /app
ENV OBSERVABLE_TELEMETRY_DISABLE=1

COPY package.json \
package-lock.json \
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.PHONY: start

export OBSERVABLE_TELEMETRY_DISABLE := 1

node_modules: package.json package-lock.json
npm install
touch node_modules
Expand Down

0 comments on commit e7c6659

Please sign in to comment.