💚 Fix sentry not receiving events
This commit is contained in:
@ -7,7 +7,6 @@ import {
|
||||
notAuthenticated,
|
||||
} from 'utils/api'
|
||||
import Stripe from 'stripe'
|
||||
import { withSentry } from '@sentry/nextjs'
|
||||
import { getAuthenticatedUser } from '@/features/auth/api'
|
||||
import prisma from '@/lib/prisma'
|
||||
import { Plan, WorkspaceRole } from 'db'
|
||||
@ -258,4 +257,4 @@ const parseSubscriptionItems = (
|
||||
: []
|
||||
)
|
||||
|
||||
export default withSentry(handler)
|
||||
export default handler
|
||||
|
Reference in New Issue
Block a user