Skip to content

Commit

Permalink
[dash0] frontend: k8s resource detector again
Browse files Browse the repository at this point in the history
This reverts the following commits:
- 1d52ea4.
- 5a45834
  • Loading branch information
basti1302 committed Mar 14, 2024
1 parent 58242b4 commit b3ba547
Show file tree
Hide file tree
Showing 8 changed files with 4,269 additions and 7,546 deletions.
2 changes: 0 additions & 2 deletions .licenserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
"src/checkoutservice/genproto/",
"src/featureflagservice/assets/vendor/",
"src/featureflagservice/priv/",
"src/frontend/utils/telemetry/KubernetesResourceDetector.js",
"src/frontend/utils/telemetry/KubernetesResourceDetector.test.js",
"src/productcatalogservice/genproto/",
"internal/tools/",
".github/actions/",
Expand Down
1 change: 0 additions & 1 deletion src/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ RUN adduser -S nextjs -u 1001

COPY --from=builder /app/next.config.js ./
COPY --from=builder /app/utils/telemetry/Instrumentation.js ./
COPY --from=builder /app/utils/telemetry/KubernetesResourceDetector.js ./
COPY --from=builder /app/public ./public
COPY --from=builder /app/package.json ./package.json
COPY --from=deps /app/node_modules ./node_modules
Expand Down
13 changes: 0 additions & 13 deletions src/frontend/jest.config.ts

This file was deleted.

Loading

0 comments on commit b3ba547

Please sign in to comment.