fix: Sentry warnings for startTransaction (#12300)

This commit is contained in:
Keith Williams 2023-11-09 12:55:53 -03:00 committed by GitHub
parent cc515f00b7
commit f7eb86577c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,5 +2,4 @@ import * as Sentry from "@sentry/nextjs";
Sentry.init({
dsn: process.env.NEXT_PUBLIC_SENTRY_DSN,
tracesSampleRate: 0,
});