Merged in fix/sentry-imports (pull request #3228)
feat(sentry): changed imports so they work in netlify functions * feat(sentry): changed imports so they work in netlify functions Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import crypto from "node:crypto"
|
||||
|
||||
import * as Sentry from "@sentry/nextjs"
|
||||
import Sentry from "@sentry/nextjs"
|
||||
import jwt from "jsonwebtoken"
|
||||
|
||||
import { type WarmupFunctionsKey } from "@/services/warmup/warmupKeys"
|
||||
|
||||
Reference in New Issue
Block a user