Skip to content

Commit

Permalink
Merge pull request #562 from Financial-Times/add-email-newsletters-em…
Browse files Browse the repository at this point in the history
…ail-platform-permalink-emails

Add email-newsletters + email-platform-permalink-emails as services
  • Loading branch information
andygout authored Jun 7, 2024
2 parents e422d79 + c11f2e9 commit 5d0146e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/metrics/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,10 @@ module.exports = {
'dotcom-pages': /^https:\/\/api\.ft\.com\/dotcom-pages\/.*/,
'dotcom-pages-test': /^https:\/\/api-t\.ft\.com\/dotcom-pages\/.*/,
'editorial-components-json-public': /^https:\/\/ft-next-hashed-assets-prod(-us)?\.s3\.amazonaws\.com\/hashed-assets\/page-kit\/components\.json/,
'email-newsletters': /^https:\/\/email\.newsletters\.ft\.com\/.*/,
'email-platform': /^https:\/\/(email-webservices\.ft\.com|ep\.ft\.com)/,
'email-platform-lists': /^https?:\/\/ep\.ft\.com\/user-lists\/users\/.*\/lists/,
'email-platform-permalink-emails': /^https:\/\/ep\.ft\.com\/permalink\/emails\/.*/,
'email-webservices-api': /^https:\/\/(?:[A-F0-9]*:[A-F0-9]*@)?(email-webservices\.ft\.com|ep\.ft\.com)\//,
'epaper-api' : /^https:\/\/api\.ft\.com\/epaper\/.*/,
'epaper-test' : /^https:\/\/api-t\.ft\.com\/epaper\/.*/,
Expand Down

0 comments on commit 5d0146e

Please sign in to comment.