diff --git a/ghost/core/core/shared/sentry.js b/ghost/core/core/shared/sentry.js index ee5e29682b..dafc9228c2 100644 --- a/ghost/core/core/shared/sentry.js +++ b/ghost/core/core/shared/sentry.js @@ -76,7 +76,8 @@ const ALLOWED_HTTP_TRANSACTIONS = [ '/members/api', // any Members API call '/:slug', // any frontend post/page '/author', // any frontend author page - '/tag' // any frontend tag page + '/tag', // any frontend tag page + '/r' // any email redirect ].map((path) => { // Sentry names HTTP transactions like: " " i.e. "GET /ghost/api/content/settings" // Match any of the paths above with any HTTP method, and also the homepage "GET /"