We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07726e5 commit 26ea2beCopy full SHA for 26ea2be
1 file changed
packages/nitro/src/config.ts
@@ -24,9 +24,9 @@ export function setupSentryNitroModule(
24
_serverConfigFile?: string,
25
): NitroConfig {
26
// @ts-expect-error Nitro tracing config is not out yet
27
- if (!config.tracing) {
+ if (!config.tracingChannel) {
28
29
- config.tracing = true;
+ config.tracingChannel = true;
30
}
31
32
config.modules = config.modules || [];
0 commit comments