Upgrade redwood to 0.37.x
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user