Skip to content

Commit d01cc3b

Browse files
committed
chore(otel): ignore ignoreOutgoingRequestHook
1 parent e0e2f50 commit d01cc3b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/otel/lifecycle.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,12 @@ function initializeNativeOtel(config: {
105105
url.includes("/favicon.ico")
106106
);
107107
},
108+
/*
108109
ignoreOutgoingRequestHook: (options) => {
109110
const url = options.path || "";
110111
return url.includes("/_next") || url.includes("/__nextjs");
111112
},
113+
*/
112114
requestHook: (span, req) => {
113115
const method = req.method || "GET";
114116
// @ts-ignore

0 commit comments

Comments
 (0)