mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
[docs] mark submitting feedback as Metrika goal (#11046)
This commit is contained in:
parent
994884399c
commit
8eac46c79f
@ -157,6 +157,11 @@ $(document).ready(function () {
|
||||
dataType: 'json',
|
||||
data: JSON.stringify({rating: $(this).prevAll().length + 1}),
|
||||
success: function () {
|
||||
try {
|
||||
window.yaCounter18343495.reachGoal('docs_feedback');
|
||||
} catch (e) {
|
||||
Sentry.captureException(e);
|
||||
}
|
||||
},
|
||||
error: function () {
|
||||
rating_stars.removeClass('text-orange');
|
||||
|
Loading…
Reference in New Issue
Block a user