Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ recording:
export_spans: false

replay:
sandbox:
mode: strict
enable_telemetry: false
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ COPY src/instrumentation/libraries/fetch/e2e-tests/cjs-fetch/tsconfig.json ./
ARG CACHEBUST=1
ARG TUSK_CLI_VERSION=latest

# Required for strict replay sandbox mode.
RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt/lists/*

# Install Tusk Drift CLI
RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \
curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ services:
args:
- CACHEBUST=${CACHEBUST:-1}
- TUSK_CLI_VERSION=${TUSK_CLI_VERSION:-latest}
cap_add:
- SYS_ADMIN
security_opt:
- seccomp=unconfined
- apparmor=unconfined
environment:
- PORT=3000
- TUSK_ANALYTICS_DISABLED=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ recording:
export_spans: false

replay:
sandbox:
mode: strict
enable_telemetry: false
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ COPY src/instrumentation/libraries/fetch/e2e-tests/esm-fetch/tsconfig.json ./
ARG CACHEBUST=1
ARG TUSK_CLI_VERSION=latest

# Required for strict replay sandbox mode.
RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt/lists/*

# Install Tusk Drift CLI
RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \
curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ services:
args:
- CACHEBUST=${CACHEBUST:-1}
- TUSK_CLI_VERSION=${TUSK_CLI_VERSION:-latest}
cap_add:
- SYS_ADMIN
security_opt:
- seccomp=unconfined
- apparmor=unconfined
environment:
- PORT=3000
- TUSK_ANALYTICS_DISABLED=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ recording:
export_spans: false

replay:
sandbox:
mode: strict
enable_telemetry: false
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ COPY src/instrumentation/libraries/firestore/e2e-tests/cjs-firestore/tsconfig.js
ARG CACHEBUST=1
ARG TUSK_CLI_VERSION=latest

# Required for strict replay sandbox mode.
RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt/lists/*

# Install Tusk Drift CLI
RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \
curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ services:
args:
- CACHEBUST=${CACHEBUST:-1}
- TUSK_CLI_VERSION=${TUSK_CLI_VERSION:-latest}
cap_add:
- SYS_ADMIN
security_opt:
- seccomp=unconfined
- apparmor=unconfined
environment:
- PORT=3000
- FIREBASE_PROJECT_ID=${FIREBASE_PROJECT_ID}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ recording:
export_spans: false

replay:
sandbox:
mode: strict
enable_telemetry: false
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ RUN npm install
ARG CACHEBUST=1
ARG TUSK_CLI_VERSION=latest

# Required for strict replay sandbox mode.
RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt/lists/*

# Install Tusk Drift CLI
RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \
curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ services:
args:
- CACHEBUST=${CACHEBUST:-1}
- TUSK_CLI_VERSION=${TUSK_CLI_VERSION:-latest}
cap_add:
- SYS_ADMIN
security_opt:
- seccomp=unconfined
- apparmor=unconfined
environment:
- PORT=3000
- FIREBASE_PROJECT_ID=${FIREBASE_PROJECT_ID}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ recording:
export_spans: false

replay:
sandbox:
mode: strict
enable_telemetry: false
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ COPY src/instrumentation/libraries/grpc/e2e-tests/cjs-grpc/tsconfig.json ./
ARG CACHEBUST=1
ARG TUSK_CLI_VERSION=latest

# Required for strict replay sandbox mode.
RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt/lists/*

# Install Tusk Drift CLI
RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \
curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ services:
args:
- CACHEBUST=${CACHEBUST:-1}
- TUSK_CLI_VERSION=${TUSK_CLI_VERSION:-latest}
cap_add:
- SYS_ADMIN
security_opt:
- seccomp=unconfined
- apparmor=unconfined
environment:
- BENCHMARKS=${BENCHMARKS:-}
- BENCHMARK_DURATION=${BENCHMARK_DURATION:-5}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ recording:
export_spans: false

replay:
sandbox:
mode: strict
enable_telemetry: false
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ COPY src/instrumentation/libraries/grpc/e2e-tests/esm-grpc/tsconfig.json ./
ARG CACHEBUST=1
ARG TUSK_CLI_VERSION=latest

# Required for strict replay sandbox mode.
RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt/lists/*

# Install Tusk Drift CLI
RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \
curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ services:
args:
- CACHEBUST=${CACHEBUST:-1}
- TUSK_CLI_VERSION=${TUSK_CLI_VERSION:-latest}
cap_add:
- SYS_ADMIN
security_opt:
- seccomp=unconfined
- apparmor=unconfined
environment:
- BENCHMARKS=${BENCHMARKS:-}
- BENCHMARK_DURATION=${BENCHMARK_DURATION:-5}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ recording:
export_spans: false

replay:
sandbox:
mode: strict
enable_telemetry: false
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ RUN mkdir -p /app/.tusk/traces /app/.tusk/logs
ARG CACHEBUST=1
ARG TUSK_CLI_VERSION=latest

# Required for strict replay sandbox mode.
RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt/lists/*

# Install Tusk Drift CLI
RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \
curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ services:
args:
- CACHEBUST=${CACHEBUST:-1}
- TUSK_CLI_VERSION=${TUSK_CLI_VERSION:-latest}
cap_add:
- SYS_ADMIN
security_opt:
- seccomp=unconfined
- apparmor=unconfined
environment:
- PORT=3000
- TUSK_ANALYTICS_DISABLED=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ recording:
export_spans: false

replay:
sandbox:
mode: strict
enable_telemetry: false
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ RUN mkdir -p /app/.tusk/traces /app/.tusk/logs
ARG CACHEBUST=1
ARG TUSK_CLI_VERSION=latest

# Required for strict replay sandbox mode.
RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt/lists/*

# Install Tusk Drift CLI
RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \
curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ services:
args:
- CACHEBUST=${CACHEBUST:-1}
- TUSK_CLI_VERSION=${TUSK_CLI_VERSION:-latest}
cap_add:
- SYS_ADMIN
security_opt:
- seccomp=unconfined
- apparmor=unconfined
environment:
- PORT=3000
- TUSK_ANALYTICS_DISABLED=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ recording:
export_spans: false

replay:
sandbox:
mode: strict
enable_telemetry: false
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ COPY src/instrumentation/libraries/ioredis/e2e-tests/cjs-ioredis/tsconfig.json .
ARG CACHEBUST=1
ARG TUSK_CLI_VERSION=latest

# Required for strict replay sandbox mode.
RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt/lists/*

# Install Tusk Drift CLI
RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \
curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ services:
args:
- CACHEBUST=${CACHEBUST:-1}
- TUSK_CLI_VERSION=${TUSK_CLI_VERSION:-latest}
cap_add:
- SYS_ADMIN
security_opt:
- seccomp=unconfined
- apparmor=unconfined
environment:
- PORT=3000
- REDIS_HOST=redis
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ recording:
export_spans: false

replay:
sandbox:
mode: strict
enable_telemetry: false
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ COPY src/instrumentation/libraries/ioredis/e2e-tests/esm-ioredis/tsconfig.json .
ARG CACHEBUST=1
ARG TUSK_CLI_VERSION=latest

# Required for strict replay sandbox mode.
RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt/lists/*

# Install Tusk Drift CLI
RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \
curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ services:
args:
- CACHEBUST=${CACHEBUST:-1}
- TUSK_CLI_VERSION=${TUSK_CLI_VERSION:-latest}
cap_add:
- SYS_ADMIN
security_opt:
- seccomp=unconfined
- apparmor=unconfined
environment:
- PORT=3000
- REDIS_HOST=redis
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ recording:
export_spans: false

replay:
sandbox:
mode: strict
enable_telemetry: false
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ COPY src/instrumentation/libraries/mongodb/e2e-tests/cjs-mongodb-v4/tsconfig.jso
ARG CACHEBUST=1
ARG TUSK_CLI_VERSION=latest

# Required for strict replay sandbox mode.
RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt/lists/*

# Install Tusk Drift CLI
RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \
curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ services:
args:
- CACHEBUST=${CACHEBUST:-1}
- TUSK_CLI_VERSION=${TUSK_CLI_VERSION:-latest}
cap_add:
- SYS_ADMIN
security_opt:
- seccomp=unconfined
- apparmor=unconfined
environment:
- BENCHMARKS=${BENCHMARKS:-}
- BENCHMARK_DURATION=${BENCHMARK_DURATION:-5}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ recording:
export_spans: false

replay:
sandbox:
mode: strict
enable_telemetry: false
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ COPY src/instrumentation/libraries/mongodb/e2e-tests/cjs-mongodb/tsconfig.json .
ARG CACHEBUST=1
ARG TUSK_CLI_VERSION=latest

# Required for strict replay sandbox mode.
RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt/lists/*

# Install Tusk Drift CLI
RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \
curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ services:
args:
- CACHEBUST=${CACHEBUST:-1}
- TUSK_CLI_VERSION=${TUSK_CLI_VERSION:-latest}
cap_add:
- SYS_ADMIN
security_opt:
- seccomp=unconfined
- apparmor=unconfined
environment:
- BENCHMARKS=${BENCHMARKS:-}
- BENCHMARK_DURATION=${BENCHMARK_DURATION:-5}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ recording:
export_spans: false

replay:
sandbox:
mode: strict
enable_telemetry: false
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ COPY src/instrumentation/libraries/mongodb/e2e-tests/esm-mongodb-v4/tsconfig.jso
ARG CACHEBUST=1
ARG TUSK_CLI_VERSION=latest

# Required for strict replay sandbox mode.
RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt/lists/*

# Install Tusk Drift CLI
RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \
curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ services:
args:
- CACHEBUST=${CACHEBUST:-1}
- TUSK_CLI_VERSION=${TUSK_CLI_VERSION:-latest}
cap_add:
- SYS_ADMIN
security_opt:
- seccomp=unconfined
- apparmor=unconfined
environment:
- BENCHMARKS=${BENCHMARKS:-}
- BENCHMARK_DURATION=${BENCHMARK_DURATION:-5}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ recording:
export_spans: false

replay:
sandbox:
mode: strict
enable_telemetry: false
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ COPY src/instrumentation/libraries/mongodb/e2e-tests/esm-mongodb/tsconfig.json .
ARG CACHEBUST=1
ARG TUSK_CLI_VERSION=latest

# Required for strict replay sandbox mode.
RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt/lists/*

# Install Tusk Drift CLI
RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \
curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \
Expand Down
Loading
Loading