0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Added sentry dsn placeholder attribute to comments helper

refs https://github.com/TryGhost/Team/issues/1664
This commit is contained in:
Simon Backx 2022-07-05 14:30:16 +02:00 committed by Simon Backx
parent fc99176fdf
commit 87f714ef25

View file

@ -14,7 +14,8 @@ async function comments() {
'ghost-comments': urlUtils.getSiteUrl(),
api: urlUtils.urlFor('api', {type: 'content'}, true),
key: frontendKey,
'comment-id': commentId
'comment-id': commentId,
'sentry-dsn': '' /* todo: insert sentry dsn key here */
};
let dataAttributes = '';