Skip to content

Commit b928fc2

Browse files
committed
Cleanups and delete need for trace and debug agent
1 parent 393729b commit b928fc2

File tree

6 files changed

+45
-1284
lines changed

6 files changed

+45
-1284
lines changed

.github/dependabot.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
version: 2
32
updates:
43
# Maintain dependencies for GitHub Actions

.github/workflows/reviewdog.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
name: "Reviewdog"
32
on:
43
push:

.github/workflows/test.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
---
2-
name: "Test Backend"
1+
name: "Test"
32
on:
43
push:
54
branches: ["**"]

bin/www

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env node
2-
require("@google-cloud/trace-agent").start()
3-
require("@google-cloud/debug-agent").start({
4-
serviceContext: { enableCanary: true },
5-
})
2+
// require("@google-cloud/trace-agent").start()
3+
// require("@google-cloud/debug-agent").start({
4+
// serviceContext: { enableCanary: true },
5+
// })
66
const app = require("../src/app")
77
const http = require("http")
88
const log = require("../src/logger")("schibbler-server")

0 commit comments

Comments
 (0)