Skip to content

Commit

Permalink
Chore: Adding Support for Turboscale Service name (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnaSuravarapu authored Nov 28, 2024
1 parent 398bbc8 commit 2d08a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ exports.getObservabilityLinkedProductName = (caps, hostname) => {
} else {
product = 'automate';
}
} else if (hostname.includes('browserstack-ats.com') || hostname.includes('hub-ft')) {
} else if (hostname.includes('browserstack-ats.com') || hostname.includes('hub-ft') || hostname.includes('browserstack-turboscale-grid')) {
product = 'turboscale';
}
}
Expand Down

0 comments on commit 2d08a3c

Please sign in to comment.