Next Output File Tracing - next.config.js option 'outputFileTracingIncludes' not working - appInsights #47293
Unanswered
chrislicodes
asked this question in
Help
Replies: 2 comments 1 reply
-
Trying to work similar configuration out with https://github.com/expatfile/next-runtime-env:
However, also without a success |
Beta Was this translation helpful? Give feedback.
0 replies
-
A similar discussion: #38004 Does not contain a solution at the time of posting. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Hello,
I want to avoid using a custom server and load appInsights before server startup.
My next.config.js looks like this:
In my root I have a file called
load-appInsights.js
that starts withI want to pre-load this file before running the standalone server.js like
For that the standalone folder needs to include
load-appInsights.js
and all necessary dependencies. Is there a way to solve this?The setting for
outputFileTracingIncludes
doesn't seem to work.Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions