Skip to content

Commit 76afdd9

Browse files
committed
fix: update config name
1 parent 0f3e040 commit 76afdd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nitro/src/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ export function setupSentryNitroModule(
2424
_serverConfigFile?: string,
2525
): NitroConfig {
2626
// @ts-expect-error Nitro tracing config is not out yet
27-
if (!config.tracing) {
27+
if (!config.tracingChannel) {
2828
// @ts-expect-error Nitro tracing config is not out yet
29-
config.tracing = true;
29+
config.tracingChannel = true;
3030
}
3131

3232
config.modules = config.modules || [];

0 commit comments

Comments
 (0)