Skip to content

Commit c876f25

Browse files
committed
bump supported versions in profiling-node
1 parent 5c057da commit c876f25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/profiling-node/src/integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ class ContinuousProfiler {
639639

640640
/** Exported only for tests. */
641641
export const _nodeProfilingIntegration = ((): ProfilingIntegration<NodeClient> => {
642-
if (![16, 18, 20, 22, 24].includes(NODE_MAJOR)) {
642+
if (![16, 18, 20, 22, 24, 26].includes(NODE_MAJOR)) {
643643
consoleSandbox(() => {
644644
// eslint-disable-next-line no-console
645645
console.warn(

0 commit comments

Comments
 (0)