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:
parent
fc99176fdf
commit
87f714ef25
1 changed files with 2 additions and 1 deletions
|
@ -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 = '';
|
||||
|
|
Loading…
Reference in a new issue