File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
packages/nextjs/src/config Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ export function generateValueInjectionRules({
18
18
let serverValues : Record < string , JSONValue > = { } ;
19
19
20
20
if ( nextJsVersion ) {
21
+ // This is used to determine version-based dev-symbolication behavior
21
22
isomorphicValues . _sentryNextJsVersion = nextJsVersion ;
22
23
}
23
24
Original file line number Diff line number Diff line change @@ -728,6 +728,7 @@ function addValueInjectionLoader({
728
728
// Only inject if release creation is not explicitly disabled (to maintain build determinism)
729
729
SENTRY_RELEASE : releaseToInject && ! buildContext . dev ? { id : releaseToInject } : undefined ,
730
730
_sentryBasePath : buildContext . dev ? userNextConfig . basePath : undefined ,
731
+ // This is used to determine version-based dev-symbolication behavior
731
732
_sentryNextJsVersion : nextJsVersion ,
732
733
} ;
733
734
You can’t perform that action at this time.
0 commit comments