1
0
Fork 0
mirror of synced 2024-08-13 09:01:40 +12:00

Merge pull request #8858 from Budibase/fix/sentry-init

Sentry init in worker issue
This commit is contained in:
Michael Drury 2022-11-29 16:00:54 +00:00 committed by GitHub
commit 63418d4f86

View file

@ -21,7 +21,7 @@ import koaBody from "koa-body"
import http from "http"
import api from "./api"
import * as redis from "./utilities/redis"
import Sentry from "@sentry/node"
const Sentry = require("@sentry/node")
const koaSession = require("koa-session")
const logger = require("koa-pino-logger")
const destroyable = require("server-destroy")