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 0f3e040 commit 76afdd9Copy full SHA for 76afdd9
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