Skip to content

Commit f338983

Browse files
logaretmJPeer264
authored andcommitted
fix: lint
1 parent 8e515a8 commit f338983

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/nextjs/src/config/withSentryConfig/getFinalConfigObjectUtils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export function maybeCreateRouteManifest(
9090
userSentryOptions: SentryBuildOptions,
9191
): RouteManifest | undefined {
9292
// Handle deprecated option with warning
93+
// eslint-disable-next-line deprecation/deprecation
9394
if (userSentryOptions.disableManifestInjection) {
9495
// eslint-disable-next-line no-console
9596
console.warn(
@@ -98,6 +99,7 @@ export function maybeCreateRouteManifest(
9899
}
99100

100101
// Check if manifest injection is disabled (new option takes precedence)
102+
// eslint-disable-next-line deprecation/deprecation
101103
if (userSentryOptions.routeManifestInjection === false || userSentryOptions.disableManifestInjection) {
102104
return undefined;
103105
}

0 commit comments

Comments
 (0)