Skip to content

Commit

Permalink
Merge pull request #36112 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Jan 31, 2025
2 parents 2be8ec5 + 5566ce4 commit cab3738
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 65 deletions.
44 changes: 0 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@
"cheerio": "^1.0.0-rc.11",
"cheerio-to-text": "0.2.4",
"classnames": "^2.5.1",
"connect-datadog": "0.0.9",
"connect-timeout": "1.9.0",
"cookie-parser": "^1.4.7",
"cuss": "2.2.0",
Expand Down Expand Up @@ -340,7 +339,6 @@
"@playwright/test": "^1.50",
"@types/accept-language-parser": "1.5.6",
"@types/cheerio": "^0.22.35",
"@types/connect-datadog": "0.0.10",
"@types/connect-timeout": "0.0.39",
"@types/cookie": "0.6.0",
"@types/cookie-parser": "1.4.7",
Expand Down
6 changes: 0 additions & 6 deletions src/frame/middleware/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import timeout from 'connect-timeout'
import { haltOnDroppedConnection } from './halt-on-dropped-connection'
import abort from './abort'
import morgan from 'morgan'
import datadog from '@/observability/middleware/connect-datadog'
import helmet from './helmet'
import cookieParser from './cookie-parser'
import {
Expand Down Expand Up @@ -110,11 +109,6 @@ export default function (app: Express) {
app.use(morgan('dev'))
}

// *** Observability ***
if (process.env.MODA_PROD_SERVICE_ENV === 'true') {
app.use(datadog)
}

// Put this early to make it as fast as possible because it's used
// to check the health of each cluster.
app.use('/healthcheck', healthcheck)
Expand Down
13 changes: 0 additions & 13 deletions src/observability/middleware/connect-datadog.ts

This file was deleted.

0 comments on commit cab3738

Please sign in to comment.