Upgrade redwood to 0.37.x

This commit is contained in:
Kurt Hutten
2021-10-19 20:55:19 +11:00
parent cfba1b9e08
commit 9f621c6665
23 changed files with 5144 additions and 5548 deletions

View File

@@ -1,5 +1,5 @@
import { Config, ApolloError } from '@redwoodjs/graphql-server'
import * as Sentry from '@sentry/node'
import { Config, ApolloError } from '@redwoodjs/api'
let sentryInitialized = false
if (process.env.SENTRY_DSN && !sentryInitialized) {